/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadow{
padding: 2px 0 4px;
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#d0d1b4;
}

.shadow li{
display: inline;
margin: 0px 0 0 0;
padding:0px 0 0px 0;
}

.shadow li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 30px 3px 20px;
margin: 0px 3px 0px 0px;
color: #2d2b2b;
background: url(/images/taboff_1.gif) top right no-repeat;
}

.shadow li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#007ea3;
background: white url(/images/tabselected.gif) top right no-repeat;
}

.shadow li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
