/**************** menu coding *****************/
#menu {
	width: 12.17em;
	margin-left: 20px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 500;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
}

#menu h2 {
	color: #fff;
	background: #863636;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
}

div#menu ul ul ul a,
div#menu ul ul a ul ul
{
	color: #000;
}


#menu a:hover {
	color: #000000;
	background-color: #c39e64;
}

#menu li {
position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #f2dcb7;
	z-index: 500;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	color: #000000;
	background-color: #f2dcb7;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
