.dropdown{
width: 500px;	
height: 30px;
font-size: 110%;
font-weight: normal;    
padding-top: 5px;	
background: #A4E3E6;
}


.dropdown a {
text-decoration: none;
}

	
ul.dpmenu {	        
list-style-type: none;	        
margin: 0;		
padding-top: 5px 0 0 10px;		
padding-left: 10px;		
}
	
	
ul.dpmenu * {	
margin: 0; 		
padding: 0		
}
	
		
ul.dpmenu ul {			
position: absolute; 			
top: 25px; 			
left: 0; 			
display: none;                 	
list-style-type: none;			
}
		
		
ul.dpmenu .dpmenulink  {			
background: transparent;			
}
		
	
		
ul.dpmenu li {			
position: relative; 			
float: left; 			
text-align: center;			
}
	
		
ul.dpmenu ul li {			
position: relative; 			
margin: 0;			
}

		
ul.dpmenu ul li a  {			
display: block; 			
padding: 3px 0 2px; 			
background-color: transparent;                        
text-decoration: none;			
}
		
		
ul.dpmenu li a:link, ul.dpmenu a:active, ul.dpmenu a:hover, ul.dpmenu a:visited {		display: block;
width: 135px;			
color: #000;                       
padding: 3px;
}

ul.submenu {
background: #A4E3E6;
}
	
		
ul.dpmenu ul li a:hover {	
background-color: #cccccc; 			
}


.dropdown {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.dropdown ul {
list-style-type: none;
}

.dropdown ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.dropdown a:link {
color: #A4E3E6;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.dropdown a:visited {
color: purple;
text-decoration: none;
}

.dropdown a:hover {
color: red;
background-color: ;
text-decoration: underline;
}
