@charset "UTF-8";

/* ----------------------------------- DEFAULT STATES ----------------------------------- */
.nav {
  	margin:0 0 0 5px;
	padding: 0;
	line-height: 1;/* This keeps the nav bar from being too thick */
}

/* default state for all nav bar items */
.nav  li {
	margin:0 0 0 0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
	position: relative;
	z-index:100;/* this places the sub menus above other javascript */
	background:url(../images/menu_BG.png) top left no-repeat;
	width:128px;
	height:41px;
}

/* default state for all hyperlinks */
.nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
  	display:block;
	margin:0;
	white-space:nowrap;
	text-decoration:none;
}

.nav ul {
	margin:0 !important;
	padding:0 !important;
	min-width:110px;
}

/* ----------------------------------- MAIN NAV BAR ----------------------------------- */
/* main bar hyperlink styles */
.nav>li>a {
	width:128px;
	margin:18px 0 0 0;
	vertical-align:text-bottom;
	text-align:center;
	color:#FFFFFF;
}