DIV.SNav
{
	width:187px;
	overflow: hidden;
	
	font-family:arial;
	font-size:12px;
	font-weight:regular;
	
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: none;
	
	background: #37802b;
}

DIV.SNav DIV.SNavItem
{
	width: 187px;
	height: 28px;
	overflow: hidden;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #d0d9ae;
}

DIV.SNavItem A
{
	display: block;
	height: 10px;
	
	padding-left:16px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:12px;
	
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	color:#40269b;
}

DIV.SNavItem A.L1
{
	color:#40269b;
}
DIV.SNavItem A.L1:hover
{
	color:#6b54bb;
	background: #f4f4f4;
	text-decoration: none;
}

DIV.SNavItem A.L1Active
{
	color:#000000;

}

DIV.SNavItem A.L1On
{
	color:#40269b;
	background: #ffffff;
	text-decoration: none;
}
DIV.SNavItem.Double
{
	height:99px;
	line-height:14px;
	padding-top:3px;
	padding-bottom:10px;
	margin-top: 0px;
}

DIV.SNavItem.Double A
{
	height:99px;
	line-height:14px;
	padding-top:3px;
	padding-bottom:10px;
	margin-top: 0px;
}
DIV.SNavItem Double.L1On
{
	color:#40269b;
	background: #ffffff;
	text-decoration: none;
}

DIV.SNavItem A.L2
{
	padding-left:28px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:0px;
	color:#676767;
	font-size: 11px;
	font-weight:normal;
}
DIV.SNavItem A.L2:hover
{
	height: 5px;
	color:#868686;
	background: #f4f4f4;
	text-decoration: none;
	font-weight: regular;
}

DIV.SNavItem A.L2Active
{
	height: 5px;
	color:#000000;
	font-weight: regular;

}

DIV.SNavItem A.L2On
{
	padding-left:28px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:12px;
	color:#47aa42;
	background: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: regular;

}

