.greentabs{
/*border-bottom: 1px solid gray;*/
text-align:right;
}

.greentabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-align: top; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

.greentabs li{
display: inline;
margin: 0;
}

.greentabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	/*border: 1px solid #778;*/
	color: #990000; /*THEME CHANGE HERE*/
	/*background-color: white;*/
	/*background-image: url(../images/interface/greentab.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left top;*/
}

.greentabs li a:visited{
color: #990000;
}

.greentabs li a:hover{
text-decoration: none;
color: #999999;
}

.greentabs li.selected{
}

.greentabs li.selected a{ /*selected main tab style */
background-image: url(../images/interface/greentabactive.jpg); /*THEME CHANGE HERE*/
border-bottom-color: #990000;
}

.greentabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #663300; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: #A5824C;
	width: 150px;
	visibility: hidden;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #663300; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

.tablebackground{
background-image: url(../images/interface/greentab.jpg);
background-repeat: repeat-x;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #765C37;
}