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

.shadetabs{
}

.shadetabs ul {
	padding: 0px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type: none;
	text-align: center;
}

.shadetabs li{
	display: inline;
	margin: 0;
}
#shademenu ul li{
}
.shadetabs li a{
	text-decoration: none;
	padding: 3px 3px;
	margin-right: 3px;
	border:1px solid #999999;
	color: #CCC;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/tabs_rollover.jpg); /*THEME CHANGE HERE*/
	background-repeat:repeat-x;
	background-position:left;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{
}

.shadetabs li.selected a:hover{
	text-decoration: none;
}

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

.dropmenudiv{
	margin-top:6px;
	position:absolute;
	top: 0;
	border: 1px solid #622000; /*THEME CHANGE HERE*/
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #CCCCCC;
	visibility: hidden;
	width: 100px;
}

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

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

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