﻿/* ================================================================ 
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.
=================================================================== */
table {
	border-style: none;
	border-width: 0;
	border-color: inherit;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.menu ul li a:visited.hide {
	display: none;
}
.menu ul li a.hide {
	display: none;
}
.menu ul li a:hover ul li a.hide {
	display: none;
}
.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 80px;
	width: 80px;
}
.menu ul li a:hover ul li a.sub {
	color: #000;
}
.menu ul li a:hover ul li a {
	display: block;
	background: #FFFFCC;
	color: #000000;
	width: 100px;
}
.menu ul li a:hover ul li a ul {
	visibility: hidden;
}
.menu ul li a:hover ul li a:hover {
	background: #dfc184;
	color: #000;
}
.menu ul li a:hover ul li a:hover ul {
	visibility: visible;
	position: absolute;
	left: 125px;
	top: 0;
	color: #000;
}
.menu ul li a:hover ul li a:hover ul li a {
	display: block;
	width: 200px;
	background: #dfc184;
	color: #000;
}
.menu ul li a:hover ul li a:hover ul li a:hover {
	background: #bd8d5e;
	color: #fff;
}

