@charset "UTF-8";
/* CSS Document */

body {
	background-color: #B00101;	
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
ul a {
color:#990000;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;

}

li { /* all list items */
	float: left;
	position: relative;
	padding-bottom: 10px;
}

li ul { /* second-level lists */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: none;
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	top: 12px;
	border: 1px solid #999999;
	padding-right: 10px;
	

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.on {color:"#B22222"}

.off{color:"#CA8053"}



body{margin:20px 0px 0px 0px;font-family:trebuchet ms, verdana, sans-serif;background-color:"#B00101";}

a{text-decoration:none}



BODY 

{ 

scrollbar-base-color: "#6C655C"; 

scrollbar-Track-Color: "#B00101";

scrollbar-Face-Color: "#F5EFD1"; 

scrollbar-arrow-color: "#B00101";

scrollbar-DarkShadow-Color: "#6B5E4E"; 

scrollbar-Highlight-Color: "#A79C8E";

scrollbar-Shadow-Color: "#6C655C";

}



.main {
	font: 10pt/14pt verdana, helvetica, sans-serif;
}

.caption {
	font: 9pt/12pt verdana, helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333333;
}

.section {
	background-color: #F0E68C;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.toplink {font-size: 7pt;}

.topNav {
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 8.5pt;
font-weight:bold;
color:#CD0000;
}

#topNav a:link,
#topNav a:active,
#topNav a:visited {
color:#CD0000;
text-decoration: none;
	}
.box1 {
	background-color: #F5EFD1;
	border: 2px solid #990000;
	padding: 10px;
	width: 260px;
	font: 11px verdana, helvetica, sans-serif;
	text-align: center;
	margin-left: 70px;
	margin-top: 10px;
}

.boxright {
	background-color: #F5EFD1;
	border: 2px solid #990000;
	padding: 10px;
	width: 176px;
	font: 11px verdana, helvetica, sans-serif;
	text-align: center;
	float: right;
	margin-left: 10px;
}

h2 {
	font: italic bold 26px Georgia, "Times New Roman", Times, serif;
	color: #AA0101;
}

#happyhour {
	background-color: #223142;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/happyhourlt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;

}
#happyhour h1 {
	font: italic bold 32px Georgia, "Times New Roman", Times, serif;
	color: #f9e9c9;
	text-align: right;
	margin: 10px 10px 10px 5px;
	padding: 10px;
}
#happyhour h2 {
	font: italic bold 26px Georgia, "Times New Roman", Times, serif;
	color: #f9e9c9;
	text-align: right;
	margin: 10px;
	padding: 15px;
}

#happyhour h3 {
	font: italic bold 22px Georgia, "Times New Roman", Times, serif;
	color: #f9e9c9;
	margin: 10px;
	padding: 15px;
	text-align: right;
}

#happyhour h4 {
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	color: #f9e9c9;
	margin: 10px;
	padding: 5px;
	text-align: right;
}

#happyhour h5 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #f9e9c9;
	text-align: right;
}