/******************************************
*   Main or page navigation styles                       
******************************************/

/*Main Navbar */

#nav_container {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	/* top: 10px; */
	padding: 10px;
	}

#nav {
	height: auto;
	}
#navright {
	float: right;
	height: auto;
	}
	
#nav_middle {
	width: 940px;
	background: url(images/backgrounds/bg_navbar.png) repeat-x;
	padding: 0;
	height:40px;
	margin: 0 0 0 10px;
	}
	
#nav_right { 
	float: right;
	width: 10px;
	height: 40px;
	background: url(images/backgrounds/bg_nav_right.png) no-repeat;
	}
.nav_right_icon {
	float: right;
	margin-top: -3px;
	}
.nav_right_icon img {
	background-color: #000;
	padding: 2px;
	}

#nav_left {
	float: left;
	width: 10px;
	height: 40px;
	background: url(images/backgrounds/bg_nav_left.png) no-repeat;
	}
	
#nav, #navright, .nav ul {
	list-style:none;
	line-height:1.6em;
	}

#nav a, .nav a:hover, #navright a, .nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	color: #870000;
	}

#nav li, #navright li {
	float: left;
	list-style: none;
	height: auto;
	padding: 0 1px 0 1px;
	font-size: 16px;
	}

#nav a, .nav a:visited, #navright a, .nav a:visited {
	display: block;
	font-weight: bold;
	color: #870000;
	padding: 8px 12px 12px 12px;
	}
#navright li.unlink {
	display: block;
	font-weight: bold;
	color: #870000;
	padding: 8px 12px 12px 12px;
	}

#nav a:hover, .nav a:active, #navright a:hover, .nav a:active {
	background: url(images/backgrounds/bg_navbar_active.png) repeat-x;
	text-decoration: none;
	height: auto;
	color: #fff;
	}	

#current_page_item a, #home .on {
	background: url(images/backgrounds/bg_navbar_active.png) repeat-x;
	height: auto;
	}

