.shadetabs{
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
margin: 1em 0 1em 0; /* set margins as desired */
border-bottom: 1px solid #09740A; /* set border COLOR as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
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;
position: relative;
z-index: 1;
padding: 3px 4px;
margin-right: 0px; /* set additional spacing between tabs as desired */
border: 1px solid #09740A;
color: #09740A;
background-color: #dddddd; /* set unselected tab background color as desired */
border-bottom: none;
}

.shadetabs li a:hover{
background: #ffffff; /* set desired hover color */
color: #09740A;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-color: #ffffff; /* set unselected tab background color as desired */
outline: none
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

