﻿/* ================================================================ 
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.
=================================================================== */
#menu {height:105px; width:138px; position:relative;padding-top:10px;margin-top:10px;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#fff;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {background:#d6e4f5;position:absolute; left:-9999px;padding-left: 2px;padding-right:10px;margin-right:10px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {display:block; font:tahoma; color:#000; line-height:18px;padding:0 0px 0 0px;border-bottom: 1px solid #0b2544;} 

#menu ul li:hover > ul {left:100%; padding-bottom:5px;padding-top:5px;padding-left:10px;margin-top:-23px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li a:hover {background:#0b2544; color:#fff;text-decoration: none;} 

#menu li:hover > a {background:#0b2544; color:#fff;}
#menu li a.fly {background: url(../Images/arrow.gif) no-repeat right top;}
#menu li a.fly:hover {background:#0b2544 url(../Images/arrow.gif) no-repeat right top;} 
#menu li a.selected {background:#e5edf8;}
#menu li a.selected:hover {background:#0b2544;}
#menu li:hover > a.fly {background:#0b2544 url(../Images/arrow.gif) no-repeat right top;}

#menu table {position:absolute; left:99%; height:0; width:150px; border-collapse:collapse; margin-top:-7px; margin-left:-1px;margin-right:10px;}


#menu li a.fly2 {background:#e5edf8 url(../Images/arrow.gif) no-repeat right top;}
#menu li a.fly2:hover {background:#0b2544 url(../Images/arrow.gif) no-repeat right top;} 
#menu li:hover > a.fly2 {background:#0b2544 url(../Images/arrow.gif) no-repeat right top;}
