#dropmenudiv{
position:absolute;
background-color: #EEE;
border:1px solid #21464f; /*#DDD Grey-color border*/
border-bottom-width: 0;
font:normal 10px arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
padding: 1px 0;
text-indent: 3px;
background: #36b8d8;
display: block;
border-bottom: 1px solid #21464f; /*#DDD Grey-color border*/
color: #03535c;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background : #007d9e url(menubar/linkarrow.gif) no-repeat right center;
color: #FFF;
}
