.menus{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menus ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.menus li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;

}

.menus a{
float:left;
color: white;
margin-left:5px;
text-decoration:none;
}

.menus a span{
float:none;
}

.menus a:hover span{

}

.menus .selected a, #menus .selected a span{ /*currently selected tab*/

}

.menusline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 0px;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
background-color:#2d2d2d; width:185px; height:100px; position:absolute; border:3px solid #ff7425; margin-top:8px; color:#FFFFFF; border-top:0px; padding:5px;
visibility:hidden; z-index:100;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid white;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #ff7425;
color: white;
}
.altmenu {
border: 1px solid white; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .menusline above*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #CC0000;
width:98%;
}
* html .altmenu a{ /*IE only hack*/
width: 100%;
}
.altmenu a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
.altmenu a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid white;
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:5px;
text-decoration: none;
color: white;
}