@CHARSET "UTF-8";

#ajaxmenu{
	position: relative;
	height: 42px;
	background-color: #508281;
}

#ajaxmenu .top_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 42px;
}

#ajaxmenu .menu_item1{
	position: relative;
	height: 42px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	width: 123px;
}

#ajaxmenu .active, #ajaxmenu a:HOVER {
	background-image: url("../images/menubutton_active.png");
}

#ajaxmenu .menu_item1 a {
	position: relative;
	height: 42px;
	width: 123px;
	display: block;
	line-height: 42px;
	float: left;
	margin: 0px;
	color: white;
	text-transform: uppercase;
	padding-top: 0px;
	text-decoration: none;
	text-align: center;
	font-family: "times new roman";
	font-size: 11pt;
}

#ajaxmenu .active a {
	color: #ba6927;
}
