#contentCap {
	display: none;
}

#subnav {
	display: block;
	background: url(subnavL1.png) no-repeat;
	width: 980px;
	height: 35px;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
#subnav ul li span {
	font-size: 12px;
}
#subnav ul li, #subnav ul li a {
	display: none;
}
#subnav ul li.LIcurrent,
#subnav ul li.LIcurrent li,
#subnav ul li.LIcurrentAncestor, 
#subnav ul li.LIcurrentAncestor li{
	display: block;	
	float: left;
}
#subnav ul ul li {
	margin-right: -1px;	
}
#subnav ul li.LIcurrent ul ul,
#subnav ul li.LIcurrentAncestor ul ul {
	display: none;
}

#subnav ul li.LIcurrent li a,
#subnav ul li.LIcurrentAncestor li a {
	display: block;
	margin-top: 5px;
	padding-top: 8px;
	padding-right: 8px;
	display: block;
	color: #ccc;
	text-decoration: none;
	height: 22px;
}

#subnav span {
	display: block;
	padding-left: 10px;	
}
/*HOVER*/
#subnav ul ul li:hover span {
	background: url(subnavL1.png) no-repeat 0 bottom;
}

#subnav ul ul li:hover a {
	background: url(subnavL1.png) no-repeat right bottom;
	color: #f4f4f4;
}

/*Current*/
#subnav ul ul li.LIcurrent {
	margin-right: -1px;	
}
#subnav ul ul li.LIcurrent span {
	background: url(subnavL1.png) no-repeat 0 bottom;
}
#subnav ul ul li.LIcurrent a {
	background: url(subnavL1.png) no-repeat right bottom;
}

/*currentAncestor*/
#subnav ul ul li.LIcurrentAncestor a {
	background: url(subnavL1.png) no-repeat right bottom;
}

#subnav ul ul li.LIcurrentAncestor {
	margin-right: -1px;
}
#subnav ul ul li.LIcurrentAncestor span {
	background: url(subnavL1.png) no-repeat 0 bottom;
}

#subnav ul ul ul {
	display: none;
}





