/* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================
*/

	.SMMenuItem0 A, .SMMenuItemCurrentTab0 A, .SMMenuItemOpenTab0 A, 
	.SMMenuItem1 A, .SMMenuItemCurrentTab1 A, .SMMenuItemOpenTab1 A, 
	.SMMenuItem2 A, .SMMenuItemCurrentTab2 A, .SMMenuItemOpenTab2 A {
		padding-right: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica;
		font-weight: bold;
		width: 100%;	
		white-space: nowrap;		
	}
	
	.SMMenuItem0 A, .SMMenuItemOpenTab0 A, .SMMenuItemCurrentTab0 A {
		padding-left: 5px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 A {
		padding-left: 30px;
		font-size: 12px;
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 A {
		padding-left: 35px;
		font-size: 12px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 {
		/*background-color: white;	  */
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 {
		/*background-color:white;   */		
	}
	.SMMenuItem0 A:link, .SMMenuItem1 A:link, .SMMenuItem2 A:link {
		 color: #FFFFFF;
		 text-decoration: none
		 font-weight: bold; 
	}
	/*
	.SMMenuItem0 A:active, .SMMenuItem1 A:active, .SMMenuItem2 A:active {
		 color: #FFFFFF;
		 text-decoration: none
		 font-weight: bold; 
	}*/
	.SMMenuItem0 A:visited, .SMMenuItem1 A:visited, .SMMenuItem2 A:visited {
		color: white; 
		text-decoration: none
		font-weight: bold; 
	}
	.SMMenuItem0 A:hover, .SMMenuItemCurrentTab0 A:hover, .SMMenuItemOpenTab0 A:hover,
	.SMMenuItem1 A:hover, .SMMenuItemCurrentTab1 A:hover, .SMMenuItemOpenTab1 A:hover,
	.SMMenuItem2 A:hover, .SMMenuItemCurrentTab2 A:hover, .SMMenuItemOpenTab2 A:hover {
		color: #FFFFFF; 
		text-decoration: underline;		
		font-weight: bold; 
	}
	.SMMenuItemText0, .SMMenuItemText1, .SMMenuItemText2 {
		margin-left: 5px;
	}
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2 {
		margin: 2px;
		vertical-align: middle;
	}
	.SMMenuItemCurrentTab0, .SMMenuItemCurrentTab1, .SMMenuItemCurrentTab2 {
		font-style: italic;				
	}
	
	.SMMenuItem0 A:active, .SMMenuItemCurrentTab0 A:active, .SMMenuItemOpenTab0 A:active,
	.SMMenuItem1 A:active, .SMMenuItemCurrentTab1 A:active, .SMMenuItemOpenTab1 A:active,
	.SMMenuItem2 A:active, .SMMenuItemCurrentTab2 A:active, .SMMenuItemOpenTab2 A:active {
		color: #FFFFFF; 
		text-decoration: underline;		
		font-weight: bold; 
	}
	

	
