@charset "UTF-8";
/* CSS Document */

/* --- NAV_PRIMARY --- */

/* --- superfish --- */

body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

#nav_primary {
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	font-size: 16px;
	height: 50px;
	left: 0;
	position: relative;
	text-transform: lowercase;
	top: 10px;
	width: 960px;
	z-index: 1;
}

/* link styles */
#nav_primary ul a {
	text-decoration: none;
	display: block;
	padding-top: 15px;
	height: 35px;
	width: 146px;
	margin-left: 10px;
}

#nav_primary ul li a {
	background-color: #fcd7c4;
	background-image: url(../images/global/nav1_a.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav_primary ul li.this_page a {
	background-position: 0 -100px;
}

#nav_primary ul li a:link, #nav_primary ul li a:visited {
	color: #6e5f51;
}

#nav_primary ul li.this_page a:link, #nav_primary ul li.this_page a:visited {
	color: #000;
}

#nav_primary ul li a:hover {
	background-position: 0 -50px;
	color: #52423c;
}

#nav_primary ul li.this_page a:hover {
	background-position: 0 -100px;
	color: #000;
}

/* main nav bar */
#nav_primary ul {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
#nav_primary ul  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: right; /* place buttons side by side */
	position: relative;
}

/* --- end of superfish --- */

/* --- NAV_SECONDARY --- */

#nav_secondary {
	padding: 10px;
	text-transform: lowercase;
}

#nav_secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav_secondary li {
	display: inline;
	margin: 0;
	padding-left: 10px;
}
