/* ================================================================ 
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_2.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.
=================================================================== */

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0 0 0 10px;}
#menu li {padding: 0 8px 0 20px; float:left; position:relative;}
#menu li.sub {}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {margin:0 0 2px 0;display:block; color:#000; height:34px; font-family:Tahoma; font-size:14px; font-weight: bold; line-height:27px; text-decoration:none; text-align:left; }
#menu ul.sub-ul li:hover { background: url(transparent.gif);}
#menu ul.sub-ul li:hover > a {color:#000; background: url('images/sub-hover.jpg') repeat;}

#menu :hover { background:url(transparent.gif);}
#menu :hover > a {color:#9e9e9e; background:url(transparent.gif);}



#menu ul.sub-ul li a:hover 
{
	color:#000;
}


#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#menu :hover ul{left:-19px;top:34px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

li.sub-item {
width:185px;
}

#menu a:hover
{
	color:#9e9e9e;
}

li.sub-item a 
{
	background: url('images/sub.jpg') repeat;
padding: 0 10px 0 10px;
height: 25px !important;
color:#000;
}
li.sub-item a:hover
{
	background: url('images/sub-hover.jpg') repeat;
	color:#000;
}


