

#dropmenudiv{
position: absolute;

border:0px solid gray;
border-bottom-width: 0;
font-size: 10px;
line-height: 15px;
z-index:200;
width: 90px;
height: 175px;
background: url('images/menu-nav-bk.jpg') 50% 30%;
background-repeat: no-repeat;
margin-top: 23px;
margin-right: 300px;

padding-top: 50px;
padding-left: 0px;

}





#dropmenudiv a{

width: 100%;
display: block;
text-indent: 20px;
border-bottom: 0px solid gray;
padding: 1px 0;

text-decoration: none;
font-family: georgia;
font-weight: none;
color: #999999;
a:visited {color: #000000; text-decoration: underline; }

|}

#dropmenudiv a:hover{ /*hover background color*/

background-color: #191919;
color: #ffff00;
}




