@charset "utf-8";

#navmain {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	right: 0;
	bottom: 14px;
}

#navmain a {
	color: #fff;
	text-decoration: none;
}

#navmain a:hover, #navmain li.selected a {
	color: #fc9d4b;
}

#navmain li {
	float: left;
	border-right: 1px solid #c8c179;
	padding: 0 22px;
	letter-spacing: .05em;
}

#navmain li.first {
	padding-left: 0;
}

#navmain li.last {
	border: none;
	padding-right: 0;
}



#navsecondary {
	font-family: Tahoma;
	font-size: 16px;
}

#navsecondary li {
	padding: 0 12px 22px 16px;
}

#navsecondary a {
	color: #012b77;
	text-decoration: none;
	display: block;
}

#navsecondary a:hover, #navsecondary li.selected a {
	color: #000;
	background: transparent url("../../images/nav_arrow.gif") right 6px no-repeat;
}