/* CSS Document */
#dropmenudiv{
width:100%;
padding: 1px;
position:absolute;
border:2px #FF9900 solid;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#ffa217;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffba00;
padding: 0px;
text-decoration: none;
font-weight: bold;
background:#ffcd46;
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#444;
letter-spacing:1px;
}

#dropmenudiv a:hover{ /*hover background color*/

width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d17d00;
padding: 0;
text-decoration: none;
font-weight: bold;
/*background:#00a8ff;*/
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#fff;
letter-spacing:1px;
}
.dropmenu:link, .dropmenu:active, .dropmenu:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color: #ffaa30;
font-weight:bold;
text-decoration:none;
/*font-family:tahoma;
font-size:10px;
font-weight:bold;
color:#eeeeee;
text-decoration:none;*/
/*width:100px;*/
/*height:9pt;*/
/*background:#0072ff;*/
border-top:0px #0000dd solid;
border-bottom:0px #0000dd solid;
border-right:0px #0000dd solid;
border-left:0px #0000dd solid;
/*letter-spacing:1px;*/
}
.dropmenu:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color: #eee;
font-weight:bold;
text-decoration:none;
/*font-family:tahoma;
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:none;
/*width:100px;*/
/*height:9pt;*/
/*background:#0024ff;*/
border-top:0px #888888 solid;
border-bottom:0px #888888 solid;
border-right:0px #888888 solid;
border-left:0px #888888 solid;
/*letter-spacing:1px;*/
}  

