#dropdown {

margin: 0;

padding: 0;

font: 7.5pt arial, sans-serif;

}



#dropdown dl, #dropdown dt, #dropdown dd, #dropdown ul, #dropdown li {

margin: 0;

padding: 0;

list-style-type: none;

}



#dropdown {

position: absolute; /* Menu position that can be changed at will */

top: 113px;

left: 14px;

z-index:100;

width: 100%; margin-left:80px; margin-right:0px

}



#dropdown dl {

float: left;

width: 105px;

}



#dropdown dt {

cursor: pointer;

text-align: center;

background-color:#0E2782;

color:#FFFFFF;

border: 1px solid #AAAAAA;

margin-right: 1px;

}



#dropdown dd {

width:102px;

display: none;

border:1px solid #000000;

border-top:0px;

border-bottom:0px;

}



#dropdown li {

text-align: center;

background: #FFFFFF;

}



#dropdown dt a {

color:#FFFFFF;

text-decoration: none;

display: block;

height: 100%;

border: 0px none;

}



#dropdown li a {

border-left:0px none; border-right:0px none; border-top:0px none; color:#FFFFFF;

background-color:#0E2782;

text-decoration: none;

display: block;

height: 100%;

border-bottom:1px solid #000000

}



#dropdown li a:hover, #dropdown li a:focus, #dropdown dt a:hover, #dropdown dt a:focus {

background:#FFFFFF;

color:#000000

}



#site {

position: absolute;

z-index: 1;

top : 70px;

left : 10px;

color: #000;

background-color: #ddd;

padding: 5px;

border: 1px solid #AAAAAA; 

}