/* nav tabs */

#navtabs{
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 56px;
/* margin-top: 24px; */
}

#navtabs ul{
font-size: 12px;
font-weight: bold;
font-family: arial,helvetica;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#navtabs li{
display:inline;
margin:0 5px 0 0;
/*
padding:0;
text-transform:uppercase;
*/
line-height: 1.5em;
}

#navtabs a{
float:left;
color: #6d0a0a;
/* background: #263997 url(/images/nav/nav_tabs_left.gif) no-repeat left bottom; */
margin:0 3px 0 0;
padding:0 0 0 3px;
text-decoration:none;
}

#navtabs a span{
float:left;
display:block;
/* background: transparent url(/images/nav/nav_tabs_right.gif) no-repeat right bottom; */
padding:3px 9px 3px 6px;
}

#navtabs a span{
float:none;
}

#navtabs a:hover{
color: #000000;
/* background-color: #777777; */
}

#navtabs a:hover span{
/* background-color: #777777; */
}

#navtabs #current a, #navtabs #current span{ /*currently selected tab*/
/* background-color: #777777; */
}





/* styles for dropdown menu */
.dropmenudiv{
position:absolute;
visibility: hidden;
z-index:100;
width: 200px;

/*
top: 0;
margin-top: 0px;
margin-left: -15px;
*/
margin-left: 5px;

border: 1px solid #ffffff; /*THEME CHANGE HERE*/
/* border-width: 0 1px; */
font-size: 11px;
font-family: verdana,arial,helvetica;
line-height:18px;
background-color: #ffea8b;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #f5cb12;
}
