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

.shadetabs{
padding: 3px 0;
margin-left: 19px;
margin-bottom: 0;
margin-top:-15px;
font: 0.9em Arial;
text-transform:uppercase;
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;
margin-left:-4px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
margin-right: 0px;
padding:3px 5px;
border: 1px solid #e9e9e9;
background: white url(http://www.nottinghillproperties.com/template/web-v4/images/tab_active.gif) bottom left repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #2d2b2b;
cursor:default;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.nottinghillproperties.com/template/web-v4/images/shadeactive.gif);
border-bottom-color: white;
}

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