@charset "utf-8";
/* ================================================================ 
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 */
.menu {font-family: arial, sans-serif; width:156px; height:auto; position:relative; margin:0; font-size:11px; margin:0 0 0 26px; border-top: 1px solid #852224;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; font-weight:bold; color:#852224; width:136px; height:24px; text-align:left; border-bottom:1px solid #852224; border-left:1px solid #fff; background-color:#fff; line-height:23px; font-size:12px; padding:0 10px 0 10px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */

/* 1st level styles */
.menu ul li:hover a {color:#000; background:#fff; border-left: 1px solid black;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:157px; width:130px;}
.menu ul li:hover ul li a.hide {background:#bdc7e0; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
/* 2nd level styles */
.menu ul li:hover ul li a {display:block; background-color:#E6E6E6; color:#852224; width:120px;}
.menu ul li:hover ul li a:hover {background:#E6E6E6; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:171px; top:0; color:#000;}
/* 3rd level styles */
.menu ul li:hover ul li:hover ul li a {display:block; width:130px; background:#bdc7e0; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#283a97; color:#fff;}

/* On state */
.onState { border-left: 1px solid black; margin-left:-11px; padding-left:10px; height:24px; color:#000;}

