/* CSS Document Light Blue*/

/* <style type="text/css"> */
#dropmenudiv{
position:absolute;
border:1px solid green;
font:normal 12px BankGothic Lt BT;
line-height:18px;
z-index:100;
width: 140;
}

#dropmenudiv a{
background-color: green;
width: 140;
display: block;
color: white;
font:bold 12px BankGothic Lt BT;
line-height:18px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: green;
color: yellow;
font:bold 12px BankGothic Lt BT;
line-height:18px;
width: 140;

}

/* </style>
