/* ================================
    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: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*width: 100%;*/
	text-transform: capitalize;
	margin: 10px;
	line-height:20px;
		
	}
	
	.SMMenuItem1 A, .SMMenuItemCurrentTab1 A, .SMMenuItemOpenTab1 A
	{
	background:#8DB4C6 url(arrow.gif) no-repeat scroll left center;
	color:#3F5B7F;
	display:block;
	font-weight:bold;
	margin:0pt 0pt 1px;
	padding:7px 1px;
	text-decoration:none;
	min-width:180px;
	max-width:180px;
	/*width:auto !important;*/
	width:180px;
	text-indent:10px;
	}
	.SMMenuItemCurrentTab1 A, .SMMenuItem1 A
	{
	background:#000000 url(arrow.gif) no-repeat scroll left center;
	color:#FFFFFF !important;
	}
	
	.SMMenuItem0 A, .SMMenuItemOpenTab0 A, .SMMenuItemCurrentTab0 A {
		padding-left: 5px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 A {
		padding-left: 15px;
		font-size: 10px;
		
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 A {
	background:#999999 url(arrow.gif) no-repeat scroll left center;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0pt 10pt 1px;
	padding:3px 23px;
	text-decoration:none;
	}
	/*.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 {
		background-color: white;	  
	}*/
	/*.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 {
	font-size: 10px;		/*background-color:white;   
	color: #666666;
	}*/
	.SMMenuItem0 A:link, .SMMenuItem1 A:link, .SMMenuItem2 A:link {
		 color: #091c5a;text-decoration: none
	}
	.SMMenuItem0 A:visited, .SMMenuItem1 A:visited, .SMMenuItem2 A:visited {
		color: #FFFFFF; text-decoration: none
	}
	.SMMenuItem0 A:hover, .SMMenuItemCurrentTab0 A:hover, .SMMenuItemOpenTab0 A:hover,
	.SMMenuItem1 A:hover, .SMMenuItemCurrentTab1 A:hover, .SMMenuItemOpenTab1 A:hover{
		color: white; 
		text-decoration: none; 
		background-color: #216C8C;
	}
	.SMMenuItem2 A:hover, .SMMenuItemCurrentTab2 A:hover, .SMMenuItemOpenTab2 A:hover 
	{
		color: white; 
		text-decoration: none; 
		background-color: #666666;
	}
	
		
	.SMMenuItemText0, .SMMenuItemText1, .SMMenuItemText2 {
		margin-left: 5px;
	}
		
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2 {
		margin: 2px;
		vertical-align: middle;
	}
	.SMMenuItemCurrentTab0, .SMMenuItemCurrentTab1, .SMMenuItemCurrentTab2 {
		/*font-style: italic;*/
	}
