.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: #FFFFFF;
background: #0e4865;
}

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

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

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
font:1.00em Verdana, Arial, Sans-serif;
line-height:16px;
z-index:100;
background: #240038;
width: 200px;
visibility: hidden;
}

.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;
}

