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

.shadetabs{
padding: 3px 0 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:11px;

list-style-type: none;
color: #ffffff;
text-decoration: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 12px;
margin-right:1px;
border: 1px solid #5581d7;
color: #ffffff;
text-decoration:none;
background:#1e4489; height:22px;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
background:#d93537; height:22px;
text-decoration:none;


}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/tab-red.gif) top left repeat-x; height:22px;
border-bottom-color: white;
border: 1px solid #9e3332;
}

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


