#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;
}

#menu3 {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index: 3;
}
#menu3 ul {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index: 3;
}
#menu3 li {
	float:left;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #03A5FC;
	z-index: 3;
}
#menu3 li.sub {
	background-color: #2FB5FD;
}

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

#menu3 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;
}
#menu3 :hover {
	color:#03A5FC;
	background-color: #074747;
}
#menu3 :hover > a {
	color:#03A5FC;
	background-color: #074747;
}

#menu3 ul, 
#menu3 :hover ul ul,
#menu3 :hover ul :hover ul ul,
#menu3 :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:220px;
}

#menu3 :hover ul{left:0;top:25px; background:url(../transparent.gif);} /* the background image is for IE7 */

#menu3 :hover ul :hover ul,
#menu3 :hover ul :hover ul :hover ul {
	padding:0;
	left:225px;
	top:0px;
}

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