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 {
border-top: 0.5px solid #ffffff;
text-align: center;
margin: 0px;
padding: 0px;
border-bottom: 0.5px solid #ffffff;
}

#menubis li a {
height: 100%;
border: 0 none;
margin: 0px;
padding: 11px 11px 11px 11px;
display: block;
position: relative;
color: #ffffff;
text-decoration: none;
background-color: #888888;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
}

#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;
}