/* Primary Navigation */
#nav_main {
	margin: 5px 0 0 0;
	display: block;
	float: left;
	height: auto;
}

#nav_main li {
	margin: 0; padding: 0;
	display: block;
	height: 15px;
	float: left;
	list-style: none;
	background: none;
	/*_overflow: hidden;*/
}

#nav_main li a {
	display: block;
	padding: 0 16px 0 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	position: relative /* IE 6 */;
}

#nav_main li a:hover {
	color: #E0AA0F;
}

#nav_main li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(images/bg_menu.gif);
}

#nav_main li a.current:hover {
	color: #fff;
}

/* Nav Main Drop Downs */
#nav_main li ul {
	display: none;
	margin: 15px 0 0 0;
	padding: 25px 10px 0 10px;
	_padding: 10px 10px 0 10px;
	position: absolute;
	width: 180px;
	background: url(images/nav_main-dropdown.png) no-repeat;
	_background: #000;
}

#nav_main li li {
	padding: 0 0 10px 0;
	width: 180px;
	height: auto;
	text-align: center;
	float: none;
}

#nav_main li li a {
	display: block;
	width: 180px;
}

/* Secondary Navigation */
#nav_secondary {
	margin: 20px 0 0 0;
	display: block;
	width: 180px;
}

ul#nav_secondary li {
	margin: 0; padding: 0;
	width: 180px;
	list-style: none;
	background: none;
}

#nav_secondary li a {
	padding: 2px 0 0 10px;
	display: block;
	text-decoration: none;
	color: #BEBEBE;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}

#nav_secondary li a:hover, #nav_secondary li a.active {
	color: #fff;
	background: #000 url(images/nav-secondary-hover.gif) no-repeat left top;
}

#nav_secondary li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(images/bg_menu.gif);
}

#nav_secondary li a.current:hover {
	color: #fff;
}

/* Quick Links */
#quicklinks {
	float: right;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

/* Footer Navigation */
ul#footer-navigation {
	margin: 20px 0 0 0; padding: 0 30px 0 0;
	display: block;
	width: 930px;
	height: 10px;
	text-align: right;
}

ul#footer-navigation li {
	margin: 0 0 0 5px; padding: 0 5px 0 0;
	display: inline;
	height: 10px;
	list-style: none;
	font: 10px/10px helvetica, calibri, trebuchet, arial;
	color: #fff;
	text-transform: lowercase;
	border-right: solid 1px #fff;
	background: none;
}

ul#footer-navigation li.last {
	border: none;
}

ul#footer-navigation a {
	color: #fff;
	text-decoration: none;
}

ul#footer-navigation a:hover {
	text-decoration: underline;
}
