#nav{
height: 46px;
padding: 0px;
}

#nav a{
float: left;
}

img{
border: 0px;
}

#dropmenudiv{
position: absolute;
border: 1px solid #4A595A;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
margin-left: 0px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 21px;
border-bottom: 1px solid #999999;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #DDDDDD;
}

#dropmenudiv a:hover{
background-color: #888888;
}


