@charset "UTF-8";
.clear {clear:both}	
/* remove the list style */
#nav {
	list-style: none;
	width: auto;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: .6em;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0em;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
	display: block;
	position: relative;
	z-index: 500;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0em;
	float: left;
	background-repeat: repeat-x;
	}
		
	/* this is the parent menu */
	#nav li a {
	display: block;
	font-weight: normal;
	height: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	color: #684a03;
	font-family: amble;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1em;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C1C1;
	background-repeat: repeat-x;
	background-color: transparent;
	}
.noborder   {
	border:none;
	
}
#nav li.noborder a{
	border: none;
}

	#nav li a:hover {
	color: #1782D9;
	text-decoration: none;
	}
	
	/* you can make a different style for default selected value */
	#nav a.selected {
	color: #5c0601;
	}
	
		/* submenu, it's hidden by default */
		#nav ul {
	position: absolute;
	left: 0;
	display: none;
	list-style: none;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	z-index: 999;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
		#nav ul li {
	width: 250px;
	background-color: #F4F4F4;
	border-right-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0em;
	border-top-style: none;
	border-bottom-style: none;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display: block;
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 1.3em;
	text-align: left;
	font-family: bitstream;
	font-size: 15px;
	background-color: #362D3F;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
		#nav ul a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin: 0 0 0 -2px;
	text-decoration: none;
}
@font-face {
    font-family: Neuton;
    src: url('/fonts/neuton/Neuton-Regular-webfont.eot');
    src: url('/fonts/neuton/Neuton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/neuton/Neuton-Regular-webfont.woff') format('woff'),
         url('/fonts/neuton/Neuton-Regular-webfont.ttf') format('truetype'),
         url('/fonts/neuton/Neuton-Regular-webfont.svg#NeutonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
