/* ================================================================ 
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 {
width:210px;

}

.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none;
color:#FFFFFF;
height:30px;
border-bottom:5px #1C142D solid;
text-align:right;
line-height:19pt;
font-size: 10pt;
font-weight: lighter;
background-color: #4c4281;
width: 205px;
padding: 6px 5px 0px 0px;
}

.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

.menu ul li {
float:left; 
position:relative;
}

.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {background-color:#6f389f;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:210px; border-left-width: 5px; border-left-style: solid; border-left-color: #1C142D;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:180px; border-bottom:5px #FFF solid;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#4c4281; color:#FFF; width:180px;}
.menu ul li:hover ul li a:hover {color:#FFF; background:#6f389f;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:181px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:180px; background:#4c4281; color:#FFF;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

.menu ul li:hover ul li a {border-bottom:#FFF 5px solid}
.menu ul li:hover ul li a.last {border-bottom:none}

