#imageMenu * {
	margin:0;
	padding:0;
	list-style:none;
}

#imageMenu {
	width: 554px;
	height: 86px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 86px;
	width:1000px;
	
	}

#imageMenu ul li {
	float:left;
 
}

#imageMenu ul li .molde {
	white-space:nowrap;
	background:#FFFFFF none repeat scroll 0%;
	border: none;
	cursor:default;
	display:block;
	overflow:hidden;
	width:79px;
	height: 86px;
}

#imageMenu ul li .molde a {
	display:block;
	color:#666666;
}

#imageMenu ul li .molde a:hover {
	background: #DFDFDF;
	color:#333333;
}

#imageMenu ul li.landscapes .molde {
	background:transparent;

}

.clear {
	clear: both;
}

/*************************************************************/



/* menu interno */


.aba {
	width:17px;
	height:87px;
}

#imageMenu .titulo {
	width:70px;
	background:url(../imgs/bg_menu.jpg) repeat-x;
	text-align:left;
	padding-left:3px;
	padding-bottom:8px;
	
}

#imageMenu .internos {
	width:161px;
	background:url(../imgs/bg_menu.jpg) repeat-x;
	padding-left:35px;

}


#demo {
	display: block;
	font-family: tahoma, Arial, Helvetica;
	font-size:11px;

}


#imageMenu ul li.landscapes .idList {
	margin: 0;
	padding: 0;

}
 
#imageMenu ul li.landscapes .idList li {
	float:none;
	display: block;
	margin: 0;
	margin-bottom:2px;
	padding: 0px;
	padding-left:20px;
	width: 120px;
	color: #333;
	border-left-style:solid;
	border-left-color: #999999 ;
	border-left-width:3px;
}

