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

.shadetabs, .shadetabs1 {
padding: 0;
margin:30px 0 0 0;
height:26px;
font-size: .75em;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul, .shadetabs1 ul { margin:0; }

.shadetabs li, .shadetabs1 li {
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs1 li a {
text-decoration: none;
position: relative;
color: #fff;
margin-right: 3px;
padding: 8px;
z-index: 1;
/*margin-right: 1px;
border: 1px solid #778;*/
background:#777 url(../images/tabs/tab-off.gif) top right no-repeat;
}

.shadetabs li a:visited, .shadetabs1 li a:visited {
color: #fff;
}

.shadetabs li a:hover, .shadetabs1 li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li a.selected, .shadetabs1 li a.selected { /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#1698dc url(../images/tabs/tab-on-b.gif) no-repeat top right;
/*border-bottom-color: white;*/
}

.shadetabs1 li a.selected{ /*selected main tab style */
background:#ad1414 url(../images/tabs/tab-on-r.gif) no-repeat top right;
/*border-bottom-color: white;*/
}

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