/* Navigation styles
link-visited-hover-active
focus
----------------------------*/

#nav {
	width: auto;
	float: left;
	clear: both;
	background:url(../img/menu_bg.gif) no-repeat;
	padding:0 50px;
}

#nav li {
	list-style: none;
	float: left;
	color: #b9a959;
	font-size: 1.3em
}

#nav li.active {
	border-bottom: 2px solid #8bb63f
}

#nav a {
	float:left;
	display: block;
	font-weight: normal;
}

#nav a:link {
	
}

#nav a:visited {
}

#nav a:hover, #nav a:focus {

}

#nav a:active {
}

/* Sub-navigation styles
----------------------------*/
#sub-nav {
	padding: 5px
}

#sub-nav li {
	margin:0;
	list-style:none;
	padding:3px 5px 3px 0
}

#sub-nav li ul {
}

#sub-nav li li {
	font-weight: normal;
	background: url(../img/nav_bullet.gif) no-repeat 0 .7em;
	padding:3px 5px 3px 15px
}

#sub-nav a {
	display:block;
	width:100%;
	text-decoration: none;
	color: #fff
}

#sub-nav a:link {
}

#sub-nav a:visited {
}

#sub-nav a:hover, #sub-nav a:focus {
}

#sub-nav a:active {
}
