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

.shadetabs{
padding: 8px 0 0 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:27px;
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
margin-right: 4px;
color:#003399;
background-image:url(../images/tab_bg.jpg);
background-repeat:repeat-x;
width:105px;
display:block;
float:left;
text-align:center;
margin-top:4px;
height:16px;
border-left:1px solid #aed9fb;
border-right:1px solid #aed9fb;
border-top:1px solid #aed9fb;
}

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

.shadetabs li a:hover{
text-decoration: underline;
background-image:url(../images/tab_sel_h.jpg);
background-repeat:no-repeat;
color:#3d8fb4;
text-decoration:none;
border-bottom:1px solid #FFFFFF;
}

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

}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/tab_sel_h.jpg);
background-repeat:no-repeat;
color:#003399;
background-color:#FFFFFF;
}

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

.TabSelected{
border-left:1px solid #aed9fb;
border-right:1px solid #aed9fb;
border-top:1px solid #aed9fb;
color:#003399;
}


