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

.shadetabs{
}

.shadetabs ul {
	padding: 2px 0 0 150px;
	margin: 0;
	font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	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;
	padding: 0;
}

.shadetabs li a {
	text-decoration: none;
	padding: 2px 14px 2px 8px;
	color: #666;
}

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

.shadetabs li.selected a { /*selected main tab style */
	background: white;
	color: #333;
}

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

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

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

.dropmenudiv{
	position: absolute;
	z-index: 100;
	background-color: white;
	width: 150px;
	padding: 4px 0px 4px 0px;
	visibility: hidden;
	border: 0px solid black;
}

.dropmenudiv a{
	width: auto;
	display: block;
	padding: 6px 2px 4px 4px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-indent: 6px;
	text-align: left;
	text-decoration: none;
	color: #000;
}

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

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000;
	text-indent: 8px;
}