/* ================================================================ 
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 */
.vmenu {
	font-family: arial, sans-serif;
	width:175px;
	height:auto;
	position:relative;
	margin:0;
	font-size:12px;
	margin:0 0;
}
.vmenu ul li a, .vmenu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000000;
	width:172px;
	height:20px;
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	border:1px solid #000000;
	background-color:#E5963A;
	}
.vmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.vmenu ul li {
	float:left;
	margin-right:1px;
	height:27px;
	position:relative;
}
.vmenu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.vmenu ul li:hover a {
	color:#000000;
	border:1px solid #000000;
	background-color:#E5963A;
}
.vmenu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:177px;
	width:105px;
}
.vmenu ul li:hover ul li a.hide {
	background-color:#ffffff;
	color:#000000;
}
.vmenu ul li:hover ul li:hover a.hide {
	width:220px;
}
.vmenu ul li:hover ul li ul {
	display: none;
}
.vmenu ul li:hover ul li a {
	display:block;
	background-color:#ffffff;
	border:1px solid #000000;
	color:#000;
	width:220px;
	padding:4px 0px 0px 5px;
	height:26px;
}
.vmenu ul li:hover ul li a:hover {
	background-color:#FFFFCC;
	color:#000;
}
.vmenu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:226px;
	top:0;
	color:#000;
}
.vmenu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background:#ffffff;
	color:#000;
}
.vmenu ul li:hover ul li:hover ul li a:hover {
	background:#b2ab9b;
	color:#fff;
}

