/* ================================================================ 
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");
}

#navigation {
	font-size:12px;
	position:relative;
	width:760px; 
	z-index:100;
}

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
#navigation ul ul {
	width:150px;
	text-align:left;
	margin:0;
	padding:0
}

#navigation li {
	display:inline;	
	float:left;
	position:relative;
	padding:0;
	margin:0;
}

#navigation a {
	color:#fff; 
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none; 
}

#navigation a:hover {
	color:#444; 
}

#navigation a.ekflexmenu_button_selected{
	color:#444; 
}

#navigation ul ul {
	visibility:hidden;
	height:0;
	position:absolute;
	top:35px;
	left:0; 
}

#navigation  li:hover ul,
#navigation  a:hover ul {
	visibility:visible; 
}

* html #navigation ul ul {
	top:35px;
	t\op:36px;
}



#navigation li li {
	border-bottom:1px solid #ef8a0f;
	border-left:1px solid #ef8a0f;
	border-right:1px solid #ef8a0f;	
}

#navigation li li a {
	background-color:#fff;
	color:#444; 
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:5px;	
	text-decoration:none; 
	width:140px;
}

#navigation li li a:hover {
	text-decoration:underline; 
}

#navigation ul ul ul {
	visibility:hidden;
	height:0;
	position:absolute;
	top:0;
	left:150px; 
}

#navigation li:hover ul li ul {
	visibility:hidden;
	border-top:1px solid #ef8a0f;
	position:absolute;
	height:0;
	top:0;
	left:150px; 
}

/* another hack for IE5.5 */
* html #navigation li ul  li ul {
	top:8px;
	t\op:9px;
}

#navigation  li:hover ul li:hover ul,
#navigation a:hover ul a:hover ul {
	visibility:visible; 
}


