

/* -------------------- uunav - top ------------------------------------------ */

#uunav_top {
	font-size:0.92em;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin-left:1px;
	width: 198px;
	background-color: #f6f9f9;
}


#uunav_top li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#uunav_top a {
	text-align: left;
	display: block;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 59px;
	background-color: #f6f9f9;
	border-top: 1px solid #f6f9f9;
	border-bottom: 1px solid #f6f9f9;
	text-decoration: none;
	margin: 0px;
	-moz-outline: none;
}

#uunav_top a:link, #uunav_top a:visited {
	color: #596d74;
}


#uunav_top a:link.active, #uunav_top a:visited.active {
	border-top: 1px solid #cedce0;
	border-bottom: 1px solid #cedce0;
	background-color: #e1eaec;
	color: #596d74;

}

#uunav_top a:hover {
	border-top: 1px solid #cedce0;
	border-bottom: 1px solid #cedce0;
	background-color: #e1eaec;
	color: #596d74;

}
