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

.shadetabs{
	border-bottom: 0;
	margin-bottom: 1em;
	text-align: left;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0;
color: #FFFF00; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #FFFF00;
}

.shadetabs li a:hover{
text-decoration: none;
color: #DD5100;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #B5CDDF; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 1px;
	border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFCC;
}

