.navigation-tabs{
text-transform:lowercase;
font-weight: normal;
letter-spacing:0.055em;
}

.navigation-tabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font:1.00em Verdana, Arial, Sans-serif;
letter-spacing:0.055em;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.navigation-tabs li{
display: inline;
margin: 0;
}

.navigation-tabs li a {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #FFFFFF;
background: none;
}

.navigation-tabs li a:visited{
color: #FFFFFF;
}

.navigation-tabs li a:hover{
text-decoration: underline;
color: #ff7e00;
background: #240038;
}

.navigation-tabs li.selected{
color: #ff7e00;
}

.navigation-tabs li.selected a{ /*selected main tab style */
color: #ff7e00;
text-decoration: none;
}

.navigation-tabs li.selected a:hover{ /*selected main tab style */
color: #ff7e00;
text-decoration: underline;
}

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

.dropmenudiv_b {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFFFFF #F2F2F2 #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-style: solid;
    border-width: 1px;
    top: 14px;
    box-shadow: 2px 3px 2px #c1c1c1;
	-moz-box-shadow: 2px 3px 2px #c1c1c1;
	-webkit-box-shadow: 2px 3px 2px #c1c1c1;
    display: block;
    font: 1em/16px Verdana,Arial,Sans-serif;
    left: -4999px;
	top: 9px;
    position: relative;
    width: 140px;
    z-index: 100;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
 /* background: #240038; */
}
