/* ================================================================ 
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 */
.menu {clear: both;font-family: arial, sans-serif; width:740px; position:relative; margin:0; 
	font-size:1.1em; margin:2px 0 40px 2px; z-index:100;}

.menu ul li.black a, .menu ul li.black a:visited {display:block; text-decoration:none; color:#000;width:92px;
	height:20px; text-align:center; color:#fff; 
	background:url(http://www.theleaneconomyconnection.net/images/li-bg-black.png) no-repeat 0px 0px; 
	line-height:20px; font-size:1em; overflow:hidden;  }
.menu ul li.blue a, .menu ul li.blue a:visited {display:block; text-decoration:none; color:#000;width:92px;
	height:20px; text-align:center; color:#fff; 
	background:url(http://www.theleaneconomyconnection.net/images/li-bg-blue.png) no-repeat 0px 0px; 
	line-height:20px; font-size:1em; overflow:hidden;  }
.menu ul li.red a, .menu ul li.red a:visited {display:block; text-decoration:none; color:#000;width:92px;
	height:20px; text-align:center; color:#fff; 
	background:url(http://www.theleaneconomyconnection.net/images/li-bg-red.png) no-repeat 0px 0px; 
	line-height:20px; font-size:1em; overflow:hidden;  }
.menu ul li.green a, .menu ul li.green a:visited {display:block; text-decoration:none; color:#000;width:92px;
	height:20px; text-align:center; color:#fff; 
	background:url(http://www.theleaneconomyconnection.net/images/li-bg-green.png) no-repeat 0px 0px; 
	line-height:20px; font-size:1em; overflow:hidden;  }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:92px;
	height:20px; text-align:center; color:#fff; 
	background:url(http://www.theleaneconomyconnection.net/images/li-bg-black.png) no-repeat 0px 0px; 
	line-height:20px; font-size:1em; overflow:hidden;  }

.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.black:hover a {color:#fff; background:#6c6c6c;}
.menu ul li.blue:hover a {color:#fff; background:url(http://www.theleaneconomyconnection.net/images/li-bg-blue.png)}
.menu ul li.red:hover a {color:#fff; background:url(http://www.theleaneconomyconnection.net/images/li-bg-red.png)}
.menu ul li.green:hover a {color:#fff; background:url(http://www.theleaneconomyconnection.net/images/li-bg-green.png)}
.menu ul li:hover a {color:#fff; background:#6c6c6c;}


.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:102px;}

.menu ul li:hover ul li a.hide {color:#fff;}
.menu ul li:hover ul li:hover a.hide { color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}


.menu ul li.black:hover ul li a:hover {background:#ccc; color:#000;}
.menu ul li.blue:hover ul li a:hover {background:#8895EC; color:#000;}
.menu ul li.red:hover ul li a:hover {background:#FE4D60; color:#000;}
.menu ul li.green:hover ul li a:hover {background:#3BB881; color:#000;}
.menu ul li:hover ul li a:hover {background:#ccc; color:#000;}


.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}























