#vmenu_bg {
	width:900px;
	height:33px;
	background-image:url(../img/ead_menubg3.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	z-index: 9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#vmenu {
	float:left;
	height:33px;
	z-index:999;
}

#vmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:140px;
	float: left;
	text-align: right;
	}

#vmenu ul.width250px {
	width: 250px;
	}

#vmenu ul.tNavLgWidthA {
	width: 300px;
	}

#vmenu a, #vmenu h2 {
	display: block;
	margin: 0;
	color: #FFFFFF;
}
#vmenu h2 a:link{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image:url(../img/orange/orange-li.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align: center;
	height: 19px;
	padding-top: 13px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #CC6600;
}
#vmenu h2 a:visited{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image:url(../img/orange/orange-li.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align: center;
	height: 19px;
	padding-top: 14px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #CC6600;
}
#vmenu h2 a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	background-image:url(../img/orange/orange-li-hover.gif);
	background-repeat:repeat-x;
	background-position:center;
}









#vmenu li a {
	font-family: arial, helvetica, sans-serif;
	/*font-size: 6pt;*/
	font-size: 7pt;
	line-height: 7.5pt;
	text-decoration: none;
	background-color: #336600;
	color: #FFFFFF;
	height: 13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #29537C;
	border-bottom-color: #29537C;
	border-left-color: #29537C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	display: block;
	overflow: visible;
	white-space: normal;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#vmenu li a:hover {
	color: #FFFFFF;
	background-color: #669900;
}

#vmenu li {
	position: relative;
	color: #FFFFFF;
}

#vmenu ul ul {
	position: absolute;
	z-index: 500;
	top: 34px;
	left: 0px;
}


/*  special alignment for menu button with two-lines of text */

/*
#vmenu a, #vmenu .topmenuwrap {
	display: block;
	color: #FFFFFF;
	_margin-top: 0px;
	
}
#vmenu .topmenuwrap a:link{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image:url(../img/orange/orange-li.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align: center;
	height: 21px;
	padding-top: 5px;
	_padding-top: -10px;
	padding-right: 3px;
	padding-bottom: 10px;
	_padding-bottom: 6px;
	padding-left: 3px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #CC6600;
	_margin:0 0 0 0;
}
#vmenu topmenuwrap a:visited{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image:url(../img/orange/orange-li.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align: center;
	height: 21px;
	padding-top: 5px;
	-padding-top: -1px;
	padding-right: 3px;
	padding-bottom: 11px;
	_padding-bottom: 7px;
	padding-left: 3px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #CC6600;
	_margin: 0 0 0 0;
}
#vmenu topmenuwrap a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	background-image:url(../img/orange/orange-li-hover.gif);
	background-repeat:repeat-x;
	background-position:center;
}


*/
/* end of */






#vmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#vmenu ul ul,
div#vmenu ul li:hover ul ul,
div#vmenu ul ul li:hover ul ul
{
	display: none;
}

div#vmenu ul li:hover ul,
div#vmenu ul ul li:hover ul,
div#vmenu ul ul ul li:hover ul
{
	display: block;
}