﻿/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuLeft
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
}

.menuLeft li
{
	float: left;
	margin-right: 1px;
}

.menuLeft li.current
{
	float: left;
	margin-right: 1px;
	font-size: 13px;
	margin-top: 6px;
	padding: 1px 9px 3px 8px;
	background: url(images/separator.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.menuLeft li a
{
	color: Black;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;	
}

.menuLeft table
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menuLeft li a:hover
{
	color: #283B7E;
	position: relative;
	z-index: 200;
}
.menuLeft li:hover
{
	position: relative;
	z-index: 200;
}

.menuLeft li:hover > a
{
	color: #283B7E;
}
.menuLeft li:hover > a.sub
{
	color: #283B7E;
}

.menuLeft li.current a
{
	color: Black;
}

.menuLeft li a.sub
{
}
.menuLeft li.current a.sub
{
}

.menuLeft :hover ul
{
	left: -15px;
	top: 20px;
	width: 70px; /* 1 */
}

/* keep the 'next' level invisible by placing it off screen. */
.menuLeft ul, .menuLeft :hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuLeft :hover ul :hover ul
{
	border: solid 1px #364C1E;
	height: auto;
	left: 200px;
	top: -1px;
	white-space: nowrap;
	width: 70px;
	z-index: 200;
}

.menuLeft :hover ul li
{
	margin-left: 0;
}
.menuLeft :hover ul li a /* 2nd level menu items with no additional pop out */
{
	color: Black;
	font-size: .9em;
	background-image: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	border: 1px solid Black;
	background: white;
	text-align: left;
	text-indent: 5px;
	width: 200px;
}
.menuLeft :hover ul li a.fly /* 2nd level menu items with 3rd tier */
{
	background-color: #CCB3A4;
}

.menuLeft :hover ul :hover
{
	color: #283B7E;
}
.menuLeft :hover ul :hover a.fly
{
	color: #283B7E;
}

.menuLeft :hover ul li.currentsub a
{
	background: #F4E190;
	color: #000;
}
.menuLeft :hover ul li.currentsub a.fly
{
	background: #F4E190 url(right-arrow.gif) no-repeat right center;
	color: #000;
}

.menuLeft :hover ul :hover ul li a
{
	/*background: #3e3e3e;*/
	color: #000;
	padding: 0;
	text-indent: 10px;
	width: 251px; /* 4 */
}
.menuLeft :hover ul :hover ul :hover
{
	/*background-color: #d70;*/
	color: #364C1E;
}

.menuLeft :hover ul :hover ul li.currentfly a, .menuLeft :hover ul :hover ul li.currentfly a:hover
{
	background: #F4E190;
	color: #364C1E;
}
