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

	
}

/*-----HEIGHT OF ITEMS */
/* all menu items */
#css_menu { height:32px;}
#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:32px;}
/* flyout positioning - this number must remain negative */
#css_menu ul ul li:hover > ul,
#css_menu li.left ul li:hover > ul { margin-top:-30px;}
/*-----*/

/* 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 ul a.flyout {
	background:transparent url(../images/menu-arrow-right.gif) no-repeat right center;
	color: #000000;
	font-weight: normal;}
	
	

	/* uppercase or not */

/* menu arrow left, font color and weight when item has flyouts */
#css_menu li.left ul a.flyout {
	background:transparent url(../images/menu-arrow-right.gif) no-repeat left 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;*/
	color: #FFFFFF; 
	text-decoration:none;
	line-height:32px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	list-style:none;
	text-decoration:none;
	margin:0px;
	padding:0px 20px 0px 20px;
	text-transform:uppercase;
	font-weight:bold;
	
	
} 
/* level two dropdown */
#css_menu ul.level2 { background:#0072b6; }
#css_menu ul.level2 a { 
	color:#FFF; 
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	/* uppercase or not */
	text-transform:uppercase;
	/* letter spacing */
	/*letter-spacing: 2px;*/
	/* item padding */
	padding:0 20px 0 20px;
	/* border if desired */
	line-height:30px;
	min-width:100px;
	
}


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

   	background-color:#000000;
	color:#FFF; 

	
}


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

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

	color:#FFF;
	text-decoration:none;
	background-color:#000000;
	
}



/* 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:0; padding:0; background-image:url(../images/menu_line.gif); background-position:right; background-repeat:no-repeat; height:30px;}
 
#css_menu b {position:absolute;}

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

#css_menu ul.level1 li.level1-li a.selected {color:#FFF; background-color:#000; padding:0px 20px 0px 20px; margin: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;}
#css_menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#css_menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
#css_menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#css_menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
