body {
	behavior:url("/csshover3.htc");
}


#nav-submain  {
	padding-left:15px;
}

#nav-submain ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-submain li {
	display:inline;	
	float:left;
	position:relative;
	padding-left:0;
	margin-left:0;
}

#nav-submain a {
	color:#706861;
	display:block;
	float:left;
	font:bold 11px Verdana, Verdana, Helvetica, sans-serif;
	padding:15px 20px;
	text-decoration:none;	
}

#nav-submain a:hover {
	color:#74b823;
}

/* style the second level background */
#nav-submain li ul a.drop, #nav-submain li ul a.drop:visited {
	background:#b4a69b;

}
/* style the second level hover */
#nav-submain li ul a.drop:hover{
	background:#d7cdc4;
}
#nav-submain li ul :hover > a.drop {
	background:#d7cdc4;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav-submain li ul {
	visibility:hidden;
	border-top:1px solid #dedede;
	position:absolute;
	height:0;
	top:41px;
	left:0; 
}
/* another hack for IE5.5 */
* html #nav-submain li ul {
	top:41px;
	t\op:42px;
}

/* make the second level visible when hover on first level list OR link */

#nav-submain  li:hover ul,
#nav-submain  a:hover ul {
	visibility:visible; 
}

#nav-submain li ul  li {
	margin:0;
	padding:0;
}

#nav-submain li ul  li a {
	background-color:#fff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;	
	color:#74b823;
	font:bold 10px Verdana, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:6px;
	text-decoration:none;
	width:150px;
}

#nav-submain li ul  li a.ekflexmenu_button {
	background:#fff url(/images/subnav.gif) no-repeat center right;
}

#nav-submain li ul  li a.ekflexmenu_button:hover {
	background:#fff url(/images/subnav.gif) no-repeat center right;
}

#nav-submain li ul  li a:hover {
	color:#706861;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav-submain li:hover ul li ul {
	visibility:hidden;
	border-top:1px solid #dedede;
	position:absolute;
	height:0;
	top:0;
	left:164px; 
}

/* another hack for IE5.5 */
* html #nav-submain li ul  li ul {
	top:0;
	t\op:9px;
}

#nav-submain  li:hover ul li:hover ul,
#nav-submain  a:hover ul a:hover ul {
	visibility:visible; 
}


