/* IE Hack: Internet Explorer v6 can read these, but Firefox can't. */

td img {display: block;}

.shadetabs{
    padding: 0 0;
    margin-left: 0;
    margin-top: 10px; /* CHANGED: Sept. 25, 2006. Used to be 10px */
    margin-bottom: 0;
    font: bold 12px Arial;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    height: 32px;
}

.shadetabs li{
    display: inline;
    margin: 0;
    height: 32px;
}

.shadetabs li a{
    text-decoration: none;
    padding: 0px 6px;
    margin-right: 6px; /*causes uncessary spacing on end, but displays the corner properly*/
    color: #2d2b2b;
}

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

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

.shadetabs li.selected{
    padding-top: 10px; /* CHANGED: Sept. 25, 2006. */
    *padding-top: 0px; /* IE7 Fix */
    position: relative;
    height: 32px;
    background: transparent url(images/design/menuTabRight.gif) no-repeat right top;
    padding-bottom:8px; /* CHANGED: Sept. 25, 2006. */
}

/* IE Hack */
* html .shadetabs li.selected{
    padding-top: 0px;
    padding-bottom: 16px;
}

/* Firefox Hack */
html>body .shadetabs li.selected{
    padding-bottom: 8px; /* CHANGED: Sept. 25, 2006. */
}

/*selected main tab style */
.shadetabs li.selected a{ 
    padding-top: 10px; /* CHANGED: Sept. 25, 2006. */
    background: transparent url(images/design/menuTabLeft.gif) no-repeat left top;
    color: #0e82cd;
    height: 32px;
    padding-bottom:8px; /* CHANGED: Sept. 25, 2006 */
}

/* IE Hack */
* html .shadetabs li.selected a{
    padding-bottom: 16px;

}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
}

.tabcontent{
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3e42;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 0px; /* CHANGED: Sept. 25, 2006. */
}
.tabcontent a{
	color:#0e82cd;
}
.spacer {
	text-decoration: none;
}
