
#dropmenudiv{
position:absolute;
background-color: #ECE8E0;
border:1px dotted #FF0000;
border-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #FF0000;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #0d76aa;
}
#dropmenudiv a:active{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #FF0000;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d1cec7;
color: #FF0000;
}

/* Sample CSS definition for the example list. Remove if desired */
/*.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}*/

