#dropmenudiv{
position:absolute;
border:1px solid #F7F7FB;
border-color:#F7F7FB;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
text-align:center;
}

#dropmenudiv a{
width: 100%;
background-color:#202020;
color:#ffffff;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F7F7FB;
border-color:#F7F7FB;
padding: 1px 0;
text-decoration:none;

/*font-weight: bold;*/
}
#dropdown a:link, a:visited { text-decoration:none; }
#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#ccc9c9;
text-decoration: underline;
}
