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

#menubis {
position: absolute;
z-index:100;
width: 100%;
}

#menubis dl {
margin: 0px auto;
padding: 0px;
float: left;
border-left: 1px solid #ffffff;
list-style-type: none;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
}

#menubis dd {
display: none;
}

#menubis dt a {
border: 0 none;
position: relative;
color: #ffffff;
text-decoration: none; 
margin: 0px;
display: block;
}

#menubis dt {
height: 100%;
border: 0 none;
margin: 0px;
padding: 11px 24px 11px 24px;
display: block;
position: relative;
color: #ffffff;
text-decoration: none;
background-color: #888888;
}

#menubis li  { text-align: left; margin: 0px; padding: 0px; border-top: 1px #ffffff; border-bottom: 0px #ffffff }
#menubis li a { color: #ffffff; font-weight: bold; font-size: 0.8em; text-decoration: none; background-color: #888888; text-transform: uppercase; display: block; margin: 0px; padding: 10px; border-style: none solid none none; border-width: 0 1px 0 0; position: relative; height: 100% }
#menubis dt:hover, #menubis dt a:hover, #menubis dd:hover, #menubis dd a:hover, #menubis li a:focus, #menubis li a:hover {
text-decoration: none;
background-color: #bf2e1a;
}