
a.starter {
	
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma;
	margin: 0px;
	padding: 1px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	
	color: silver;
}

body {
	
	}

#mainMenu {
	color: white;
	position: relative;
	text-align: center;
	width: 727px;
	background-color: #6577B5;
	margin-top: -5px;
	z-index: 30;
	border-bottom: 2px white solid;
}

#menuList {
	margin: 0px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
}



.menu {
	text-align: left;
	position: absolute;
	width: 160px;
	visibility: hidden;
}

.menu li a {
	background-color: white;
	color:  #101067;
	display: block;
	font-size: 11px;
	font-family: tahoma;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	width: 160px;
}

.menu li a:hover, .menu li a:active {
	background-color: silver;
	color:  #101067;
	width: 160px;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9 { 
	width: 160px; 
	z-index:100; 
}