/* Style for Tab Interface itself */

.shadetabs{
	/* border-bottom: 1px solid gray; */
	margin-bottom: 1em
	}

.shadetabs p{
	padding: 5px 0;
	margin-left: 1;
	margin-right: 1;
	margin-top: 1;
	margin-bottom: 1;
	font: bold 8pt Verdana; /* bold */
	list-style-type: none;
	text-align: center
	/* set to left, center, or right to align the menu as desired */
	}

.shadetabs p{
	display: inline;
	margin: 1
	}

.shadetabs p a{
	text-decoration: none;
	margin-right: 3px;
	/* border: 1px solid #FFFF99; */
	/* background: white url('images/gifs/shade.gif') repeat-x top left; */
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px
	}

.shadetabs p a:visited {
	}

.shadetabs p a:hover{
	text-decoration: underline;
	color: #000000
	}

.shadetabs p.selected{
	}

/* selected main tab style */

.shadetabs p.selected a{ 
	/* background-image: url('#'); */
	border-bottom-color: white
}

.shadetabs p.selected a:hover{ /* selected main tab style */
	text-decoration: underline
	}

/* Style for Drop Down Menu */

.dropmenudiv{
	margin:6;
	position: absolute;
	/* border-left: 1px solid #E8E8E8;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #C0C0C0; */
	line-height: 18px;
	z-index: 100;
	background-color: #333333;	
	color: #CCCCCC;
	width: 140px;
	visibility: hidden;
	/* font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none; */
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	/* border-radius: 10; */
	text-indent: 6;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5;
	}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	color: #666666;
	/* border: 0px solid #FFFF99; */
	padding: 1px 0;
	text-decoration: none;
	/* font-weight: bold; */
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%
}

.dropmenudiv p a:visited {
	}

.dropmenudiv a:hover{ 
	color: #FFFFFF;
	font-weight: bold
}