/* ================================================================ 
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.
=================================================================== */
.nav img {margin: auto 0px; border: 0px solid #ccc;}
.nav { font-family:Arial, Helvetica, sans-serif;
	width:144px;
	position:relative;
	
	font-size:11px;
	float:left;
}
.nav ul li a, .nav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000066;
	width:144px;
	background:#fff;
	
	font-size:11px;
	padding:4px 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height:18px;
}
.nav ul {padding:0; margin:0;list-style-type: none;}
.nav ul li {float:left; margin-right:0px; position:relative;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {color:#FFFFFF; background:#000066;}
.nav ul li:hover ul {display:block; position:absolute; top:0; left:155px; width:105px;}
.nav ul li:hover ul li a.hide {background:#999 ; color:#000;}
.nav ul li:hover ul li:hover a.hide {width:144px;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; background:#999; color:#fff; width:150px;}
.nav ul li:hover ul li a:hover {
	background:#000066;
	color:#FF9900;
}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:155px; top:0; color:#000;}
.nav ul li:hover ul li:hover ul li a {display:block; width:200px; background:#999; color:#000;}
.nav ul li:hover ul li:hover ul li a:hover {background:#999; color:#fff;}



