
.wtstabs {
margin:inherit;
}

.wtstabs ul {
float:right; /*delete this to put the menu in the center!*/
padding-top: 5px;
padding-bottom: 7px;
margin-left: 0;
margin: 0px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
font-family: verdana, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.wtstabs li{
display: inline;
margin: 0;
}

.wtstabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #ffffff;
}

.wtstabs li a:visited{
color: #ffffff;
}

.wtstabs li a:hover{
text-decoration: none;
color: #cc9752;
}

.wtstabs li.selected{
color: #ffffff;
}

.wtstabs li.selected a{ /*selected main tab style */
color: #ffffff;
}

.wtstabs li.selected a:hover{ /*selected main tab style */
color: #cc9752;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenuclass{
	position:absolute;
	top: -113px;
	border: 1px solid #ffffff;
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #cc9752;
	width: 150px;
	visibility: hidden;
	left: 437px;
}


.dropmenuclass a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #6a1b1b;
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
font-weight: normal;
color: #ffffff;
background-color: #cc9752;
}

* html .dropmenuclass a{ /*IE only hack*/
width: 100%;
}

.dropmenuclass a:hover{ /*THEME CHANGE HERE*/
color: #6a1b1b;
}
