DIV.SNav
{
	width:160px;
	overflow: hidden;
	
	font-family:arial;
	font-size:12px;
	font-weight:regular;
	
	
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: none;
	
	background: url('/images/nav/subs_bkgd.gif') top left repeat;
}

DIV.SNav DIV.SNavItem
{
	width: 160px;
	height: 15px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

DIV.SNavItem A
{
	display: block;
	height: 13px;
	
	padding-left:32px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	
	line-height:15px;
	text-decoration: none;
	color:#45545f;
}

DIV.SNavItem A.L1
{
	color:#45545f;
	background: url('/images/nav/subs_bkgd.gif') top left repeat;
	
}
DIV.SNavItem A.L1:hover
{
	color:#000000;
	background: url('/images/nav/subs_bkgd.gif') top left repeat;
	
}

DIV.SNavItem A.L1Active
{
	color:#000000;
	background: url('/images/nav/subs_bkgd.gif') top left repeat;

}

DIV.SNavItem A.L1On
{
	color:#ed3424;
	text-decoration: underline;
	background: url('/images/nav/subs_bkgd.gif') top left repeat;
	
}
