.ddown{
margin: 0;
text-align: left;
padding: 0px;
}

.ddown ul{
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
padding: 0px;
}

.ddown ul li{
display: inline;
padding: 0px;
}

.ddown ul li a{
margin: 0;
text-decoration: none;
float: left;
padding: 0px;
}


/* ######### Style for Drop Down Menu ######### */

.ddown_menu{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:9999;
background-color: white;
width: 200px;
visibility: hidden;
}


.ddown_menu a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .ddown_menu a{ /*IE only hack*/
width: 100%;
}

.ddown_menu a:hover{ /*THEME CHANGE HERE*/
background-color: #800000;
color: white;
}
