ul#menutop{
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
	font-size:12px;
	color:#ffffff;
}


ul#menutop li{
	float:left;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}


ul#menutop a:link, ul#menutop a:visited{
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}

ul#menutop a:hover,ul#menutop a:focus,ul#menutop a:active{
	color: #FFFFFF;
	text-decoration: none;
}

ul#menutop li ul{
	display: none;
}


ul#menutop li:hover ul{
	display: block;
	position: absolute;
	z-index:1;
	padding: 0;
	margin: 0 0 0 -1px;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #FFFFFF; 
	border-left-width: 1px;	
	border-left-style: solid; 
	border-left-color: #FFFFFF; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #FFFFFF; 
	font-size:12px;
	width:138px;
	background-color:#ffffff;
}

ul#menutop li ul li{
	list-style:none;
	margin:0;
	padding:0;
}



ul#menutop li li {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
	width: 138px;
	background-color:#a40001;
	height: 20px;
	text-align:center;
	margin-top: 2px;
}


ul#menutop li li:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color:#a90039;
}
