.orangetabs{
border-bottom: 1px solid #fffff3;
font-family: Verdana, "Trebuchet MS", Courier;
}

.orangetabs ul{
	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	font-style:bold;
	font-size:small;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.orangetabs li{
display: inline;
margin: 0;
font-weight:bold;
}

.orangetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #64937f;
	color: #fffff3;
	background: #ea2009;/*background: white url(media/orangetab.gif) top left repeat-x; THEME CHANGE HERE*/
}

.orangetabs li a:visited{
color: #fffff3;
}

.orangetabs li a:hover{
text-decoration: none;
background: #000000;
}

.orangetabs li.selected{
}

.orangetabs li.selected a{ /*selected main tab style */
/*background-image: url(images/orangetabactive.gif); THEME CHANGE HERE*/
border-bottom-color: #64937F;
background: #000000;
}

.orangetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #64937F; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-style:normal;
font-size:12px;
line-height:18px;
z-index:100;
background-color: #ea2009;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #64937F; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #fffff3;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
}
