#dropmenudiv{
position:absolute;
background-color: #355d9e;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
margin-left:6px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 17px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight:normal;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
background:url(../images/bullet2.gif);
background-position:left;
background-repeat:no-repeat;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#002460;
text-decoration:none;
text-transform:uppercase;
background-color: #355d9e;
}

#dropmenudiv a#first{
width: 100%;
display: block;
text-indent: 17px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight:normal;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
background:url(../images/bullet3.gif);
background-position:left top;
background-repeat:no-repeat;
}

#dropmenudiv a#first:hover{ /*hover background color*/
color:#002460;
text-decoration:none;
text-transform:uppercase;
background-color: #355d9e;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}