/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	margin: 0;
}

.shadetabs ul{
	padding: 0;
	margin: 0;
	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;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	margin-left: 44px;
	font-family: Arial, Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #000; 
	line-height: 18px;
	z-index: 100;
	background-color: #FFF;
	width: 180px;
	visibility: hidden;
	border: 1px solid #DDD;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #DDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #EFEFEF;
	border-top: 1px solid #DDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}
