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

.shadetabs{
	border-bottom: 1px none #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #ef5122;


}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 29px 3px 4px;
	margin-right: 8px;
	color: #FFFFFF;
	background: #333399 left top;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #ef5122;
	width: auto;

}

.shadetabs li a:visited{
	color: #FFFFFF;
	font-size: 13px;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: ef5122;
	background-position: left top;
	background-image: url(shadeactiveorg.gif);
	background-repeat: repeat-x;






}

.shadetabs li.selected{
	color: #FFFFFF;

}

.shadetabs li.selected a{
	border-bottom-color: 333399;
	color: #FFFFFF;
	background-image: url(shadeactiveblue.gif);




}

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

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px/18px Verdana;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top: 0 solid #918d8d;
	border-right: 1px solid #918d8d;
	border-bottom: 0 solid #918d8d;
	border-left: 5px solid #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #918d8d;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: 333399;
	font-size: 12px;
}

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

.dropmenudiv a:hover{
	background-color: #ef5122;
	text-decoration: none;
	color: #FFFFFF;

}
