.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 140px;
	border-left-width: 0;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #CCC;
	border-bottom-color: #202020;
	border-left-color: #202020;
	background-image: url(imas09/images/menubg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #202020;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 110px; /*width of sub menu levels*/
	font-weight: normal;
	border-width: 0 0px 0px 0px;
	background-image: url(imas09/images/menubg.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFF;
}

.horizontalcssmenu ul li a:hover{
	background-image: url(imas09/images/menubgover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.horizontalcssmenu ul li ul li a:hover{
background-image: url(imas09/images/menubgover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
.fundo_menu {
	background-image: url(imas09/images/menubg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
