@charset "utf-8";

#nav {
	position: relative;
	left: 0px;
	width: 500px;
	top: 0px;
	height: 60px;
}
#nav ul {
	padding:0;
	margin:0;
	border:0;
}
#nav li {
	float: left;
	list-style: none;
}
#navspecial {
	position: relative;
	left: 420px;
	top: -60px;
	width: 420px;
	height: 60px;
}
#navspecial ul {
	padding:0;
	margin:0;
	border:0;
}
#navspecial li {
	float: left;
	list-style: none;
}
#topcontrols {
	position:relative;
	left: 0px;
	top: -25px;	
}
#topcontrols ul {
	padding:0;
	margin:0;
	border:0;
}
#topcontrols li {
	float: left;
	list-style: none;
}
#search {
	position: relative;
	background-image: url(../images/button_graphics/menu_search_blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	width: 198px;
	top: 0px;
}
#searchbar {
	position: relative;
	top: 8px;
}

