/* ================================================================ 
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 */
.menu                                { font-family: arial, sans-serif; font-weight:normal; width:106px; position:relative; margin:0; font-size:0.90em; margin:0px; float:right;top:28px; }
.menu ul li a, .menu ul li a:visited { display:block; text-decoration:none; color:#fff; width:104px; height:23px; text-align:right; border:1px solid #1E1E1E; border-width:0px 0px 1px 0px; background:#000; line-height:23px; font-size:0.90em;}
.menu ul                             { padding:0; margin:0;list-style-type: none; }
.menu ul li                          { float:left; margin-right:0px; position:relative;}
.menu ul li ul                       { display: none;}

/* specific to non IE browsers */
.menu ul li:hover a                  { color:#fff; border-color:#FF498D; background:#FF498D; }
.menu ul li:hover ul                 { display:block; position:absolute; top:0; right:108px; width:105px; }
.menu ul li:hover ul li a.hide       { background:#D23A73; color:#fff; }
.menu ul li:hover ul li:hover a.hide { width:150px; }
.menu ul li:hover ul li ul           { display: none; }
.menu ul li:hover ul li a            { padding-right:3px; display:block; background:#FF498D; color:#000; width:105px; }
.menu ul li:hover ul li a:hover      { background:#FF498D; color:#fff; }
.menu ul li:hover ul li:hover ul     { display:block; position:absolute; right:248px; top:0; color:#000; }