#navtop {
	width: auto;
	position: absolute;
	bottom: 35px;
	right: 30px;
}

#cse-search-box {
	position: absolute;
	top: 15px;
	right: 30px;
}

#mainnav {
	list-style: none;
	float: left;
}

#mainnav li {
	float: left;
}

#mainnav a {
	display: block;
	border: none;
	font-family: arial narrow, verdana;
	font-size: 100%;
	padding: 6px 6px;
	margin: 0 6px;
	color: #66869d;
}

#mainnav a:hover {
	background: #99afbd;
}

/* SUBNAV */


#subnavtop {
	width: 582px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 10px;
	background-color: #99AFBE;
}

#subnav {
	list-style: none;
	float: left;
}

#subnav li {
	float: left;
}

#subnav a {
	display: inline;
	height: 20px;
	float: left;
	padding: 8px 12px 0;
	width: auto;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #fdfcfc;
	
}

#subnav a:hover {
	background: #99AFBE url(../images/subnav_on.gif) top left repeat-x;
}