/* ================================================================ 
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/flyout_horizontal.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 */

.container { width:605px; background:transparent  url(../images/bg_menu.gif); margin:5px auto; border:0; height:730px; }

.menu ul {padding:10; list-style:none; text-indent:-9999}
.menu ul ul {position:absolute; left:-9999px;}

.menu ul li {background:transparent url (opaque.png); width:325px;}
.menu ul li a {display:block; padding:5px 0px 5px 40px; font:bold 18px Courier New, serif; color:#000; text-decoration:none; clear:left; }

.menu ul li ul li {margin-left:250px; background:transparent url (opaque.png);}
.menu ul li ul li a {display:block; width:300px; padding:5px 0px 5px 40px; font:bold 18px Courier New, serif; color:#4B4B4B; text-decoration:none; clear:left; }



/* specific to non IE browsers */

.menu ul li:hover {position:relative;}
.menu ul li a:hover {direction:ltr; position:relative; }
.menu ul li:hover > a {background:transparent url (opaque.png); color:#005FA5}
 
.menu ul :hover ul,
.menu ul :hover ul :hover ul,
.menu ul :hover ul :hover ul :hover ul,
.menu ul :hover ul :hover ul :hover ul :hover ul {left:0px; top:0px;}
 
.menu ul :hover ul ul,
.menu ul :hover ul :hover ul ul, 
.menu ul :hover ul :hover ul :hover ul ul {left:-9999px;}


