/*************************************************************************/
/*** Menu *****************************************************************/
/*************************************************************************/
#menu {
	position : relative;
	height:35px;
	background : url(../img/cap_home00.jpg) no-repeat top left;
	z-index : 80;
	}
.menu {
	list-style-type:none;
	padding-left : 150px;
	margin:0;
	position:relative !important;
}
.menu ul {
	list-style-type : none;
	padding:0;	
	}
.menu li {
	float:left; 
	position:relative;
	}
.menu table {
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
	z-index:580;
	}
.menu li a {
	display:block;	
	color : #996633;
	padding-top:10px;
	text-decoration:none;
	text-align:left;
	white-space:nowrap;
}
.menu li a .txt {
	font-weight: normal;
	float: left;
	width: 90%;	
}
.menu li :hover {
	white-space:nowrap;
	float :left;
	font: bold;
	font-weight: bolder;
	color: #744C28;
}
.menu li .txt:hover {
	font: bold;
	font-weight: bolder;
}
.menu :hover.fletop {
	background : url(../img/f_cursor.gif) no-repeat center 0;
	}
.menu a.txt {
	background : #f4efe8;
	color : #696768;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 0;
	padding-right : 5px;
}
.menu :hover.txt {
	background : url(../img/f_cursor_lat.gif) no-repeat 1px 8px;
	color: #744C28;
}
.menu ul, .menu :hover ul ul {
	position:absolute;
	left:-9999px;
	width:145px;
	background: #f4efe8;
	}
.menu :hover ul {
	left:-5px;
	top : 26px;
	background: #f4efe8;
	width:135px;
	padding:5px;
	border-bottom : 1px solid #b79d86;
	color : #744C28;
	}
.menu :hover ul :hover ul {
	padding:0 3px;
	left:125px;
	top:-4px;
	color : #744C28;
}
.menu ul li .sub ul li {
	clear : both;
	float :left;
	border : 1px solid #000000;
}
/*NOU*/
#menu ul .sub ul li .txt {
	width:100px;
	}
