#outer/* ================================================================ 
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.
=================================================================== */

 {
	width:900px;
	height:164px;
	position:relative;
	background-image: url(../test.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc00;
	border-right-color: #cccc00;
	border-bottom-color: #cccc00;
	border-left-color: #cccc00;
}

#menu2 {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index: 3;
}
#menu2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index: 3;
}
#menu2 li {
	float:left;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFD942;
	z-index: 3;
}
#menu2 li.sub {
	background-color: #ffd012;
	z-index: 3;
}

/* for IE5.5 and IE6 only */
#menu2 table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu2 li a {
	display:block;
	color:#063C3C;
	height:25px;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:24px;
	width:207px;
	text-decoration:none;
	text-align:left;
	padding-left: 15px;
	font-weight: bold;
}
#menu2 :hover {
	color:#FFD942;
	background-color: #074747;
}
#menu2 :hover > a {
	color:#FFD942;
	background-color: #074747;
}

#menu2 ul, 
#menu2 :hover ul ul,
#menu2 :hover ul :hover ul ul,
#menu2 :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:212px;
	z-index: 2;
}

#menu2 :hover ul{left:0;top:25px;} /* the background image is for IE7 */

#menu2 :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul {
	padding:0;
	left:222px;
	top:0px;
}

#menu2 :hover ul :hover ul.left,
#menu2 :hover ul :hover ul :hover ul.left {
	padding:0;
	left:-179px;
	top:0px;
}
