/* ================================================================ 
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/flyoutt.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.
=================================================================== */
/* common styling */
#menubox {
	position:absolute;
	left:0;
	top:0;
	width:175px;
	z-index:100;
}
#menubox h2 {
	position:absolute;
	left:0;
	bottom:-32px;
	margin:0;
	padding:0;
	width:190px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-size:0.9em;
	background:#0b8f49;
}
#menubox h2 span {
	position:absolute;
	left:0;
	top:0;
	width:190px;
	height:33px;
	cursor:pointer;
  background:url(../images/menu-title.png) no-repeat left top;
}
#menubox h2.disabled span {background-position:right top;}

.menu {
	position:relative;
	padding:17px 0;
	width:188px;
	border-left:1px solid #b8d2c6;
	border-right:1px solid #8cb1a9;
	z-index:100;
	background-color:#f1f3f0;
}
.menu div.top {
	position:absolute;
	left:-1px;
	top:0;
	width:190px;
	height:17px;
	background:url(../images/menu-top.png) no-repeat center top;
}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul li {margin:0;position:relative;}
.menu ul li ul {display: none;}

.menu ul li a {
	display:block;
	padding:0 0 0 18px;
	width:170px; 
	height:21px; 
	line-height:21px;  
	color:#047438;
	overflow:hidden;
	text-decoration:none;
	font-size:13px;
}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;background:#80b99a;text-decoration:none;}
.menu ul li.active a {color:#fff;background-color:#80b99a;}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:188px; 
	margin:0;
	padding:0;
	width:167px;
	background:url(../images/submenu-bg.png) repeat-y center top;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;  
	margin:0;
	padding-left:15px;
	width:152px;
	height:21px;
	line-height:21px;
	color:#fff;
	font-size:13px;
	background:none;
}
.menu ul li:hover ul li a:hover {background:none;color:#fff;text-decoration:underline;}