@charset "utf-8";
/* CSS Document */



.staybkg {
	background:#000 url(images/rotater/5.jpg) no-repeat;
}


#rgt_menu li.eat {background: url(images/eat-button-roll.gif) no-repeat; width:102px;padding:0 10px;}


/* main container, puts the black bar across entire width */
#containerstay {
	z-index:2;
	position:relative;
	background: url(images/black-bar-region.png) repeat-x;
	min-width:1200px;
}

/* white box definitions. 3 divs for expandable rounded corners */
#stayboxtop {
	background: url(images/about_submenu.png) no-repeat;
	width:1157px;
	height:55px;
	margin:350px 0 0 0;
	padding-left:100px;
}

#stayboxtop ul {
	margin:0;
	padding:0;
}
#stayboxtop li {
	display:block;
	float:left;
	list-tyle-type:none;	
	line-height:52px;
	margin-top:3px;
	border-right: 1px solid #B35F5D;
	height:49px;
}

#stayboxtop li.last {
	border: 0 none;
}
#stayboxtop a, #stayboxtop a:visited {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding: 17px 14px;
}
#stayboxtop a:hover {
	background: #191919;
	color:#f29391;

}


