/* ================================================================ 
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 */
.menu {
	z-index: 6;
	font-family: arial, sans-serif;
	font-size:11px;
	margin:0;
	width:106px;
	height:auto;
	position:relative;
	margin:0;
	top: 43px;
	clear: left;
}
.menu ul li a, 
.menu ul li a:visited 
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	line-height:19px;
	background:#A8CCCE; /* med brick brown  style0 #c99e7e*/
	display:block;
	width:104px;
	height:20px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background-color: #A8CCCE;
 }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers  */
.menu ul li:hover a {/*  top level hover color */ 
	color:#fff; background-color:#949e7c;} /*hover switch dark green-grey style1 #949e7c white  type  */ 
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;

}
.menu ul li:hover ul li a.hide {/*  level two  no hover */
background-color:#d4d8bd; color:#000;width:150px;}  /* pale grey green style 6  black  type */
 
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
background-color:#d4d8bd; color:#000; width:150px;} /* pale grey green style 6  black  type */
.menu ul li:hover ul li a.drop {
background-color:#BBD8A9; color:#000; width:150px;} /* style5 lit green black type */
.menu ul li:hover ul li a:hover {
background-color:#949e7c; color:#fff;}/* on hover switch to dark green-grey style1 #949e7c white  type */
.menu ul li:hover ul li a.drop:hover {
background-color:#92B364; color:#fff;}/* second levelDROP hover style2 deep yl-green white type*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; 
color:#000;}
.menu ul li:hover ul li:hover ul li a {/* third level no hover style4 med green black type #ACC68A*/
	display:block;
	width:200px;
	background-color:#ACC68A; color:#000;}  
.menu ul li:hover ul li:hover ul li a:hover {/* third level hover style2 deep yl-green white type*/
	background-color:#92B364;
	color:#fff;
	}
