
.hotelheader199 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader1.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader299 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader2.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader399{ 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader3.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader499 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader4.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader599 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader5.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader699 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader6.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader799 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader7.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 


.hotelheader899 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader8.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 

.hotelheader999 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader9.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 

.hotelheader1099 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader10.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 

.hotelheader1199 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader11.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 

.hotelheader1299 { 
	margin : 0 auto;
	width : 794px;
	height : 198px;
	padding : 0 0 0 0;
	background-color : white;
	background-image : url(images/hotelheader12.jpg);
	background-position : center 0%;
	background-repeat : no-repeat;
} 

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #4c7bb6;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

/*sub menu style*/
.ddsubmenustyle li a{
display: block;
width: 140px;
color: white;
background-color: #63a0cd;
text-decoration: none;
padding: 8px;
text-align:left;
border-bottom: 1px solid #4c7bb6;
}

#menubig a
{width: 170px;}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #4c7bb6;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 10px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Arial;
list-style-type: none;
background: #63a0cd;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 12px 10px 20px; /*padding inside each tab*/
border-right: 1px solid #4c7bb6; /*right divider between tabs*/
color: white;
background:#63a0cd;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #4c7bb6; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #4c7bb6; /*background of tab with "selected" class assigned to its LI */
}
