/* ================================================================ 
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 */
.flyout {font-family: arial, sans-serif; width:162px; height:150px; position:relative; margin:0; font-size:11px;}
.flyout ul li a, .flyout ul li a:visited {display:block; padding-right:10px; padding-left:10px; text-decoration:none; color:#FFF; width:160px; text-align:left; border:1px solid; border-right-color:#005596; border-left-color:#005596; border-bottom-color:#FFFFFF; border-width:0px 1px 1px 1px; background:#005596; line-height:19px; font-size:11px;}
.flyout ul li.wback a, .flyout ul li.wback a:visited {display:block; padding-right:10px; padding-left:10px; text-decoration:none; color:#005596; width:160px; text-align:left; border:1px solid; border-right-color:#005596; border-left-color:#005596; border-bottom-color:#005596; border-width:0 1px 1px 1px; background:#FFFFFF; line-height:19px; font-size:11px;}
.flyout ul li.wsback a, .flyout ul li.wsback a:visited {display:block; padding-right:10px; padding-left:10px; text-decoration:none; color:#005596; width:160px; text-align:left; border:1px solid; border-right-color:#005596; border-left-color:#005596; border-bottom-color:#005596; border-width:0 1px 1px 1px; background:#F1DBB1; line-height:19px; font-size:11px;}
.flyout ul li.oback a, .flyout ul li.oback a:visited {display:block; padding-right:10px; padding-left:10px; text-decoration:none; color:#FFFFFF; width:160px; text-align:left; border:1px solid; border-right-color:#005596; border-left-color:#005596; border-bottom-color:#005596; border-width:0 1px 1px 1px; background:#D59F0F; line-height:19px; font-size:11px;}
.flyout ul li.botnorm a, .flyout ul li.botnorm a:visited {border-color:#005596; border-width:0px 1px 1px 1px;}
.flyout ul {padding:0; margin:0;list-style-type: none; }
.flyout ul li {float:left; margin-right:1px; position:relative;}
.flyout ul li ul {display: none;}


/* specific to non IE browsers */
.flyout ul li:hover a {color:#fff; background:#D59F0F;}
.flyout ul li.wback:hover a {color:#005596; background:#F1DBB1;}
.flyout ul li.wback:hover a:hover {color:#005596; background:#FFFFFF;}
.flyout ul li.wback:hover ul {display:block; position:absolute; top:0; left:181px; width:162px;}
.flyout ul li.wback:hover ul li.wback a.hide {background:#FFF; color:#005596;}
.flyout ul li.wback:hover ul li.wback:hover a.hide {width:162px;}
.flyout ul li.wback:hover ul li.wback ul {display: none;}
.flyout ul li.wback:hover ul li.wback a {display:block; background:#FFF; color:#005596; width:160px; padding-right:10px; padding-left:10px; border:1px solid; border-right-color:#005596; border-left-color:#005596; border-top-color:#005596; border-width:1px 1px 0 1px;}
.flyout ul li.wback:hover ul li.wback a:hover {background:#F1DBB1; color:#005596;}
