/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#shadetabs {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom: 1px solid #EFB5A5; /*Add border strip to bottom of menu*/
	background: #FAF5F5;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#shadetabs ul{
list-style-type: none;
margin:0;
margin-left: 25px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#shadetabs li{
display:inline;
margin:0;
padding:0;
}

#shadetabs a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#shadetabs a h1{
margin-top: 30px;
}

#shadetabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#shadetabs a span {float:none;}
/* End IE5-Mac hack */

#shadetabs a:hover span {
color: black;
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

#shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
outline:none;
}

#shadetabs li a.selected span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
outline:none;
font-weight: bold;
}

#shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
outline:none;
}

#shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
outline:none;
}


#shadetabs li a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
outline:none;
}

