DIV.SNav
{
	width:171px;
	overflow: hidden;
	
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: none;
	
	background: #cfcfd0;
}

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

DIV.SNavItem A
{
	display: block;
	height: 10px;
	
	padding-left:22px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:12px;
	
	line-height:15px;
	text-decoration: underline;
	color:#1373a0;
}

DIV.SNavItem A.L1
{
	color:#6d6e71;
}
DIV.SNavItem A.L1:hover
{
	color:#5191b3;
	background: #f4f4f4;
	text-decoration: underline;
}

DIV.SNavItem A.L1Active
{
	color:#000000;
	text-decoration: underline;

}

DIV.SNavItem A.L1On
{
	color:#ff980d;
	background: #ffffff;
	text-decoration: underline;
}

