.MaiinText {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.Heading {
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;

}
.BottomText {
	font-family: Tahoma;
	font-size: 11.5px;
	color: #FFFFFF;
}
.SmallText {
	font-family: Tahoma;
	font-size: 11px;
}
.style5 {
	color: #666666;
	font-weight: bold;
}

a:link {
	color: #666666;
	text-decoration: none;
}
.style4 {
	color: #333333;
	font-weight: bold;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #C5014B;
}
body {
	background-image: url(images/BHH-background-image.jpg);
	background-position: top center;
}

/***************
   Main Nav
***************/

#nav, #nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	width: 100px;
	position: relative;
	list-style-type: none;
	float: left;}
#nav li a {
	width: 100px;
	height: 41px;
	display: block;
}
#nav li a span {visibility: hidden;}

#nav .home {background: url(images/index_04.jpg) no-repeat;}
#nav .bar {background: url(images/index_05.jpg) no-repeat;}
#nav .dining {background: url(images/index_06.jpg) no-repeat;}
#nav .functions {background: url(images/index_07.jpg) no-repeat;}
#nav .bottleshop {background: url(images/index_08.jpg) no-repeat;}
#nav .specials {background: url(images/index_09.jpg) no-repeat;}
#nav .events {background: url(images/index_10.jpg) no-repeat;}
#nav .subscribe {background: url(images/index_11.jpg) no-repeat;}
#nav .contact {background: url(images/index_12.jpg) no-repeat;}

#nav li:hover a.homer, #nav a.home:hover, #nav li.sfhover a.bar {background: url(images/rollovers_04.jpg) no-repeat;}
#nav li:hover a.bar, #nav a.bar:hover, #nav li.sfhover a.bar {background: url(images/rollovers_05.jpg) no-repeat;}	
#nav li:hover a.dining, #nav a.dining:hover, #nav li.sfhover a.dining  {background: url(images/rollovers_06.jpg) no-repeat;}
#nav li:hover a.functions, #nav a.functions:hover, #nav li.sfhover a.functions {background: url(images/rollovers_07.jpg) no-repeat;}
#nav li:hover a.bottleshop, #nav a.bottleshop:hover, #nav li.sfhover a.bottleshop {background: url(images/rollovers_08.jpg) no-repeat;}
#nav li:hover a.specials, #nav a.specials:hover, #nav li.sfhover a.specials {background: url(images/rollovers_09.jpg) no-repeat;}
#nav li:hover a.events, #nav a.events:hover, #nav li.sfhover a.events {background: url(images/rollovers_10.jpg) no-repeat;}
#nav li:hover a.subscribe, #nav a.subscribe:hover, #nav li.sfhover a.subscribe {background: url(images/rollovers_11.jpg) no-repeat;}
#nav li:hover a.contact, #nav a.contact:hover, #nav li.sfhover a.contact {background: url(images/rollovers_12.jpg) no-repeat;}

#nav li:hover ul, #nav li.sfhover ul {display: block;}
#nav li ul {
	width: 100px;
	padding-bottom: 10px;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	background-color: #600a23;
	border-bottom: 1px solid #80122f;
}
#nav li ul li {width: 100px; float: none;}
#nav li ul li a {
	padding: 10px 10px 0 10px;
	height: auto;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav li ul li a:hover {text-decoration: underline;}
#nav li ul a {background: none !important;}
#nav li ul a:hover, #nav li ul a.sfhover {background: none !important;}