﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
top: 4px;
height:50px;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: url(tab_inactive.gif) bottom repeat-x;
border-top: 1px #c6c6c6 solid;
border-right: 1px #c6c6c6 solid;
border-left: 1px #c6c6c6 solid;
background-color: #f8f8f8;
}

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

}

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

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 4px;
background-color: #ba1824;
border-top: 1px #c6c6c6 solid;
border-right: 1px #c6c6c6 solid;
border-left: 1px #c6c6c6 solid;
background: url(tabs_active.gif) center center repeat-x;

}

.shadetabs li a.selected{ /*selected main tab style */
background: url(tabs_active.gif) center center repeat-x;
color: #ba1824;


}

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

}