/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menuv {font-family: arial, sans-serif; width:170px; height:relative; position:relative; font-size:14px; margin: 0px 0px 15px 10px; border: 0px solid #8000; color: #e8e6da; }
.menuv ul li a, .menuv ul li a:visited {display:block; text-decoration:underline; font-weight: bold; color:#e8e6da; width:160px; height:20px; text-align:left; border-bottom:0px solid #A44754; background: none; line-height:19px; font-size:14px;}
.menuv ul {margin:0 0 0px 0; padding:0;list-style-type: none; }
.menuv ul li {float:left; margin-right:0px; padding: 0 0 10px 0px; position:relative;}
.menuv ul li ul {display: none;}

/* specific to non IE browsers */
.menuv ul li:hover a {text-decoration:none; color: #e8e6da; background:#000000; margin: 0px 0px 0px 0px;}
.menuv ul li:hover ul {display:block; position:absolute; top:0; left:155px; width:150px; border-left:1px solid #A44754;}
.menuv ul li:hover ul li a.hide {background:#e2941e; color:#e8e6da;}
.menuv ul li:hover ul li:hover a.hide {width:150px; background:#A44754; }
.menuv ul li:hover ul li ul {display: none; background:#A44754; }
.menuv ul li:hover ul li a {display:block; background:#A44754; color:#e8e6da; width:150px;}
.menuv ul li:hover ul li a:hover {background:#A44754; color:#e8e6da;}
.menuv ul li:hover ul li:hover ul {display:block; position:absolute; left:155px; top:0; color:#e8e6da; background:#A44754; }
.menuv ul li:hover ul li:hover ul li a {display:block; width:150px; background:#A44754; color:#e8e6da;}
.menuv ul li:hover ul li:hover ul li a:hover {background:#A44754; color:#e8e6da;}
