﻿/* ================================================================ 
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-family: arial, verdana;
	font-size:11px;
	font-weight: bold;
	width:210px;
	position:relative;
	margin:6px 0 6px 4px;
	z-index:10;
}

.menu ul li a {
	display:block;
	text-decoration:none;
	color:#000000;
	width:210px; 
	height:36px; 
	text-indent: 43px; 
	line-height:33px; 
	background: url('../images/navButton.jpg') no-repeat center;
	}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
	background-color:#3c803c;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	width: 210px; 
	height: 36px; 
	color:#ffffff; 
	background: url('../images/navHover.jpg') no-repeat;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:210px; 
	width:210px; 
	text-indent: -50px;
	z-index:10;
}

.menu ul li:hover ul li a.hide {
	color:#ffffff;
}

.menu ul li:hover ul li:hover a.hide {
	width:220px;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background: green url('../images/navButton-2ndLevel.jpg') no-repeat; 
	color:#000000; 
	width:210px; 
	height: 36px;
}
.menu ul li:hover ul li a:hover {
	background: url('../images/navHover-2ndLevel.jpg') no-repeat; 
	color:white; 
	width:210px; 
	height: 36px;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:210px; 
	top:0; 
	color:#fffefe;
}

.menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:220px; 
	color:#000000; 
	background: url('../images/navButton-old.jpg');
}

.menu ul li:hover ul li:hover ul li a:hover {
	color:ffffff; 
	background:url('../images/navHover-old.jpg');
}

.menu li.current a {
	width: 210px; 
	height: 36px; 
	color:#000000; 
	background: url('../images/navHover-old.jpg') no-repeat;
}

