/* ================================================================ 
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/anywidth-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:201px; height:150px; background:transparent; margin:0 auto; position:relative;}

.menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center; background:url(images/graphics/menu-back.jpg); padding:1px 1px 0 1px;}

.menu li {margin:0; padding:0; list-style:none;}
.menu li {display:inline-block; display:inline;}
.menu ul {position:absolute; left:-9999px;}
.menu ul.level1 {position:absolute; left:34px; top:0; border: 1px groove #990050;}

.menu a {display:block; font:normal 11px arial,verdana,sans-serif; color:#fff; line-height:18px; text-decoration:none ! important;padding:0 20px 0 10px; border-bottom:1px groove #ddd;} 

.menu ul li:hover > ul {visibility:visible; left:100%; margin-top:-21px; margin-left:-1px; border: 1px groove #990050;}

.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:#ffa8d2; font-weight: bold; color: #0669b2;} 
.menu li:hover > a {background:#ffa8d2;}
.menu li a.fly {background: url(images/graphics/right-arrow.gif) no-repeat right center;}
.menu li a.fly:hover {background:#ffa8d2 url(images/graphics/right-arrow.gif) no-repeat right center;} 
.menu li:hover > a.fly {background:#ffa8d2 url(images/graphics/right-arrow.gif) no-repeat right center;}

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

/****************** Magician page ****************************/

#menu {width:201px; height:150px; background:transparent; margin:0 auto; position:relative;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center; background:url(images/graphics/menu-back.jpg); padding:1px 1px 0 1px;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul {position:absolute; left:-9999px;}
#menu ul.level1 {position:absolute; left:34px; top:0; border: 1px groove #990050;}

#menu a {display:block; font:normal 11px arial,verdana,sans-serif; color:#fff; line-height:18px; text-decoration:none ! important;padding:0 20px 0 10px; border-bottom:1px groove #ddd;} 

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

#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:#ffa8d2; font-weight: bold; color: #0669b2;} 
#menu li:hover > a {background:#ffa8d2;}
#menu li a.fly {background: url(images/graphics/right-arrow.gif) no-repeat right center;}
#menu li a.fly:hover {background:#ffa8d2 url(images/graphics/right-arrow.gif) no-repeat right center;} 
#menu li:hover > a.fly {background:#ffa8d2 url(images/graphics/right-arrow.gif) no-repeat right center;}

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

/************************************************************/

.current { font-weight: bold ! important; }
.bottom-option { border: none ! important; }

