/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/../test/-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:200px;  margin: 0px 0 10px 0px; position:relative;   background-color: transparent; z-index: 10} /*  height: 550px; margin:0 auto; */

#menu ul { margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background: #627c96; padding:1px 1px 0 1px; border: solid #002a5c; border-width: 1px 1px 0 1px } /* add right border  border-right:1px solid #fff; CHANGE BACKGROUND COLOR HERE & RIGHT BORDER COLOR */

#menu li {margin:0; padding:0; list-style:none;}
#menu li { border-bottom:1px solid #002a5c;}
#menu ul {position:absolute; left:-9999px;}
#menu ul.level1 {position:relative; left:0; top:0px; width: 175px} /*  was 60 top */

#menu a { display:block; font:normal 11px verdana,arial,sans-serif; color:#fff; line-height:22px; text-decoration:none;padding:0 20px 0 10px;   } 

#menu ul li:hover > ul {visibility:visible; left:100%; margin-top:-24px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background:#627c96;} 
#menu li:hover > a {background-color: #859fb8} /* change fly bgcolor */
#menu li a.fly {background:  url(../test//arrow.gif) no-repeat right top; } /* CHANGE BGCOLOR of main menu, fly bgcolor will stay same as color set at top for #menu ul */
#menu li a.fly:hover {background:#859fb8 url(../test//arrow.gif) no-repeat right top; } 
#menu li:hover > a.fly {background: #859fb8 url(../test//arrow.gif) no-repeat right top; } /* CHANGE BGCOLOR of main menu hover state */

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

