* { 
scrollbar-base-color: #000; 
scrollbar-3dlight-color: 000; 
scrollbar-highlight-color: transparent; 
scrollbar-track-color: #333; 
scrollbar-arrow-color:#a5b3cc; 
scrollbar-shadow-color: #000; 
scrollbar-dark-shadow-color: #000; 
}

body{
	margin-top:3px;
	background-image:url(images/mybar.jpg); 
	background-repeat:repeat; 
	color:  #857158;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:  #857158;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
}
#img_bg_homepage{
background-image:url(images/bigimage1.jpg);
background-repeat:no-repeat;
}
#img_bg_restaurant{
background-image:url(images/bigimage2.jpg);
background-repeat:no-repeat;
}
#img_bg_bar{
background-image:url(images/bigimage3.jpg);
background-repeat:no-repeat;
}
#img_bg_catering{
background-image:url(images/bigimage4.jpg);
background-repeat:no-repeat;
}
#img_bg_directions{
background-image:url(images/bigimage5directions.jpg);
background-repeat:no-repeat;
}
#img_bg_events{
background-image:url(images/bigimage5events.jpg);
background-repeat:no-repeat;
}
#img_bg_contactus{
background-image:url(images/bigimage5contactus.jpg);
background-repeat:no-repeat;
}
#img_bg_virtualtour{
background-image:url(images/bigimage5virtualtour.jpg);
background-repeat:no-repeat;
}
#img_bg_giftcertificates{
background-image:url(images/bigimage5giftcertificates.jpg);
background-repeat:no-repeat;
}
#img_bg_reservations{
background-image:url(images/bigimage5reservations.jpg);
background-repeat:no-repeat;
}#img_bg_menus{
background-image:url(images/bigimage5menus.jpg);
background-repeat:no-repeat;
}
#header{
	background-image:url(images/header4.jpg);
	background-repeat:no-repeat;
	width:1022px;
	height:170px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
}
#menu{
	width:1000px;
	height:25px;
}
#flashmovie{
	width:1022px;
	height:500px;
}
.copyright{
color:  #857158;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
}
.footer{
color:  #857158;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
}

#multi-level {height:20px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p2 {width:100px; background:url(images/menus_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#menus {width:100px; background:url(images/menus_0.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#menus:hover, .menu li:hover a#menus,
.menu li a#privacy:hover, .menu li:hover a#privacy {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:25px; background: #000; padding:3px 0; border:1px solid #888; white-space:nowrap; width:135px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:135px;}
.menu :hover ul.sub li a {display:block; font-size:10px; height:20px; width:135px; line-height:20px; text-indent:0px; color:#fff; text-decoration:none; border:3px solid #000; border-width:0 0 0 0px;}
.menu :hover ul.sub li a.fly {background:#000 url(images/arrow.gif) 135px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#000; color:#fff; width: auto;}
.menu :hover ul.sub li a.fly:hover {background:#000 url(images/arrow_over.gif) 135px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#000 url(images/arrow_over.gif) 135px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:135px; top:-4px; background: #000; padding:3px 0; border:1px solid #888; white-space:nowrap; width: 179px; z-index:200; height:auto; z-index:300;}/*width of third sub menu*/

