/* ######### Style for Tab Interface itself ######### */

.shadetabs{
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	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 7px;
	margin-right: 3px;
	color: #B1CCD8;
	/*background: white url(shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
	text-decoration: none;
	color: #B1CCD8;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #B1CCD8;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
	border-bottom-color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
	color: #B1CCD8;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	margin-left: -7px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 2em;
	z-index: 100;
	background-color: #FFFFEE;
	width: 200px;
	visibility: hidden;
	border-color: #C5C5C5;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-size: 11px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #9C6167;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #9C6167;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #5C3137;
}