.dropmenu09{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin: auto;
}

.dropmenu09 ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
margin: auto;
}

.dropmenu09 li{
display:inline;
margin:0 2px 0 0;
padding:0;
width: 200px;
}


.dropmenu09 a{
float:left;
color: white;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
background-image: url('images/menuIcon09.jpg');
background-repeat: no-repeat;
padding-left: 15px;
padding-right: 8px;
font-size: 12px;
font-weight: bold;

}

.dropmenu09 a span{
float:left;
display:block;
padding: 4px 8px 2px 5px;
}

.dropmenu09 a span{
float:none;
}

.dropmenu09 a:hover{
background-color: #ffd25b;
}

.dropmenu09 a:hover span{

}

.dropmenu09 .selected a, #dropmenu09 .selected a span{ /*currently selected tab*/
}

.dropmenu09line{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 0px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #ffd25b; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .dropmenu09line above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
background-image: url('images/menuDropBg.jpg');
background-repeat: repeat-x;
background-color: #e47a00;
font-size: 11px;
margin-left: 12px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #ffd25b;
border-bottom: 1px solid #ffd25b; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
height: 30px;
line-height: 30px;
vertical-align: middle;
color: #FFFFFF;
padding-left: 25px;
background-image: url('images/subMenuBullet.gif');
background-repeat: no-repeat;
font-size: 11px;

}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: white;
}