/*================================= DROPDOWN MENU ==================================*/

#dropmenudiv{
position:absolute;
border:0px solid;
border-color:#000;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
margin-left:0px;
margin-top:11px;
text-align:left;



}

#dropmenudiv a{
width: 100%;
background:#999;
color:#000;
display: block;
text-indent: 8px;
border-bottom: 1px solid;
border-color:#000;
padding: 1px 0;
text-decoration: none;
font-weight:bold;

}

#dropmenudiv a:hover{ /*hover background color*/ background-color:#000; color:#ffb001;}