
a.starter {
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	margin: 0px;
	padding: 0 0 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/bullet-dot.gif) no-repeat 0px 4px;
	}

a.starter:hover, a.starter:active {
	text-decoration: underline;
	color: #E8007A;
}

#mainMenu {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 1px;
	z-index: 10;
	background: #000;
}

#topmenu {
	background: #000;
}

/*Use this intead of #mainmenu padding to prevent IE from pusing menu items over to the right */
#spacer {width: 20px;}
.spacer {background: #000;}

#menuList {
	margin: 0px;
	padding: 7px 3px;
	z-index: 10;
}

#menuList li {
	display:inline;
	list-style: none;
}



.menu {
	margin: 0px;
	padding: 5px;
	font-size: .8em;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing: 0px;
	position: absolute;
	visibility: hidden;
	text-transform: uppercase;
	background: #000;
}


.menu li a {
	text-align: left;
	display: block;
	padding: 1px 14px 4px 4px;
	color: #fff;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	text-decoration: underline;
	color: #E8007A;
	background: #eeeeee;
}

