/* ================================================================ 
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/slide_fly.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.MenuBarVertical {list-style-type:none; padding:0; margin:0; width:250px; z-index:100;}
.MenuBarVertical ul {list-style-type:none; padding:0; margin:0;}

.MenuBarVertical li, .MenuBarVertical li a {display:block; font-size:large; font-style:italic; line-height:20px; width:350px; text-decoration:none; cursor:pointer;}
.MenuBarVertical li ul li, .MenuBarVertical li ul li a { font-size: 9pt; font-style:normal;}

.MenuBarVertical ul { position:absolute;left:-9999px;border:1px solid #fff; padding: 10px; width:330px; }

.MenuBarVertical :hover ul ul,
.MenuBarVertical :hover ul :hover ul ul {position:absolute; left:-9999px; width:350px;border:1px solid #fff;padding:0;}



/*.MenuBarVertical :hover {color:#ff0; z-index:500; white-space:nowrap;}

.MenuBarVertical :hover > a {color:Red; z-index:500; white-space:nowrap;} */

.MenuBarVertical :hover ul {position:static; margin-top:-1px;}
.MenuBarVertical :hover ul :hover ul, 
.MenuBarVertical :hover ul :hover ul :hover ul {display:block; position:absolute; left:200px; top:0; height:auto; z-index:500; border:1px solid #fff;border-bottom:none;}

.MenuBarVertical :hover ul li, .MenuBarVertical :hover ul li a {text-align:left; text-indent:2px; }
.MenuBarVertical :hover ul :hover { position:relative; z-index:100; border: solid 1px #cccccc;}
.MenuBarVertical a:hover ul li.fly a:hover,
.MenuBarVertical :hover ul li.fly:hover > a { color:red; border: none;}

.MenuBarVertical :hover ul :hover ul li, 
.MenuBarVertical :hover ul :hover ul li a {background:#F5F5F5; border: none; }
.MenuBarVertical :hover ul :hover ul li { border-bottom:solid 1px #fff; }
/*
.MenuBarVertical :hover ul :hover ul :hover ul li {background:#CCCCCC; z-index:500;}

.MenuBarVertical :hover ul :hover ul :hover {z-index:500; background:#0d72c0; color:#ff0;}

.MenuBarVertical :hover ul :hover ul :hover ul li, 
.MenuBarVertical :hover ul :hover ul :hover ul li a {background:#888;}

.MenuBarVertical :hover ul :hover ul :hover ul :hover {background:#5184b8; color:#ff0;}
.MenuBarVertical :hover ul :hover ul :hover ul :hover a {color:#ff0;}
*/