/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	behavior:url("/csshover3.htc");
}

/* Primary Navigation */

#navbar {
	font-family:Gotham,'Montserrat', Arial, sans-serif;
	z-index:100;
}

#navbar ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#navbar ul ul {
	width:150px;
	text-align:left;
	margin:0;
	padding:0;
	z-index:100;	
}

#navbar li {
	display:inline;	
	float:left;
	position:relative;
	margin-left:0;
	z-index:100;	
}

#navbar li a {
	color:#fff;
	display:block;
	font-size:10px;
	font-weight:bold;	
	letter-spacing:2px;
	padding:10px 14px;	
	text-transform:uppercase;
	z-index:100;
}

#navbar li a.ekflexmenu_button_selected, #navbar li a.ekflexmenu_link_selected {
	color:#fff;
}

#navbar li a:hover {
	color:#fff;
}

#navbar li li {
	margin:0;
	padding:0;
	z-index:100;	
}

#navbar li li a {	
	background-color:#ededed;
	border-left:1px solid #b7afa8;
	border-right:1px solid #b7afa8;
	border-bottom:1px solid #b7afa8;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0;
	padding:6px 5px;	
	text-transform:none;	
	width:150px;	
	z-index:100;	
}

#navbar li  li a:hover {	
	background-color:#fff;
	color:#000;
}

#navbar li li a.ekflexmenu_button_selected, #navbar li li a.ekflexmenu_link_selected {
	color:#3da0c4;
	font-style:normal;
}

/* hide the 2nd level and give it a positon absolute so that they take up no room */
#navbar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	margin-top:-1px;
	top:32px;
	left:0; 
	width:162px;
	z-index:100;	
}

/* hide the 3rd level and give it a positon absolute so that they take up no room */
#navbar ul ul ul {
	visibility:hidden;
	border-top:1px solid #b7afa8;
	position:absolute;
	height:0;
	top:-1px;
	left:158px; 
	width:162px;
}

/* make the second level visible when hover on first level list OR link */

#navbar ul li:hover ul,
#navbar ul a:hover ul{
visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
#navbar ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#navbar ul :hover ul :hover ul{ 
visibility:visible;
}

/* keep the FOURTH level hidden when you hover on SECOND level list OR link */
#navbar ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the FOURTH level visible when you hover over THIRD level list OR link */
#navbar ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}

#nav-sub {
	display:none;
}
