#menubar {
	position: 						absolute;
        background-color: #005fb3;
	background-image:				url('../images/header_row.jpg');
	background-repeat:				repeat;
	width:							100%;
	margin:							-1px 0px 0px 0px;
	height:							25px;
	top:							50px;
        z-index: 9999;
}

.menuheaderitem {
	position:						absolute;
	color:							#FFF;
	border-right:					1px solid #FFF;
	display:						inline;
	text-align:						center;
}

.menuheaderitem:hover {
	color:							#FF0;
	cursor:							pointer;
}

.menu1 {
	position:						absolute;
	float:							left;
	border:							1px solid #000;
	margin-top:						18px;
	background-color:				#8fb2c6;
	display:						none;
	z-index:						90;
}

.menu1 li {
	list-style-type:				none;
	padding-left:					10px;
	padding-right:					10px;
	border-bottom:					1px solid #DDD;
	color:							#FFF;
}

.menu1 li:hover {
	color:							#FF0;
	background-color:				#7fa2b6;
	cursor:							pointer;
}

.menu1 a {
	color:							#FFF;
}

.menu1 a:hover {
	color:							#FF0;
}