#menuv		                                 /* position, size, and font of  menu */
	{
	/*position:absolute;
	top:0em;
	left:0em;*/
	z-index: 10;
	width: 8em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 12px;
	float:left;
	}

#menuv a
	{
	width: 100%;
	display:block;
	padding-top: 2px;						/* expands menu box vertically*/
	padding-bottom: 2px;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	font-weight: bold;
	}
#menuv ul li a {
	text-indent: -3000px;
	display: none;
}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #F2ECBA;
	background-color: #006666;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #006666;
	background-color: #F2ECBA;
	}
#menuv   li
	{
	list-style-type:none;		            /* removes bullets */
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
	}

#menuv ul li
	{
	position:relative;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding: 0px;
	}
#menuv  ul  li ul
	{
	position: absolute;
	top: 0;
	left: 168px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	background-color: #006666;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 168px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

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

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
#menuv  ul  li  ul li {
	list-style-type:none;
	margin: 0px;
	background-image: none;
	padding: 5px;
	height: 20px;
}
#menuv ul li ul li a {
	text-indent: 0px;
	display: block;
}
#menuv  ul  li.trade {
	position:relative;
	background-image: url(../images/trade.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding: 0px;
}
#menuv ul li.stockist {
	position:relative;
	background-image: url(../images/stockists.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding: 0px;
}
#menuv ul li.yew {
	position:relative;
	background-image: url(../images/index_r5_c1.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding: 0px;
}
#menuv ul li.home {
	position:relative;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding: 0px;
}
#wrapper #nav img {
	float: left;
	width: 168px;
	margin-top: 30px;
}
