
* {padding:0; margin:0}

.dropdown 
{
    float:left; 
    padding-right:0;
}
.dropdown dt 
{
    margin:0;
    padding:8px;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #04194B;
	text-decoration: none;
    cursor:pointer; 
}
.dropdown dt:hover 
{
    color:#3F6794;
}
.dropdown dd 
{
    position:absolute; 
    overflow:hidden; 
    width:208px; 
    display:none; 
    background:#f1f1f1;
    z-index:200; 
    opacity:0;
}
.dropdown ul 
{
    width:208px; 
    list-style:none; 
    border-top:none;

}
.dropdown li 
{
    display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited
{
    display: block;
    padding: 5px;
    color: #04194B;
    text-decoration: none;
    width: 194px;
    text-align: left;
}
.dropdown a:hover 
{
    background:#3F6794; 
    color:#fff;
}
