/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
padding-bottom: 5px;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana;
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: 9px 5px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(ajaxtabs/shade.gif) top left repeat-x;
}

li.lodging a{
	padding: 9px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### CSS for Shade Tabs - side. Remove if not using ######### */

.shadetabs-side{
padding: 3px 0;
padding-bottom: 5px;
margin-left: 0;
margin-top: 12px;
margin-bottom: 0;
margin-right: -1px;
font: bold 12px Verdana;
list-style-type: none;
float: left;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs-side li{
margin: 0;
margin-bottom: 25px;
}

.shadetabs-side li a{
text-decoration: none;
z-index: 1;
padding: 9px 6px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(ajaxtabs/shade.gif) top center repeat-x;
}

.shadetabs-side li.sheraton{
	margin-top: 10px;
}

li.lodging-side a{
	padding: 9px;
}

.shadetabs-side li a:visited{
color: #2d2b2b;
border: 1px solid #778;
}

.shadetabs-side li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs-side li a.selected{ /*selected main tab style */
	border-top: 1px solid #778;
	position: relative;
}


.shadetabs-side li a.selected{ /*selected main tab style */
background-image: url(ajaxtabs/shadeactive.gif);
border-right-color: white;
}

.shadetabs-side li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
