﻿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: 0;
left: 710;
top:55px;
z-index:100;

}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
text-align: right;
}
#menu dd {
display: none;

}
#menu li {
text-align: left;
background: #000000;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-family: Arial, Sans-Serif;
font-size:10px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #000000;
color:#ee3a42;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
 
}
