.dropdown ul{
padding: 3px 0;
}

.dropdown li{
display: inline;
margin: 0;
}

.dropdown li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #f66;
}

.dropdown li a:visited{
color: #f66;
}

.dropdown li a:hover{
text-decoration: underline;
}

.dropdown li.selected{
}

.dropdown li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.dropdown li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 500px;
margin-right: 500px;
border: 1px dotted #e7a04e; /*THEME CHANGE HERE*/
border-width: 1px 1px 0 1px;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 dotted #e7a04e; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 2px;
text-decoration: none;
color: black;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #faff9d;
}