
a.starter {
	
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, geneva;
	line-height: 25px;
	margin: 0px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 2px solid #0192C7;
}

a.starter:hover, a.starter:active {
	text-decoration: none;
	color: #0179B8;
}

#mainMenu {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 707px;
	margin: 0px;
	z-index: 10;
	height: 21px;
}

#menuList {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
	
}

#menuList li {
	display:inline;
	list-style: none;
}



.menu {
	position: absolute;
	visibility: hidden;
	text-transform: lowercase;
	border-left: 1px solid #e0f1f8;
	border-right: 1px solid #e0f1f8;
	border-bottom: 1px solid #e0f1f8;
}


.menu li a {
	color: white;
	text-align: left;
	display: block;
	font-size: 12px;
	line-height: 17px;
	font-family: "Trebuchet MS", verdana, geneva;
	padding-top: 1px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
	width: 150px;
	background-color: #0192C7;
}

.menu li a:hover, .menu li a:active {
	text-decoration: underline;
	background-color: #59595B;
	color: #ffffff;
}

