/* ================================================================ 
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/dd_valid.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 */
#nav 								{ width:1000px; clear:both; position:relative; z-index:100; border-top:1px solid #666; border-bottom:1px solid #666; text-transform:uppercase; }
#nav ul li a, #nav ul li a:visited 	{ display:block; text-decoration:none; color:#000; padding:5px; color:#fff; margin:0 20px 0 0; font-size:11px; overflow:hidden; }
#nav ul 			{ padding:0; margin:0; list-style:none; }
#nav ul li 			{ float:left; position:relative; z-index: 100; }
#nav ul li ul 		{ display:none; margin-top:8px; }

#nav ul li ul li a, #nav ul li ul li a:visited		{ width:120px; }

/* specific to non IE browsers */
#nav ul li:hover a 						{ color:#fff; background:#000; }
#nav ul li:hover ul 					{ display:block; position:absolute; top:21px; left:0; width:105px; }
#nav ul li:hover ul li a.hide 			{ background:#6a3; color:#fff; }
#nav ul li:hover ul li:hover a.hide 	{ background:#6fc; color:#000; }
#nav ul li:hover ul li ul 				{ display none; }
#nav ul li:hover ul li a 				{ display:block; color:#fff; text-transform:uppercase; background:#1e1e1e url(../images/dropdown/dropdown.jpg) repeat-x top left; }
#nav ul li:hover ul li a:hover 			{ background:#666; color:#fff; text-transform:uppercase; background:#3d3d3d url(../images/dropdown/dropdown_over.jpg) repeat-x top left; }
#nav ul li:hover ul li:hover ul 		{ display:block; position:absolute; left:105px; top:0; }
#nav ul li:hover ul li:hover ul.left 	{ left:-105px;}

