/* ================================================================ 
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;
	margin:0;
	font-size:12px;
	margin: 0;
	padding-top: 55px;
	padding-bottom: 25px;
	background: #fff url(/images/menuv-header.jpg) no-repeat top left;
	z-index:100;
	}
#menuv ul li a, #menuv ul li a:visited {
	display:block;
	text-decoration:none;
	color:#6c3994;
	width:145px;
	border:1px solid #fcb827;
	border-width:0 0 1px 0;
	line-height:14px;
	font-size:12px;
	margin-left: 10px;
	padding: 4px;
	z-index:100;
	}
	
#menuv ul {padding:0; 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:#471271; background:#e1e6ed;}
#menuv ul li:hover ul {display:block; position:absolute; top:0; left:131px; width:145px;}
