.greentabs{
/*border-bottom: 1px solid gray;*/
text-align:left;
margin: 4px;
}

.greentabs ul{
	padding: 0px;
	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*/
	font-family: Verdana;
	font-size: 11px;
	/*font-weight: bold;*/
}

.greentabs li{
display: inline;
margin: 3;
}

.greentabs li a{
	text-decoration: none;
	margin-right: 0px;
	/*border: 1px solid #778;*/
	color: #FFFFFF; /*THEME CHANGE HERE*/
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;	/*background-color: white;*/
	/*background-image: url(../images/interface/greentab.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left top;*/
}

.greentabs li a:visited{
color: #FFFFFF;
}

.greentabs li a:hover{
/*text-decoration: underline;*/
color: #F47A24;
}

.greentabs li.selected{
}

.greentabs li.selected a{ /*selected main tab style */
border-bottom-color: #043B26;
}

.greentabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0px;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 11px/18px Arial, Verdana, sans-serif;
	z-index:100;
	background-color: #666666;
	width: 200px;
	visibility: hidden;
	color: #FFFFFF;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv_b a:visited{
color: #FFFFFF;
}
.dropmenudiv_b a:hover{
color: #000000;
}


.tablebackground{
background-color:#666666
}

.barbackground{
background-color:#666666
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}