.shadetabs{
	float:left;
	left:0;
	top:0px;
	margin:0;
	padding:0;
	font: bold 11px Verdana;
	list-style-type: none;
	display:inline;
	text-align: centre; /*set to left, center, or right to align the menu as desired*/
	line-height:normal;
}

.shadebkgd{
	background:#DAE0D2 url(../images/tabBg.gif) repeat-x bottom;
}

.shadetabs ul {
    margin:0;
    list-style:none;
	padding: 0;
}
.shadetabs li{
	margin:0;
	display:inline;
    float:left;
    background:url(../images/tabLeft-off.gif) no-repeat left top;
    padding:0 0 0 4px;
}

.shadetabs li a{

 	float:left;
    display:block;
    background:url(../images/tabRight-off.gif) no-repeat right top;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
	border:0;
	padding:2px 4px 4px 0;

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

.shadetabs li a:visited{
    color:#FFFFFF;
}

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

.shadetabs li.selected{
	background-image:url(../images/tabLeft.gif);
	position:static;
	top: 1px;
	color:#FFFFFF;

}

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

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


.shadetabsBig{
	float:left;
	left:0;
	top:0px;
	margin:0;
	padding:0;
	font: bold 11px Verdana;
	list-style-type: none;
	display:inline;
	text-align: centre; /*set to left, center, or right to align the menu as desired*/
	line-height:normal;
}

.shadebkgdBig{
	background:#DAE0D2 url(../images/tabBgBig.gif) repeat-x bottom;
}

.shadetabsBig ul {
    margin:0;
    list-style:none;
	padding: 0;
}
.shadetabsBig li{
	margin:0;
	display:inline;
    float:left;
    background:url(../images/tabLeft-offBig.gif) no-repeat left top;
    padding:0 0 0 17px;
}

.shadetabsBig li a{

 	float:left;
    display:block;
    background:url(../images/tabRight-offBig.gif) no-repeat right top;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
	border:0;
	padding:9px 17px 4px 0;

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

.shadetabsBig li a:visited{
    color:#FFFFFF;
}

.shadetabsBig li a:hover{
	text-decoration: underline;
    color:#FFFFFF;
}

.shadetabsBig li.selected{
	background-image:url(../images/tabLeftBig.gif);
	position:static;
	top: 1px;
	color:#FFFFFF;

}

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

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

