.menustyle {
margin: 2;
padding: 2;
background: white; /* changes color of background under header */
font: 11px Tahoma;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top:-2px;
left: 5px;
z-index:1;
width: 100%; /* precision for Opera */

}
#menu dl {
float: center;
width: 210px;
}

/*menu button color*/

#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
background: #003300;  /* color behind text on menu bar */
border: black;
margin: 1px;
color: #ffffff;     /*text color*/
width: 150px;
}

/*menu button border*/
#menu dd {
display: none;
border: 0px solid blue;
}
/*sub-menus layout*/
#menu li {
text-align: center;
background: #003300;
height:15px;
}
                                /*sub-menu text color*/
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
display: block;
height: 100%;
border: 0px solid blue;


/*menu selection highlighted color*/
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #FF0000;
font-weight:;
color:white;
             }
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #ddd;
background-color: #ddd;
padding: 5px;
border: 0px solid gray;
}

