.menu li { list-style-type: none; }

.menu {  background-color:#550055;
         font-size: 12px;
		 font-family:Arial, Helvetica, sans-serif;
		 line-height: normal;
		 padding-left: 0;
		 padding-right: 0;
		 padding-top: 2px;
		 padding-bottom: 2px;
		 margin-left: 0;
		 margin-top: 0;
		 margin-bottom: 0;
		  }


.menu a {  padding: 0px 12px 0px 12px;
		   text-decoration: none;
		   color: #ffffff;
		   border-left: 1px solid;
		   border-right: 1px solid;
		   border-color: #ffffff;
			  }
			  

.menu a:hover { background-color: #006666;
                text-decoration: none; }

#home a { border-left: none; } 

.menu_dropdown{
position:absolute;
visibility: hidden;
border:1px solid #ffffff;
border-bottom-width: 0;
font-size: 85%;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 205px;
}

.menu_dropdown a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
text-align: center;
color: #ffffff;
}

.menu_dropdown a:hover{ 
background-color:#006666;
color: #ffffff;
}
