/* ================================================================
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 {
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Arial, Verdana, Helvetica;
	width:130px;
	position:relative;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color:#679147;
	COLOR: #e0e0e0;
}
.menu ul li a, .menu ul li a:visited {
	border-left:0px solid #EEEEEE;
	border-top:0px solid #EEEEEE;
	border: 1px solid #8CC63E;
	display:block;
	text-decoration:none;
	COLOR: #e0e0e0;
	width:119px;
	padding:5px;
	text-align:left;
	background-color:#679147;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Arial, Verdana, Helvetica;
}
.menu.topclass ul li a{border:none; background:none; color:orange}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; border-bottom:5px solid #342987;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Arial, Verdana, Helvetica;
	background-image:url(../_images_/nav_arrow_down.gif);
	background-position:right;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; margin-left:131px; width:130px; z-index:9999; background-color:#666666;}
.menu ul li:hover ul li{ border:none;}
.menu ul li:hover ul li a.hide { background-color:#666666; COLOR: #fff; border:none;}
.menu ul li:hover ul li:hover a.hide {width:130px;}
.menu ul li:hover ul li ul {display: none; }
.menu ul li:hover ul li a {display:block; background-color:#666666; COLOR: #fff; width:130px; font-size:11px; text-decoration:none; font-weight:100;}
.menu ul li:hover ul li a:hover { background-color:#342987; color:#fff; font-size:11px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:10px; top:0; color:#fff; background-color:#FFF;
	color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:130px; background-color:#666666; COLOR: #e0e0e0;}
.menu ul li:hover ul li:hover ul li a:hover {background:#3478B8; color:#fff;}
#noarrow{background-image:none;}

