/* ======================================================
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */

.vmenu
{
	margin: 0;
	font-size: 1em;
	/* 10pt */
}

.vmenu ul
{
	margin: 0pt;
	padding: 0pt;
	position: relative;
	z-index: 500;
	list-style-type: none;
	width: 165px;
}

.vmenu li
{
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	_height: 1px;
}

.vmenu li.sub { background-color: transparent; }

.vmenu li.sub ul
{
	border: 1px solid #e5d7c1;
	border-left: 0;
	background-color: #fffef1;
	padding: 0 14px 0 0;
	margin: 0;
}

.vmenu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0pt;
	left: 0pt;
	z-index: 100;
	font-size: 1em;
	margin-top: -1px;
}

.vmenu a, .vmenu a:visited
{
	display: block;
	text-decoration: none;
	/* height: 2em; */
	line-height: 1.2em;
	width: 153px;
	color: #6b1700;
	background: url(../../img/pix/menue.gif) 8px 50% no-repeat;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding: 6px 0 6px 26px;
	border: none;
}

.vmenu b
{
	float: right;
	margin-right: 5px;
}

* html .vmenu a, * html .vmenu a:visited { width: 200px; }

* html .vmenu a:hover
{
	color: #000;
	background: #fff url(../../img/pix/menue-hover.gif) 8px 50% no-repeat;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.vmenu li:hover { position: relative; }

.vmenu a:active, .vmenu a:focus
{
	color: #111;
	background-color: #ffedad;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.vmenu li a:hover, .vmenu li:hover > a
{
	color: #111;
	background: #fff url(../../img/pix/menue-hover.gif) 8px 50% no-repeat;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #e5d7c1;
	border-bottom: 1px solid #e5d7c1;
}

.vmenu li ul
{
	padding: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 170px;
	background-color: white;
}

.vmenu li:hover > ul
{
	visibility: visible;
	z-index: 2000;
}

.vmenu ul a:hover ul ul { visibility: hidden; }
.vmenu ul a:hover ul a:hover ul ul { visibility: hidden; }
.vmenu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }

.vmenu ul a:hover ul
{
	visibility: visible;
	z-index: 3000;
}

.vmenu ul a:hover ul a:hover ul
{
	visibility: visible;
	z-index: 4000;
}

.vmenu ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
	z-index: 5000;
}

.vmenu ul a:hover ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
	z-index: 6000;
}

/* active Path ========================== */
.vmenu li.act_path
{
	color: #000;
	background: #fff url(../../img/pix/menue-hover.gif) 8px 50% no-repeat;
	border-top: 1px solid #e5d7c1;
	border-bottom: 1px solid #e5d7c1;
	width: 179px;
}

.vmenu li.act_path:hover > a
{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.vmenu li.sub a:hover {
	width: 153px;}

