﻿/* ================================================================ 
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.
=================================================================== */
#flyout {
	float: left;
	padding: 0;
	margin: 3px 5px 3px 5px;
	list-style: none;
	position: relative;
	width: 160px;
	text-align: left;
}
#flyout ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 165px;
	height: auto;
	background: url(trans.gif);
	position: absolute;
	left: -9999px;
	top: 0;
}
#flyout table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 0px;
}

#flyout li {
	float: left;
	margin-bottom: 0px;
}
#flyout li a {

	display: block;
	float: left;
	width: 165px;
	height: 24px;
	background: #000066;
	color: #CCCCCC;
	line-height: 24px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-indent: 10px;
}

/* ================================================================ 
below is the main menu link that opens the flyout menu
================================================================== */
#flyout li a.fly {
	background: #000066 url(right-arrow.gif) no-repeat right
center;
}

#flyout li:hover {position:relative;}
#flyout li a:hover {
	position: relative;
	background-color: #FFFF00;
	color: #000000;
}
#flyout li:hover > a {background-color:#FFFF00; color:#000;}

#flyout ul li a {
	background: #000066;
}


#flyout ul li a.fly {
	background: #000066 url(right-arrow.gif) no-repeat right
center;
}
#flyout ul ul li a {
	background: #000066;
}
#flyout ul ul li a.fly {
	background: #000066 url(right-arrow.gif) no-repeat right
center;
}
#flyout ul ul ul li a {
	background: #000066;

}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {
	background-color: #000066;
	color: #CCCCCC;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:120px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {
	background-color: #FFFF00;
	color: #000000;
}
#flyout ul ul li:hover > a {background-color:#FFFF00; color:#fff;}

