@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: bold;
	height: 30px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	color: #30322b;
	font-family: architect;
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6F6B6F;
	background-repeat: repeat-x;
	background-color: #FFF;
	}
.noborder   {
	border:none;
	
}
#nav li.noborder a{
	border: none;
}

	#nav li a:hover {
	color: #FE2601;
	text-decoration: none;
	}
/* you can make a different style for default selected value */
	#nav li a.selected {
	color: #FE2619;
	}
#nav li a.active {
	color: #FE2619;
}
	
		/* 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: -1em;
	z-index: 999;
	padding-top: .6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
		}
		
		#nav ul li {
	width: 250px;
	background-color: #F4F4F4;
	border-right-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0em;
			
	-moz-border-radius: 15px;
	border-radius: 15px;
	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: 8px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 0.7em;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: none;
		}
		
		#nav ul a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #CCC;
		}

/* 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;

}
