#menu,#menu ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	border: 1px solid #000;
	border-color: #eca #b97 #a86 #edb;
	background-image: url('../image/menu.png');
	background-repeat: repeat;
	position: relative;
	z-index: 200;
	/*background-color: #6F6F6F;*/
}

#menu ul li ul li {
	background-color: #fff;
}

#menu {
	height: 25px;
	padding: 0;
}

#menu table {
	border-collapse: collapse;
}

#menu li {
	float: left;
	padding: 0 2px 0 10px;
	font-family: sans-serif;
	font-size: 12px;
	/*background-color: #6F6F6F;*/
}

#menu li li {
	float: none;
	text-align: left;
}

/* IE5.x and IE6 */
#menu li a li {
	float: left;
}

#menu li a {
	display: block;
	float: left;
	color: #fff;
	height: 25px;
	padding-right: 5px;
	line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
}

#menu li li a {
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	float: none;
	color: black;
	/*background-color: white;*/
}

#menu li:hover {
	position: relative;
	z-index: 300;
	/*background-image: url('../image/menu.PNG');
	background-repeat: repeat;*/
}

#menu a:hover {
	position: relative;
	z-index: 300;
	text-decoration: none;
	color: #FBB917;
}

#menu :hover ul {
	left: 0;
	top: 22px;
}

/* IE5.5 and IE6 */
#menu a:hover ul {
	left: -10px;
}

#menu ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* it could have been this simple if all browsers understood */
	/* show next level */
#menu li:hover li:hover>ul {
	left: -15px;
	margin-left: 100%;
	top: -1px;
}

/* keep further levels hidden */
#menu li:hover>ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
}

/* show path followed */
#menu li:hover>a {
	text-decoration: none;
	color: #FBB917;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
	/* show next level */
#menu a:hover a:hover ul,#menu a:hover a:hover a:hover ul,#menu a:hover a:hover a:hover a:hover ul,#menu a:hover a:hover a:hover a:hover a:hover ul
{
	left: 100%;
	top: -1px;
}

/* keep further levels hidden */
#menu a:hover ul ul,#menu a:hover a:hover ul ul,#menu a:hover a:hover a:hover ul ul,#menu a:hover a:hover a:hover a:hover ul ul
	{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
