/* lista menu */
#navcontainer {
	/*border-bottom: 4px solid #f47021;*/
	height: 32px;
	width: 685px;
	line-height: 32px;
	
	}
#navcontainer ul{
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	display:block;
	width: 685px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer ul li { 
	display: inline;
	}

#navcontainer ul li a{
	color: #666666;
	text-decoration: none;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
	}
#navcontainer ul li a:hover {
	color: #CC0033;
	}
/* Seccion donde estas lleva esta clase */	
#navcontainer ul li.cur a {

	}
#navcontainer ul li.cur a:hover {

	}
/*#navcontainer ul li.cur {
	 me da problemas
	float: left; 
	}*/
/* fin de seccion seleccionada*/

/* lista menu */
.m01 {
	background-image: url(../images/menu-bk01.gif);
	background-repeat: no-repeat;
}
.m02 {
	background-image: url(../images/menu-bk02.gif);
	background-repeat: no-repeat;
}
.m03 {
	background-image: url(../images/menu-bk03.gif);
	background-repeat: no-repeat;
}
.m04 {
	background-image: url(../images/menu-bk04.gif);
	background-repeat: no-repeat;
}
.m05 {
	background-image: url(../images/menu-bk05.gif);
	background-repeat: no-repeat;
}
.m06 {
	background-image: url(../images/menu-bk06.gif);
	background-repeat: no-repeat;
}
