﻿/* ================================================================ 
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/latest-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.
=================================================================== */
#leftmenu{height:200px; width:190px; position:relative;}

#leftmenu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#174089;}

#leftmenu li {margin:0; padding:0; list-style:none;}
#leftmenu li {display:inline-block; display:inline;}
#leftmenu ul ul {position:absolute; left:-9999px;}
#leftmenu ul#toplevel {position:absolute; left:0; top:0;}

#leftmenu a {display:block; font: bold 12px/24px arial, verdana, lucida, sans-serif; color:#fff; text-decoration:none;padding:0 20px 0 5px;} 

#leftmenu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px; border:2px solid #f3b907;}

#leftmenu a:hover ul,
#leftmenu a:hover a:hover ul, 
#leftmenu a:hover a:hover a:hover ul {left:100%; border:2px solid #f3b907;}
#leftmenu a:hover ul ul, 
#leftmenu a:hover a:hover ul ul {left:-9999px;}

#leftmenu li a:hover {background:#174089; color:#ffc000;} 
#leftmenu li:hover > a {background:#174089; color:#ffc000;}
#leftmenu li a.fly {background: url(../images/rightarrow.gif) no-repeat right top;}
#leftmenu li a.fly:hover {background:#174089 url(../images/rightarrowy.gif) no-repeat right top;} 
#leftmenu li:hover > a.fly {background:#174089 url(../images/rightarrowy.gif) no-repeat right top;}

#leftmenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
