/* Begin CSS Popout Menu */

#menu{
	padding:0px;
	z-index:1000;
	width:175px;
	text-align:left;
}

#menu a, #menu h2{
	display:block;
	font:normal 11px  verdana, tahoma, arial, sans-serif;
	white-space:nowrap;
	text-indent:5px;
	width:175px;
	line-height:25px;
}

#menu a{
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#006600;
}

#menu a:hover{
	color:#006600;
}

#menu a:active{
	color:#006600;
}

#menu h2{
	font:normal 10px/16px tahoma,helvetica,sans-serif;
	color:#006600;
	background:#369;
	text-transform:uppercase;
	margin:0;
	padding:0;
	width:170px;
}

#menu li{
	list-style-type:none;
	border-bottom:1px solid #d6fcb5;
}

#menu ul li{
	position:relative;
}

#menu li ul{
	position:absolute;
	top:0;
	left:175px;
	display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
	margin:0;
	padding:0;
	list-style-image:none;
	width:175px;
	z-index:1001;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
	display:none;
	z-index:1002;
	border:1px solid #2d8b21;/*#E2E2E2*/
	background: #b8ea8f;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
	display:block;
	z-index:1003;
	background: #b8ea8f;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:normal;
	text-indent:5px;
	color:#006600;
	width:175px;
}

#menu a.x:hover{
	color:#000000;
	background: #b8ea8f;
}

#menu a.x:active{
	color:#000000;
	background: #b8ea8f;
}


#menu a.nosub, #menu a.nosub:visited{
	font-weight:normal;
	text-indent:5px;
	width:175px;
	color:#006600;
}

#menu a.nosub:hover{
	color:#000000;
	background: #b8ea8f;
}

#menu a.nosub:active{
	color:#000000;
	background: #b8ea8f;
}

#menu a.submenu, #menu a.submenu:visited{
	font-weight:normal;
	text-indent:10px;
	line-height:25px;
	width:175px;
	color:#006600;
	z-index:1000;
}

#menu a.submenu:hover{
	color:#006600;
	background:#d9f9bf;
	z-index:1000;
}

#menu a.submenu:active{
	color:#006600;
	z-index:1000;
}
