/* SITE COLORS
_____________________________________________ */
/*
#f76a0c Red-Orange
#6b2106 dark burgandy
#968674 grayish orange
#aaaaaa gray
#cccccc light gray


TEXT: #666
/*

/* ROOT 
_____________________________________________ */

menu_header_wrapper {
	width:1010px;
}
.menu_header_div {
	background-color:#6b2106;
	width: 1010px;
	height: 30px;
}
UL.menu_header_nav {
	MARGIN: 0;
	LIST-STYLE-TYPE: none;
	CLEAR: both;
	DISPLAY: block;
}
UL.menu_header_nav LI {
	margin-top: 5px;
	LIST-STYLE-TYPE: none;
	FLOAT: left;
        border-right: 1px solid #aaaaaa;
       
}
UL.menu_header_nav A {
	
	padding-left: 10px;
        padding-right: 10px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	font-weight:bold;
        
}
UL.menu_header_nav A:hover {
	
	COLOR: #fff;
	text-decoration:underline;
}
.singleNav {
	width: 240px!important;
	border-right: #ddd 1px solid;
}
.singleNav ul {
	list-style-type: none;
	overflow: hidden;
}
.singleNav li {
	width: 100%;
	float: left;
	margin: 0px 0 0 0 !important;
	padding: 0 10px 0 10px;
	line-height: 20px;
	background-color: #fff;
	border-left: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.singleNav li A {
	COLOR: #000 !important;
	font-size: 12px !important;
	font-variant: normal !important;
	text-decoration:none;
}
.singleNav li A:HOVER {
	COLOR: #6b2106!important;
	text-decoration:none;
}
.multiNav {
	width: 326px;
}
.multiNav ul {
	margin-right: 30px;
	margin-left: -60px;
	list-style-type: none;
	overfl@charset "utf-8";
