/**************************** Dropdown Menu Navigation Bar **********************************/
.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
/* voice-family: "\"}\"";
voice-family: inherit; */
}

.ddcolortabs ul{
font-size: .8em;
	line-height: 14px;
	margin: 0;
	padding: 0;
list-style:none;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
/* text-transform:uppercase; */
}


.ddcolortabs a{
float:left;
color: #000;
font-weight: bold;
font-size: 1em;
text-decoration: none;
/* background: #ccc; */
/* color: #fff;
background-color: #810000;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
margin:0;
padding:0 0 1px 1px;
text-decoration:none; */
}

.ddcolortabs a:visited{
color: #ffffea;
font-weight: bold;
font-size: 1em;
text-decoration: none;
/* color: white; */
}

.ddcolortabs a:active {
color: #fff;
font-weight: bold;
font-size: 1em;
text-decoration: none;
/* color: white; */
}


.ddcolortabs a:hover {
color: #4a4f2b;
font-weight: bold;
font-size: 1em;
text-decoration: none;
background: none;
}
.ddcolortabs a span{
float:left;
display:block;
padding: 7px 3px;
}
.ddcolortabs a span{
float:none;
}

/* .ddcolortabs a:hover{
background-color: #004b85;
} */

.ddcolortabs a:hover span{
color: #4a4f2b;
font-weight: bold;
font-size: 1em;
text-decoration: none;
background: none;
/* color: #DA8383;
background-color: #810000; */
}

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

.dropmenudiv_a { font:12px/22px Arial;
background-color: #aec5d2;
position: absolute;
margin-top: 2px;
width: 255px;
z-index: 100;
visibility: hidden;
border-right: 1px solid #4a4f2b;
border-bottom: 0 solid #4a4f2b;
border-left: 1px solid #4a4f2b;
border-top: 1px solid #4a4f2b;
margin-top: 3px;
}
.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #00192c; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
text-align:left;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffea;
color: #4a4f2b;
text-decoration:none;
text-align:left;
}


#slidetabsmenu {
float:left;
width:100%;
font:90% Verdana, Arial, sans-serif;
line-height:normal;
border-bottom: 0px solid #810000;
padding-top: 2px;

}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 15px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #336699;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: #810000;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}
.menu_divider { color: #000; line-height: 2.7em; float: left; padding: 0 2px 0 2px; }
