/* CSS Document */

.menu1 {
	float:left;
	width:100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	
	background-color: #9c6f38;
}
.menu1 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu1 ul li {
	float:left;
	position:relative;
	
}
.menu1 ul li a,
.menu1 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	padding: 0px 8px;
	line-height: 22px;
	height: 24px;
	
	background-color: #9c6f38;
	
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
.menu1 ul li a.retreat,
.menu1 ul li a.retreat:visited {
	float:left;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	padding: 0px 8px;
	line-height: 22px;
	height: 24px;
	
	background-color: #9c3838;
	
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a:hover,
.menu1 ul li:hover a,
.menu1 ul li a.retreat:hover,
.menu1 ul li:hover a.retreat {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #b2ab9b;
}

.menu1 ul li ul {
	display: none;
}
.menu1 table {
	margin:0;
	border-collapse:collapse;
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
}


/*
/*
/* NON IE 5.5 + 6
/*
*/

.menu1 ul li:hover ul {
	display: block;
	position: absolute;
	top:23px; /* was 32 */
	margin-top: 1px;
	left: 0;
	width: 194px; /* was 154 */
	border: none;
}
.menu1 ul li:hover ul.endstop {
	left:-92px;
}
.menu1 ul li:hover ul li ul {
	display: none;
}
.menu1 ul li:hover ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	background: #9c6f38;
	height: auto;
	line-height: 16px;
	padding: 4px 4px;
	width: 160px;
	
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #FFFFFF;	
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;

}
.menu1 ul li:hover ul li a:hover {
	color: #FFFFFF;
	background: #b2ab9b;
}

.menu1 ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 168px; /* was 153 */
	top: -1px;
}




/*
/*
/* specific to IE5.5 and IE6 browsers
/*
*/
 
.menu1 ul li a:hover ul {
	display: block;
	position: absolute;
	top: 21px;
	t\op: 24px;
	background: none;
	left: 0;
}

.menu1 ul li a:hover ul.endstop {
	left: -92px;
}
.menu1 ul li a:hover ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
	display: block;
	background: #9c6f38;

	height: 1px;
	line-height: 16px;
	padding: 4px 4px;
	width: 194px; /* was 154 */
	w\idth: 160px; /* was 120 */

	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #FFFFFF;	
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;	
}
.menu1 ul li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}
.menu1 ul li a:hover ul li a:hover {
	color: #FFFFFF;
	background: #b2ab9b;
}
.menu1 ul li a:hover ul li a:hover ul {
	visibility: visible;
	position: absolute;
	top: 0;
	color: #000;
	left: 168px; /* was 153 */
}