﻿
/* remove the bullets, padding and margins from the lists */
.menu ul{

list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
background: #fff;
z-index:100;
margin-bottom:0px;
}

.menu li.right{
width:78px;

}

	


	


.menu a:visited {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding:5px 12px 5px 12px;
	background-color: #56075d;
	text-decoration: none;
	margin:0px;
margin-right:1px;


}



	
	


.menu a {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding:5px 12px 5px 13px;
	background-color: #56075d;
	text-decoration: none;
	margin:0px;
margin-right:1px;

}



.menu a:hover{
	background-color: #9aca3c;
	color: #56075d;
	text-decoration: none;
	padding-bottom:0px;
	border-bottom:5px #56075d solid

}
	
	
	
