
a.starter {
	color: #313131;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	line-height: 28px;
	padding: 8px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.starter:hover {
	color: #ffffff;
	background: #E85100;
}

#mainMenu {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 10;
	background: url(/images/topmenu-bak.gif) #C1C1C3;
}

#menuList {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	line-height: 18px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}


#menuList li {
	display:inline;
	list-style: none;
}



.menu {
	position: absolute;
	visibility: hidden;
	text-transform: lowercase;
	border-top: 1px solid #E85100;
	border-bottom: 2px solid #E85100;
	border-left: 1px solid #E85100;
	border-right: 1px solid #E85100;
}

.menu li a {
	color: #ffffff;
	text-align: left;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	width: 140px;
	background-color: #BEBEBF;
	border-bottom: 1px solid #ffffff;
}

.menu li a:hover, .menu li a:active {
	background-color: #E85100;
	color: #ffffff;
}

