
#dropmenudiv{
position:absolute;
/*border:1px solid black;
border-bottom-width: 0;*/
font:normal 12px Arial;
line-height:20px;
z-index:100;
border-right:1px solid #767676;
border-bottom:1px solid #767676;
border-top:3px solid #767676;
margin-left:167px;
margin-top:-22px;
padding:0px 0px;
}

#dropmenudiv a{
width: 100%;
background-color:#dddddd;
/*background-color: #e3d7ba;*/
border-top:1px dotted #535355;
display: block;
text-indent: 10px;
color:#505358;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #dddddd;
color:#ff970d;
}

