/* ================================================================ 
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.
=================================================================== */

.navlist ul li {
	position: relative;
}

.navlist ul li:hover a.hide {
	background: #20A8FF;
}

.navlist ul li ul {
	display: none;
}

.navlist ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 110px;
	width: 175px;
	background: #20A8FF;
	border: 1px solid #000;
	padding: 5px;
}

.navlist ul li:hover ul li {
	text-align: left;
}
