/* ================================================================ 
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.
=================================================================== */


#menuv { 
	font-family: arial, sans-serif;
	width:175px;
	position:relative;
	font-size:12px;
	margin: 0 0 25px 15px;
	z-index: 1;
	}
#menuv ul li a {
	display:block;
	text-decoration:none;
	color:#4c2901;
	width:105px;
	border:1px solid #d9b089;
	border-width:0 0 1px 0;
	line-height:14px;
	font-size:12px;
	margin-left: 10px;
	padding: 4px;
	}
	
#menuv ul {padding-left:30px; margin:0;list-style-type: none;}
#menuv ul li {float:left; margin-right:1px; position:relative;}
#menuv ul li ul {display: none;}

/* specific to non IE browsers */
#menuv ul li:hover a {color:#25521f; background:#f7dfc8;}
#menuv ul li:hover ul {display:block; position:absolute; top:0; left:109px; width:145px; padding: 0 4px 4px 4px;}

#menuv ul li ul li:hover a {color:#25521; background:#d9b089;}

