/* ######### Style for Tab Interface itself ######### */
.shadetabs { width:747px; margin:0 auto;}
.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; float:left;}
.shadetabs li a{
	text-transform:uppercase;
	padding:9px 5px;
	line-height:32px;
	margin:0 2px;
	color: #fff;
	text-align:center;
}
.shadetabs li a:hover{
	text-decoration: none;
	background:#e0e2f6;
	color: #215f9a;
}
.shadetabs li.selected a{ /*selected main tab style */
	color: #215f9a;
	background:#e0e2f6;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #215f9a;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border:solid 1px #e0e2f6;
	line-height:18px;
	z-index:1000;
	background: #fff;
	filter:alpha(opacity=95);
	opacity:.95;opacity:.95;
	visibility: hidden;
	width:150px;
	padding:5px;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: dotted 1px  #e0e2f6; /*THEME CHANGE HERE*/
	padding:2px 5px;
	color: #2c71b2;
}
* html .dropmenudiv a{ width: 100%; /*IE only hack*/
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #e0e2f6;
	text-decoration:none;
}