
a.starter {
	line-height: 1em;
	border-right: 2px solid white;
	color: white;
	font-weight: bold;
	font-size: .9em;
	margin: 0px;
	padding-left: 0px;
	padding-right: 7px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	text-decoration: none;
	color: #5EC7CD;
}

#mainMenu {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 1px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
	z-index: 10;
	background-color: #008C9B;
	border-right: 2px solid white;
	border-left: 2px solid white;
}

#menuList {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
}

#menuList li {
	display:inline;
	list-style: none;
}



.menu {
	position: absolute;
	visibility: hidden;
	border-top: 7px solid #008C9B;
	margin-top: 1px;
}

.menu .menu {
border: 0;
}


.menu li a {
	color: #ffffff;
	text-align: left;
	display: block;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
	width: 160px;
	background-color: #008C9B;
	font-size: .8em;
	font-family: verdana;
}

.menu li a:hover, .menu li a:active {
	background-color: #5EC7CD;
	color: white;
}

