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


.shadetabs{
padding: 0px;
margin-left: 0px;
margin-top: 10px;
font: 12px Verdana;
font-weight:bold;
text-align: left;
}

.shadetabs li a{
color: #ffffff;
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 5px;
margin-left: 0px;

border-top:		0px #000000 solid;
border-right:	0px #ffffff solid;
border-bottom:	0px #000000 solid;
border-left:	0px #ffffff solid;
background: white url(hotels_bar.jpg) top left repeat-x;
}

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

}

.shadetabs li a:visited{
}

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

}

.shadetabs li a.selected{ /*selected main tab style */
background: white url(hotels_bar_selected.jpg) top left repeat-x;

}

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