#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-top: 1px solid #fff;
border-left:0;
border-right:0;
border-bottom-width: 0;
font:normal 11px arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF362F;
color:#000000;
text-transform: uppercase;
}

.otherhighlight{
background-color: #cccccc;
}
