#mainnav {
	position: absolute;
	top: 6px;
	left: 720px;
}
#othernav {
    position: relative;
    left: 350px;
	top: 15px;
	margin-top: 10px;
	overflow: auto;
}
#mainnav ul, #othernav ul {
    list-style: none;
}
#mainnav ul li, #othernav ul li {
	float: left;
    list-style: none;
	line-height: 36px;
	padding: 0 20px 0 5px;
	border-left: 3px solid #E42A0B;
}
#mainnav ul li a, #othernav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}
#mainnav ul li a:hover, #othernav ul li a:hover {
    color: #FAF3AB;
}
