.greentabs{
/*border-bottom: 1px solid gray;*/
text-align:left;
}

.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;
	font-size: 11px;
	font-weight: bold;
}

.greentabs li{
display: inline;
margin: 0;
}

.greentabs li a{
	text-decoration: none;
	margin-right: 3px;
	/*border: 1px solid #778;*/
	color: #FFFFFF; /*THEME CHANGE HERE*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;	/*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: #7695CF;
}

.greentabs li.selected{
}

.greentabs li.selected a{ /*selected main tab style */
background-image: url(../images/interface/Sub_Page.jpg); /*THEME CHANGE HERE*/
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 Arial, Verdana, sans-serif;
line-height:18px;
z-index:100;
background-color: #4069B5;
width: 200px;
visibility: hidden;
}


.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: black;
}

.tablebackground{
background-image: url(../images/interface/blue_tab.jpg);
background-repeat: repeat-x;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}