/* ================================================================ 
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:750px; height:350px; background:url(filters.jpg) no-repeat right bottom; position:relative;}
.pad1 {width:51px; height:25px; background:#fc0; float:left; margin-top:3px; margin-right:3px; border:1px solid #000;}
.pad2 {width:52px; height:25px; background:#fc0; float:left; margin-top:3px; border:1px solid #000;}
.topline {width:748px; height:3px; border:1px solid #000; background:#fc0; font-size:1px;}

#menu {
	list-style-type: none;
	padding:0;
	margin-left:-19px;
	margin-top:-20px;
	position:absolute;
	background: url(../Images/menu_fill_gr.jpg) repeat-x;
	width:700px;
	height:15px;
	position:relative;
	z-index:100;
	top:10px;
}
#menu ul {list-style-type:none; padding:0; margin:0; background: url(../Images/menu_fill_gr.jpg) repeat-x;}
#menu li {float:left; background: url(../Images/menu_fill_gr.jpg) repeat-x; margin: 0 0 0 0px; width:100px; height:25px;	}
#menu li.sub {background: url(../Images/menu_fill_gr.jpg) repeat-x;}

/* for IE5.5 and IE6 only */
#menu li a {
	display:block;
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
	height: 20px;

}

#menu li a.current {
	display:block;
	color: #EBFF84;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align:center;

}

#menu li a table {
position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;
	background: url(Images/menu_fill_gr.jpg) repeat-x;
	text-align:center;
		
}

#menu :hover {color:#transparent; background-color: transparent; position:relative;}
#menu :hover > a {color:#transparent; background-color: transparent;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :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 

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:128px; padding:5px 3px; left:100px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:128px; padding:5px 3px; left:-106px; top:0;}