/* ================================================================ 
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:203px;
	height:auto;
	position:relative;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.vmenu ul li a, .vmenu ul li a:visited {
	text-decoration:none;
	}
.vmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.vmenu ul li {
	float:left;
	margin-right:1px;
	height:22px;
	position:relative;
}
.vmenu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.vmenu ul li:hover a {

}
.vmenu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:203px;
	width:200px;
}
.vmenu ul li:hover ul li a.hide {
	background-color:#0E89B3;
	color:#ffffff;
}
.vmenu ul li:hover ul li:hover a.hide {
	width:150px;
}
.vmenu ul li:hover ul li ul {
	display: none;
}
.vmenu ul li:hover ul li a {
	display:block;
	background-color:#0E89B3;
	border:1px solid #0E89B3;
	color:#ffffff;
	width:200px;
	padding:4px 0px 0px 5px;
	height:26px;
}
.vmenu ul li:hover ul li a:hover {
	background-color:#0E89B3;
	color:#ffffff;
}
.vmenu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:156px;
	top:0;
	color:#000;
}
.vmenu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background-color:#0E89B3;
	color:#fffff;
}
.vmenu ul li:hover ul li:hover ul li a:hover {
	background-color:#0E89B3;
	color:#fffff;
}
