.dropdown-menu {
color:black;
cursor:pointer;
font-size:10px;
margin-left:25px;
position:absolute;
width:101px;
}
.dropdown-menu a:link, .dropdown-menu a:visited {
color:white !important;
display:block !important;
margin:0 !important;
text-decoration:none !important;
}
.dropdown-menu a:hover {
color:#FFFFFF !important;
text-decoration:underline !important;
}
.dropdown-menu .slide-down {
background:transparent url(../img/red-dd-down-button.gif) no-repeat scroll 0 0;
}
.menu-first {
background:transparent url(../img/red-dd-button.gif) no-repeat scroll 0 0;
line-height:15px;
padding:3px 30px 4px 12px;
}
.down-list {
background:transparent url(../img/drop-down-bottom.png) no-repeat scroll center bottom;
margin-left:1px;
padding-bottom:5px;
}
.down-list li {
background:#670100 url(../img/list-divider.gif) no-repeat scroll center bottom;
padding:5px 5px 5px 15px;
}
.down-list .lastLI {
background:#670100 none repeat scroll 0 0;
padding-bottom:2px;
}
