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

.shadetabs{

	border-bottom: 0;
}


.shadetabs ul{
	
	padding: 3px 0;

	margin-left: 0;

	margin-top: 5px;

	margin-bottom: 5px;

	font: 11px Verdana;

	list-style-type: none;

	text-align: right;
}


.shadetabs li{

	display: inline;

	margin: 0;
}


.shadetabs li a{
	
	text-decoration: none;
	
	padding: 3px 7px;

	margin-right: 3px;

	border: 0;

	color: #000000;

	background-color: #E6B634;
}


.shadetabs li a:visited{

	text-decoration: none;
	
	padding: 3px 7px;

	margin-right: 3px;

	border: 0;

	color: #000000;

	background-color: #E6B634;
}


.shadetabs li a:hover{

	text-decoration: overline underline;
	
	padding: 3px 7px;

	margin-right: 3px;

	border: 0;

	color: #000000;

	background-color: #E6B634;
}


.shadetabs li.selected{
}


.shadetabs li.selected a{ /*selected main tab style */

	background-color: #E6B634;
}


.shadetabs li.selected a:hover{ /*selected main tab style */

	text-decoration: none;
}

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


.dropmenudiv{

	position:absolute;

	top: 0;

	border: 0px; /*THEME CHANGE HERE*/

	border-width: 0 1px;

	font: 11px Verdana;

	line-height:18px;

	z-index:100;

	background-color: #E6B634;

	width: 120px;

	visibility: hidden;
}


.dropmenudiv a{

	width: auto;

	display: block;

	text-indent: 3px;

	border-bottom: 0px; 

	padding: 3px 7px;

	text-decoration: none;

	font-weight: normal;

	color: #000000;
}


.dropmenudiv a:hover{

	width: auto;

	display: block;

	text-indent: 3px;

	border-bottom: 0px; 

	padding: 3px 0;

	text-decoration: overline underline;

	font-weight: normal;

	color: #000000;
}



* html .dropmenudiv a{ /*IE only hack*/

	width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

	background-color: #E6B634;
}