/* ---------------------------------- MENU ---------------------------------*/
/*-------------------------- NAV ---------------------------*/
.nav_wrap {
	width: 1140px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 100;
	margin-top: 55px;
}

/* Basic code - don't modify */
#nav { 
	display: block; 
	position: relative;
	/*z-index: 10;*/
	margin: 0;
	padding: 0;
}
#nav {	
	width: 1140px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	/*z-index: 500;*/
}
#nav li { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a { 
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0; 
	padding: 0;
	z-index: -1000;
}
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
	
/* Essentials - configure this */

#nav ul { top: 22px; }
#nav ul ul { left: 181px; width: 180px; }

/* Everything else is theming */
 
#nav *:hover { 

}
#nav a {  
	position: relative;
	width: auto;
	height: auto;
	display: block;
}

#nav ul { 
	padding: 5px 0;
	min-width: 120px;
	background: #fff;
  }
#nav ul ul { background: #f7eee3; }
#nav ul li { display: block; }
#nav ul a {  }   
#nav ul a.hover { display: block; }

#nav a.menu_item {  
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	position: relative;
	height: 15px;
	padding: 0 0 5px 0;
	margin: 0 40px 0 0;
	color: #fff;
	display: block;
	font-size: 15px;
	border-bottom: 1px solid #FFF;
	width: 120px;
}
#nav a.menu_item:hover { color: #c8c8c8; border-color: #c8c8c8; }
#nav a.menu_item.select { color: #ef910d; border-color: #ef910d; }
#nav a.menu_item.hover { color: #c8c8c8; border-color: #c8c8c8; }

#nav li:nth-child(3) { margin-right: 260px; }
#nav li:nth-child(3) a.menu_item { margin-right: 0px; }
#nav li:nth-child(4) a.menu_item, #nav li:nth-child(5) a.menu_item { text-align: right; }
#nav li:nth-child(6) a.menu_item { margin-right: 0; text-align: right; }

#nav ul li:nth-child(3) { margin-right: 0; }

#nav a.sub_menu_item {
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	color: #004c8e;
	font-size: 13px;
	display: block;
	margin: 0 0 4px 0;
	padding: 0 10px;
}
#nav a.sub_menu_item.select { color: #db8000; }
#nav a.sub_menu_item:hover { color: #db8000; }
#nav a.sub_menu_item.hover { color: #db8000; }

#nav a.sub_sub_menu_item {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 10px;
}
#nav a.sub_sub_menu_item:hover { color: #9b0910; }
#nav a.sub_sub_menu_item.select { color: #ee1c24; }