﻿#menuwrap {
	background-color: #330169;
	width: 100%;
	height: 34px;
	padding: 0;
	margin: 0;
	position:relative;
	border-top :2px solid #330169;
	border-bottom :2px solid #330169;
}

#menubar {
	text-align:center;
	position:relative;
	width:900px;
	color: #fff;
	height:26px;
	margin:auto;
	padding-top:7px;
}

#menubar ul,
#menubar ul li {
	list-style:none;
	list-style-type:none;
	display:inline;
}

#menubar a {
	text-decoration:none;
	color:#ffffff;
	padding: 5px 10px 5px 10px;
	font-size:100%;
	background-color:#330169;
	white-space:normal;
	line-height:20px;
}

#menubar a:hover {
	text-decoration:none;
	background:white;
	background-color:#ffffff;
	color:#330169;
	padding: 5px 10px 5px 10px;
	margin-bottom:5px;
	white-space:normal;
	line-height:20px;
}

#menubar .menu .active a {
	background-color:#ffffff;
	color:#330169;
}

.formdetail {text-align:right;}

.googlemaps {border:1px #555 solid;}