@charset "utf-8";
/* CSS Document */
/* ================================================================ 
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.
=================================================================== */
/* ================================================================ 
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 */
.vmenu3 {
	font-family: arial, sans-serif;
	width:203px;
	height:auto;
	position:relative;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.vmenu3 ul li a, .vmenu3 ul li a:visited {
	text-decoration:none;
	}
.vmenu3 ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.vmenu3 ul li {
	float:left;
	margin-right:1px;
	height:31px;
	position:relative;
}
.vmenu3 ul li ul {
	display: none;
}
/* specific to non IE browsers */
.vmenu3 ul li:hover a {

}
.vmenu3 ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:203px;
	width:125px;
}
.vmenu3 ul li:hover ul li a.hide {
	background-color:#68A494;
	color:#ffffff;
}
.vmenu3 ul li:hover ul li:hover a.hide {
	width:150px;
}
.vmenu3 ul li:hover ul li ul {
	display: none;
}
.vmenu3 ul li:hover ul li a {
	display:block;
	background-color:#68A494;
	border:1px solid #68A494;
	color:#ffffff;
	width:200px;
	padding:4px 0px 0px 5px;
	height:26px;
}
.vmenu3 ul li:hover ul li a:hover {
	background-color:#68A494;
	color:#ffffff;
}
.vmenu3 ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:156px;
	top:0;
	color:#000;
}
.vmenu3 ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background-color:#68A494;
	color:#ffffff;
}
.vmenu3 ul li:hover ul li:hover ul li a:hover {
	background-color:#68A494;
	color:#ffffff;
}
