#menuList 
{
	position:relative;
	font-size:.8em;
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#mainMenu {
	text-align:center;
	background-repeat: no-repeat;
	width:700px;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:100px;
	white-space:nowrap;
}
.menubar
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
	width:150px;
}
a.starter {
	z-index:100;
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
	font-size:12px;
	color:#99AFBA;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	width:150px;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #ffffff;
	color: #3F4C78;
}
#menubuilder {
	z-index:100;
	margin:0px;
	padding:0px;
	color: #ffffff;
	background: #5AB0C5;
	width:152px;
	}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:150px;
}
.menu li a {
	background: #eeeeee;
	z-index:100;
	color: #000000;
	display: block;
	width:150px;
	font-size: 1em;
	padding:2px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin-top:-2px;
}
.menu li a:hover, .menu li a:active, .menu li a:focus 
{
	background-color: #5AB0C5;
	color: #ffffff;
	
}
