@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
	height: 40px;
	background-image: url(../images/EGPCPA-LogoButtonBck.gif);
	background-repeat:repeat-y;
/*	background-position: top left; 	*/
/*border-bottom: 1px solid gray;*/
/* width: 650px; /*width of menu. Uncomment to change to a specific width */
margin-bottom: 0px;
}

.shadetabs ul{
position: relative;
top: 7px;
left: 35px;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 18px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	vertical-align: bottom;
}
.shadetabs li.selected{
	position: relative;
	top: 5px;
	color: #2b2b2b;
}
.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #F39;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2b2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2b2b2b;
}



.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);

	border-bottom: 0px;
}

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

