/* ALL CONTROLS FOR SUBNAV ITEMS
----------------------------------------------- */

#subnav {
	margin: 8pt auto 8px;
	width: auto;
	height: 28px;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	background:#DFDFFF;
	background-repeat: no-repeat;
	border-bottom:solid #000000 1px !important;
		border-top:solid  #000000 1px !important;
}

#container #withads #subnav {
margin-top:8px  !important;
}
#subnav ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#subnav li {
	margin: 0;
	padding: 0;
	float:left;
	background-image: none;
}

#subnav li a {
	padding:0pt 4px;
	display:block;
	line-height: 28px;
	color: #000000;
}

#subnav li a span {
}

#subnav li a:hover {
	color:#1C77B9;
	text-decoration: none;
}

#subnav li.selected a, #subnav li.selected a:hover {
	color:#1C77B9;
}