/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu 					{padding:0; margin:0; list-style:none; height:34px; position:relative; font-family:Verdana, Arial, Helvitica, sans-serif;
						background:transparent url(../images/bgOFF.gif) repeat-x top left; }
#menu li 				{float:left; margin:0 1px 0 0;}
#menu li a 				{display:block; float:left; height:34px; line-height:34px; background:transparent url(../images/bgDIVIDER.gif) no-repeat top right; 
						color:#fecd00; text-decoration:none; font-size:11px; padding:0 30px 0 30px;}

#menu table 			{border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover 			{ position:relative; color:#fff; background:#fff url(../images/bgON.gif) repeat-x top left;}
#menu li:hover 				{position:relative; background:#fff url(../images/bgON.gif) repeat-x top left;}

#menu li:hover > a 			{color:#fff; background:#fff url(../images/bgON.gif) repeat-x top left;}

#menu li.current a 			{color:#fff; background:#fff url(../images/bgON.gif) repeat-x top left;}

#menu :hover ul 			{left:0; top:34px; width:150px; }

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul 			{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul li 			{margin:0; border-top:1px solid #666;}
#menu :hover ul li a 		{width:150px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}

#menu :hover ul :hover 		{background-color:#666666; color:#fff;}
