/* ================================================================ 
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.stunicholls.com/menu/hover_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:610px; height:350px; background:url(filters.jpg) no-repeat right bottom; position:relative;}
.pad1 {width:2px; height:25px; background:#FBD40A; float:left; margin-top:3px; margin-right:3px; border:1px solid #000;}
.pad2 {width:2px; height:25px; background:#FBD40A; float:left; margin-top:3px; border:1px solid #000;}
.topline {width:618px; height:3px; border:1px solid #000; background:blue; font-size:1px;}

table.menutable {background-color:white;}
#menue {list-style-type:none; padding:0; margin:0 0 0 2px;}
#menue ul {list-style-type:none; padding:0; margin:0;}
#menue li {float:left; background:blue; margin:2px 2px 0 0; border:1px solid #000; height:25px;}
#menue li.sub {background:#ea012c; width:150px;}
#menue li.open_source {width:150px;}
#menue li.commercial {width:150px;}
#menue li.incentives {width:150px;}
#menue li.cchit {width:150px;}

#menue li.sub {width:150px;  border:1px solid #000;}


/* for IE5.5 and IE6 only */

#menue li a {display:block; color:#fff; height:25px; font-family:arial, sans-serif; font-size:13px; font-weight:bold; line-height:24px; width:123px; text-decoration:none; text-align:center;}
#menue li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}
#menue li.open_source a {width:150px;}
#menue li.commercial a {width:150px;}
#menue li.incentives a {width:150px;}
#menue li.cchit a {width:150px;}
#menue li.sub a {width:150px;}


#menue :hover {color:#000; background:white; position:relative;  border:1px solid #000;}
#menue :hover > a {color:#000; background:white;  border:1px solid #000;}




#menue e_drop :hover {color:#fff; background:#FBD40A; position:relative;}
#menue e_drop :hover > a {color:#fff; background:#FBD40A;}


#menue ul, 
#menue :hover ul ul,
#menue :hover ul :hover ul ul,
#menue :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menue :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:128px; left:-1px;top:26px; background:url(transparent.gif);} /* the background image is for IE7 */

#menue :hover ul :hover ul,
#menue :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:128px; padding:9px 3px; left:100px; top:0;}

#menue :hover ul :hover ul.left,
#menue :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:128px; padding:9px 3px; left:-106px; top:0;}

