/* ================================================================ 
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; position:relative; z-index:999; font-family:arial, verdana, sans-serif;}
#menu li {
	float:left; 
	margin-right:1px; 
	list-style:none;
	float:left;
	font-size:15px;
	margin:2px 1px 0 0;
	padding: 4px 15px 0 15px;
	height: 17px;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
}

#menu li ul, 
#menu li ul li {
	margin: 0px;
	}

/* Style the list OR link hover. Depends on which browser is used */
#menu li ul li a:hover {z-index:200; position:relative; display: block;}
#menu li ul li:hover {position:relative; z-index:200; display: block;}
#menu :hover ul {left:0; top:24px; display: block;}

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

#menu :hover ul li {width:180px; height: 25px; line-height: 25px; padding:0; text-indent: 10px; background:#333; color:#f8f8f8; display: block; text-align: left}
#menu :hover ul li :hover {background-color: #666666; color:#fff; margin: 0px; display: block;}
#menu :hover ul li a { color:#f8f8f8; margin: 0px; display: block;}




