#navmenu{
border-top: 2px solid black;
border: 2px solid black;	
border-bottom-width: 2px;
width: 180px;
position: absolute;
top: 280px;
left: -2px;
z-index: 3;
background-color: #cdcdcd;
}

* html #navmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 165px;
}

#navmenu a{
font: bold 12px Arial;
padding: 4px;
padding-left: 10px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

html>body #navmenu a{ /*Non IE rule*/
width: auto;
}

#navmenu a:hover{
background-color: black;
color: white;
}