/* ================================
    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: 1px;
		padding-bottom: 1px;
		font-size: 11px;
		font-family: Arial;
		font-weight: normal;
		width: 95%;	
	}
	
	.SMMenuItem0 A, .SMMenuItemOpenTab0 A, .SMMenuItemCurrentTab0 A {
		padding-left: 5px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 A {
	padding:5px 7px 5px 15px;
	font-size: 11px;
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width:95%;
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 A {
		padding-left: 10px;
		font-size: 11px;
	}
	.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: #DA251D;text-decoration: none
	}
	.SMMenuItem0 A:visited, .SMMenuItem1 A:visited, .SMMenuItem2 A:visited {
		color: #DA251D; text-decoration: none
	}
	.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: #000000; 
		text-decoration: none; 
		background-color: #e3e3e3;
	}
	.SMMenuItemText0, .SMMenuItemText1, .SMMenuItemText2 {
		margin-left: 5px;
	}
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2 {
		margin: 2px;
		vertical-align: middle;
	}
	.SMMenuItemCurrentTab0, .SMMenuItemCurrentTab1, .SMMenuItemCurrentTab2 {
		font-style: italic;
	}
