
.default_10
{
	float: left;
	width: 165px;
}

* html .default_10
{
	height: 1%;
	float: none;
	position: absolute;
	left: 0px;
}

* html #siteCont .default_10
{
	top: 252px;
}

* html #intraCont .default_10
{
	top: 117px;
}

.default_10 a.topLevel
{
	display: block;
	height: auto !important;
	height: 1%;
	margin-top: 1px;
	border-top: 1px solid #11070f;
	border-bottom: 1px solid #fff;
	padding: 5px;
	color: #fff;
}

.default_10 a.topLevel:hover
{
	color: #000;
	background: url('/template/images/nav_hover.jpg') 0px 0px no-repeat;

}

.default_10 a.subLevel
{
	display: block;
	border-bottom: 1px solid #fff;
	padding: 3px 3px 3px 22px;
	color: #fff;
	background: url('/template/images/subnav.jpg') 0px 0px no-repeat;
	text-align: right;
}

.default_10 a.subLevel:hover
{
	background: #56acdf url('/template/images/subnav_hover.jpg') 0px 0px no-repeat;
	color: #faa;
}