/* CSS Document */

#dropmenudiv{
position:absolute;
font:normal 12px Arial;
border-width:1px;
border-style:solid;
border-color:800000;
color:800000;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#800000;
background-image:url(images/java_over.jpg);
}

