/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	background: #32556E;
}

.shadetabs ul{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 10pt "Trebuchet MS", Verdana, Arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 25px 3px 17px;
	margin-right: 0px;
	color: #FFFFFF;
	background: #32556E;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #32556E;
	background: #FEF3E1;
	border-top: 1px solid #32556E;
	border-bottom: 1px solid #32556E;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #FEF3E1;
	color: #32556E;
	border-top: 1px solid #32556E;
	border-bottom: 1px solid #32556E;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: underline;
	color: #32556E;
	border-bottom: 1px solid #32556E;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px/15px "Trebuchet MS", Verdana, Arial, sans-serif;
	z-index:100;
	background-color: #FEF3E1;
	width: 150px;
	visibility: hidden;
	border-top: 1px solid #32556E;
	border-right: 1px solid #32556E;
	border-left: 1px solid #32556E;
	margin-left: 1px;
	margin-top: 2px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #32556E; /*THEME CHANGE HERE*/
	padding: 3px 0 2px;
	text-decoration: none;
	font-weight: bold;
	color: #32556E;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #32556E;
	color: #FFFFFF;
	text-decoration: underline;
}
