.shadetabs {
    padding: 3px;
    margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
	font-weight: normal;
    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: 5px 7px;
    border: 1px solid #322F2A;
    color: #FFFFFF;
    background-color: #47433B;
}

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

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

.shadetabs li.selected {
    position: relative;
}

.shadetabs li.selected a { /*selected main tab style */
    border-bottom-color: #6F6B61;
	background-color: #6F6B61;
}

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

.contentstyle {
    background-color: transparent;
}