nav {
	margin: 0px auto; 
	text-align: center;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #232323; 
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; 
        clear: both; 
        display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #0d4173;
		}
			nav ul li:hover a {
				color: #fff;
	
			}
		

		
		nav ul li a {
			display: block; 
            padding: 6px 20px;
			color: #f7f7f7; 
            text-decoration: none;
			font-size:12px;
			font-family:Helvetica, Arial, sans-serif;
		

		}
			
		
	nav ul ul {
		background: #5f6975; 
        padding: 0;
		position: absolute; 
        top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; 
            position: relative;
		}
			nav ul ul li a {
				padding: 8px 10px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; 
        left: 100%; 
        top:0;
	}
		
.CLICKbutton {
	font-family:  "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #A43131;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: none;
	margin: 3px;
	padding: 3px;
	clear: none;
	float: none;
	height: 15px;
	width: 129px;
	border: thin ridge #D0A09F;
	overflow: visible;
}
.tagbutton {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/aqu_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 4px;
}
.newtagbutton {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/aqu_button.png);
	background-repeat: no-repeat;
}
.information {
	font-family: "Baskerville", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: lighter;
	font-variant: normal;
}
.boldwhite {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #A43131;
}
.newbar {
	font-family: "Baskerville", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8A2828;
	text-decoration: none;
}
.bodycenterregular {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
.lowerytext {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.cocktailLIST {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	background-color: #FFC;
	text-align: center;
	vertical-align: middle;
	border: thin groove #FCC;
}
