#menuList {
	position:relative;
	z-index:100;
	margin: 0px;
	padding: 0px;
	height: 14px;
	display: block;
	margin: -26px 0 0 0;
}

#mainMenu
{
	position: relative;
	background: transparent;

}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#menuList li
{
	z-index: 100;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Helvetica, Verdana, "Lucida Grande", sans-serif;
	
}

a.starter {
	z-index:100;
	text-decoration: none;
	color: white;
	border-right: 2px solid white;
	padding: 0 13px 0 13px;
	font-weight: bold;
}

#lastmenu a.starter {border-right: none;}

a.starter:hover
{
	color: #000;
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}


.menu li {
	width: 100%;
}

.menu li a
{
	background: #ccc;
	z-index: 100;
	color: #000;
	font-weight: normal;
	display: block;
	font-size: 12px;
	padding: 4px 13px;
	margin: 0px;
	text-decoration: none;
	margin-bottom: -2px;
}

.menu li a:hover
{
	background-color: #999;
}