@CHARSET "ISO-8859-1";

/*
  Style nav.css created by Loren Sanz Dec, 2009  
*/

#navigation									{ height:450px; }
/* mini navigation style reset */
#navigation *,#reservation *				{ padding:0; margin:0; z-index:30;zoom:1; }

#navigation ul 								{ padding-top:30px; list-style:none; list-style-image:none; zoom:1; }
#navigation ul li 							{ position: relative; width:189px; white-space: nowrap; }
#navigation ul li a							{ display:block; width:160px;padding:7px 7px 7px 15px; color:white; text-decoration:none; font-family:"Comic Sans MS"; font-size:20px }
#navigation ul.menu a:hover 				{ color:black; background-color:white;background-color:rgba(100%,100%,100%,0.3);}
#navigation ul li ul						{ display:block;z-index:30; padding:0; display:none; width:190px; position: absolute; top:0; left:182px;background-color:rgba(100%,100%,100%,0.8);zoom:1;filter: alpha(opacity = 80); }
#navigation ul li ul						{ border-left:7px solid #231F20;}
#navigation ul li ul li a 					{ color:black; border-bottom:1px dashed black;font-size:16px; }
#navigation ul li ul li a span				{ position:absolute; font-family:"Comic Sans MS"; font-size:20px;line-height:18px; }

/* @TODO MOVE THIS STYLE TO JQUERY */
#navigation ul li ul li:last-child a		{ border-bottom:none; }

div.flash 									{ z-index:25;position:absolute; background-color:white; top:auto; left:auto; width:190px; height:30px; display:none;	}

#reservation 								{ width:189px; height:38px;}
/*
	#reservation a:hover						{ display:block; background-position:0 -38px; }
	#reservation a 								{ display:block; /*background:transparent url('../images/reservations.jpg') no-repeat 0 0;	width:190px; height:38px; }
*/
#reservation_wrap 							{ _overflow:hidden; _width:208px; float:left;margin:auto; }

#reservation ul 							{ padding-top:12px; list-style:none; list-style-image:none; zoom:1; }
#reservation ul li 							{ width:182px;background: transparent url('../images/page_images/reservation_bg.jpg') center center; }
#reservation ul li a						{ display:block; width:160px;padding:7px 12px 7px 10px; color:white; text-decoration:none; font-family:"Comic Sans MS"; font-size:17px;letter-spacing:-1px; }
#reservation ul li a:hover 					{ color:black; background-color:white;background-color:rgba(100%,100%,100%,0.6);; text-decoration:underline;}

/* end navigation styling */