/* 
=================================================================== 
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; 
	margin:0 0 0 87px;
	position:relative;
	width:auto;
	padding: 0;
	}
#menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0;
	}
#menu li {
	float:left;
	margin: 3px 0px 0 0; 
	position:relative;
	}

/* for IE5.5 and IE6 only */
#menu table {
	border-collapse: collapse;
	position:relative;
	margin-top: 3px;
	top: -24px;
	left:-61px;
	z-index:80;
	font-size:1.4em;
	}

#menu li a {
	display:block;
	color:#fff; 
	height:25px; 
	font-family:arial, sans-serif; 
	font-size:16px; 
	line-height:24px; 
	width:125px; 
	text-decoration:none; 
	text-align:center;
	}
#menu li li a{
	color:#000000;
	background:#69f;	
	font-size:11px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#menu :hover {
	color:#fff; 
	background:#69f;
	}
	
*html #menu a:hover {
	color:#FFFFFF;
	background:#6699ff;
	}

#menu :hover > a {
	color:#fff; 
	background:#69f;
	}

#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:0;
	top:25px; 
	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;
	}
