/* ================================================================ 
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.
=================================================================== */

.menu {width: 165px; position:relative;}
.menu ul li a, .menu ul li a:visited {color: #41250A; width: 165px; display: block; border-bottom: 1px solid #e7a77b; padding: 1px 0px; text-decoration: none; font-weight: bold; text-indent: 5px; line-height: 28px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul{border-bottom:1px solid #e7a77b;}
.menu ul li ul {display: none;}

.menu ul li:hover a {background-color: #ff6600; color: #fff;}
.menu ul li:hover ul {display:block; position: absolute; top:0px; left:150px; width:200px; z-index: 50;}
.menu ul li:hover ul li a {border:1px solid #e7a77b; border-bottom-width: 0; font:normal 11px Tahoma; line-height: 20px; background-color: #f4f4f4; width: 205px; text-align: left; color: #000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a:hover {background:#ee7727; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; top:0; left:200px; top:0; color:#000; z-index: 100;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px;}
.menu ul li:hover ul li:hover ul li a:hover {background:#ee7727; color:#fff;}
