#dropmenudiv{
position:absolute;
border: 1px solid silver;
font:normal 10px Verdana;
z-index:1100;
background-color: #d0d0d0;
apadding-left: 1px;
apadding-right: 2px;
}

#dropmenudiv a{
abackground-color: #F4F9FD;
acolor: #092A76;
width: 100%;
display: block;
text-indent: 3px;
text-align: left;
font-size: 10px;
font-weight: normal;
vertical-align: baseline;
white-space: nowrap;
border-bottom: 1px dotted;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#dropmenudiv a#last_item{
border-bottom: 0px clear #FFFFFF;
}

#dropmenudiv a:hover
{ 
abackground-color: #FFFFFF;
acolor: #C13331;
  text-decoration: underline;
}

a.mn:link, a.mn:visited
{
 afont-family: Verdana;
 afont-size: 11px;
 acolor: #030303;
 atext-decoration: none;
 afont-weight: bold;
 apadding-left: 1px;
 apadding-right: 1px;
 abackground-image: url(../../../img/bullet4.gif);
 abackground-repeat: no-repeat;
 abackground-position: 3px;
}

a.mn:hover {
 acolor: #030303;
 abackground-image: url(../../../img/bullet.gif);
 abackground-repeat: no-repeat;
 abackground-position: 3px;
}

a.mn_clicked:link, a.mn_clicked:visited {
 abackground-color: #FFFFFF;
 acolor: #C13331;
 afont-family: Verdana;
 afont-size: 11px;
 atext-decoration: none;
 afont-weight: bold;
 apadding-left: 1px;
 apadding-right: 1px;
 abackground-image: url(../../../img/bullet.gif);
 abackground-repeat: no-repeat;
 abackground-position: 3px;
}

a.mn_clicked:hover{
 abackground-image: url(../../../img/bullet.gif);
 abackground-repeat: no-repeat;
 abackground-position: 3px;
}