
#css_menu {
	
	/* width of menu */
	width:auto;
	position: relative;
	z-index:100;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 -150px;
	float:right;
	
}


/*-----HEIGHT OF ITEMS */
/* all menu items */
#css_menu { height:50px;}
#css_menu a {height:auto; padding:0px; text-decoration:none; }


/* all hover items */
#css_menu a:hover ul,
#css_menu li.left a:hover ul,
#css_menu ul li:hover > ul,
#css_menu li.left:hover > ul {top:50px;}
/* flyout positioning - this number must remain negative */
#css_menu ul ul li:hover > ul,
#css_menu li.left ul li:hover > ul { margin-top:-31px; }
/*-----*/

/* ITEM ARROWS AND FONT STYLING WHEN ITEM HAS DROPDOWNS AND FLYOUTS */
/* menu arrow down */
#css_menu li a.down {
	
	background:transparent url(arrow-down-white.gif) no-repeat right center;
	
}
/* menu arrow right, font color and weight when item has flyouts */
#css_menu li a.flyout {
	
	background:transparent url(../images/arrow.gif) no-repeat right center;
	color: #000000;
	font-weight:bold;
	z-index:9999999;
	
}
	
	

	/* uppercase or not */

/* menu arrow left, font color and weight when item has flyouts */
#css_menu li .flyout {
	background:transparent url(../images/arrow.gif) no-repeat right center;
	color:#FF0000;
	font-weight:normal;
	text-transform: uppercase;
	
  
}

/* ITEM BACKGROUND, BORDER AND FONT STYLING */
/* level one: main menu and default font styling */
#css_menu { 
	/* remove background to get floating tabs */
	/* font family if desired */
/*	font-family: Candara, Trebuchet,Arial,sans-serif;*/
	font-family:'Gentium Book Basic', serif;
	/* cursor style */
	cursor: pointer;
	/* border if desired */
	/*border: 1px solid #000000;
	border-width: 0px 1px 0px 1px;*/
	
	
}

/* level one; main menu tabs */
#css_menu ul.level1 { background: transparent;  }
#css_menu ul.level1 a { 

	/*width: 80px;*/

	text-decoration:none;
	font-family:'Calibri';
	font-size:18px;
	text-transform:uppercase;
	color:#443c10;
	line-height:50px;
	height:50px;
	list-style:none;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	
} 


/* level two dropdown */
#css_menu ul.level2 { background:#df6f22; }
#css_menu ul.level2 a { 
	color:#fff; 
	font-weight:normal;
	text-decoration:none;
	font-size:16px;
	font-family:'Calibri';
	/* uppercase or not */
	text-transform:uppercase;
	/* letter spacing */
	/*letter-spacing: 2px;*/
	/* item padding */
	padding:0 15px 0 15px;
	margin:0px;
	line-height:30px;
	height:30px;
	/* border if desired */
	font-weight:normal;
	border-bottom:#c05e1b solid 1px;
	
}


#css_menu ul.level2 {  }
#css_menu ul.level2 a:hover { 

	color:#fff;
	background-color:#794c2d;
	border-bottom:#c05e1b solid 1px;

	
}

#css_menu ul.level2 li {
	width:100%;
}





/* hover - these two should be the same */
#css_menu li a:hover,
#css_menu li a.flyout:hover {
	
	color:#443c10;
	/* bold or not */
	text-decoration:none;
	
	
} 

#css_menu li:hover > a,
#css_menu ul li:hover > a.flyout {

	color:#df6f22;
	text-decoration:none;
	background:none;
	
}



/* INDIVIDUAL LEVEL 1 TAB BACKGROUNDS */
#css_menu #tab1 { background: transparent;  }
#css_menu #tab2 { background: transparent; }
#css_menu #tab3 { background: transparent; }
#css_menu #tab4 { background: transparent; }
#css_menu #tab5 { background: transparent; }
#css_menu #tab6 { background: transparent; }
#css_menu #tab7 { background: transparent; }
#css_menu #tab8 { background: transparent; }
#css_menu #tab9 { background: transparent; }
#css_menu #tab10 { background: transparent; }

/*===== DO NOT CHANGE ANYTHING BELOW THIS LINE =====*/
#css_menu a { display:block;}

#css_menu a:hover ul {left:0; }
#css_menu li.left a:hover ul {left:auto; right:-1px; }
#css_menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#css_menu ul {display:inline-block;} 
#css_menu li {margin:0; padding:0; list-style:none;}
#css_menu li {display:inline-block; display:inline;}
#css_menu ul ul {position:absolute; left:-9999px;}
#css_menu ul.level1 {margin:0 auto;}
#css_menu ul.level1 li.level1-li {float:left; display:block; position:relative; margin:0px 0px 0px 30px; padding:0; height:50px;}
 
#css_menu b {position:absolute;}

#css_menu ul.level1 li.level1-li a.level1-a {float:left top; margin:0; padding:0; height:50px; }

#css_menu ul.level1 li.level1-li a.selected {color:#b9032c; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

#css_menu ul li:hover > ul {visibility:visible; left:0; }
#css_menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto;}
#css_menu li.left:hover > ul {visibility:visible; left:auto; right:0; }
#css_menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; }
#css_menu li.left ul a {text-align:right; padding:0 20px 0 10px;}
#css_menu a:hover a:hover ul, 
#css_menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#css_menu li.left a:hover a:hover ul, 
#css_menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}
#css_menu a:hover ul ul, #css_menu a:hover a:hover ul ul {left:-9999px;}
#css_menu li.left a:hover ul ul, #css_menu li.left a:hover a:hover ul ul {left:-9999px;}

