@charset "UTF-8";

/**** Venue ****/

/* Main Navigation */

#nav {
	float: left;
	display: inline;
	font-size: 72%;
	margin: 200px 0 0px 30px;
	padding: 0;
	text-align: center;
	width: 140px;
}
#nav li {
	list-style-type: none;
	margin: 0;
}
#nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav a {
	border-bottom: 1px solid #121212;
	color: #b7bea8;
	display: block;
	margin: 0;
	padding: 8px 15px 9px 10px;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus,
#nav a.current, #nav a:hover.current {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover { font-weight: normal; }
#nav a.current { cursor: default; }

.nav_clear {
	clear: both;
	height: 0 !important;
	font-size: 1% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 20px;
}