/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 1px 0px 3px 0px; /* padding above div area and tabs*/
margin-left: 0px; /* padding left-most of tabs */
margin-top: 0px;/* padding above tabs */
margin-bottom: 0;
font: bold 10px Tahoma, Verdana, Calibri;
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;
padding: 50px 0px 3px 0px; /* padding above-below and left-right of text in tabs */
margin-right: -4px; /* margin between tabs */
border: 1px solid lightgray;
color: #FFFFFF;
background: rgb(158,203,223) url(http://www.intensewidgets.com/_widgetControl/images/homeownertrends/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.intensewidgets.com/_widgetControl/images/homeownertrends/shadeactive.gif);
border-bottom-color: lightgray;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}