/* ================================================================ 
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 */
.menu {font-family: arial, sans-serif;  height:217px; position:relative; margin:0; font-size:11px;}
.menu ul li a, .menu ul li a:visited {text-decoration:none; color:#000; height:30px; border-width:1px 1px 0 0; line-height:29px; font-size:12px; padding-left:10px; padding-right:20px; font-weight:bold;}
.menu ul {padding:0; margin:0;list-style-type: none; list-style:none; display:inline;}
.menu ul li {float:left; position:relative;padding-top:10px;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#ffffff;}
.menu ul li:hover ul {display:block; position:absolute; top:24px; left:0px; width:150px; background:transparent;}
.menu ul li:hover ul li {float:left;;padding-top:0px;}
.menu ul li:hover ul li a {background:transparent  url(/public/images/listBG.png); color:#000; width:150px; float:left;}
.menu ul li:hover ul li a:hover {color:#000;}
