	.chromestyle{
	font-weight: lighter;
	background-color: #666699;
	font-size: 14px;
	vertical-align:middle;
	}
	
	.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	clear: both; 
	visibility: visible;
	}
	
	.chromestyle ul{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	}

	
	.chromestyle ul li{
	display: inline;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	}
	
	.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
	background-color: #9394B0;
	}
	
	/* ######### Style for Drop Down Menu ######### */
	
	.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #666699;
	width: 230px;
	text-align: left;
	font-size: 10px;
	font-weight: lighter;
	visibility: hidden;
	}
	.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #9394B0;
	color: #FFFFFF;
	}
/***********************************A partir de aqui son los estilos para ingredientes************************************************/

/***********************************************************div`s*****************************************************/
.dropmenudiv2{
	position: absolute;
	top: 0;
	z-index:100;
	background-color: #ffffff;
	width: 230px;
	visibility: hidden;
	text-align: left;
	font-size: 10px;
	font-weight: lighter;
	display:block;
	}
	.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	* html .dropmenudiv2 a{ /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #9394B0;
	color: #FFFFFF;
	}
	/***********************************************************Chrome*****************************************************/
		.chromestyle2{
	font-weight: lighter;
	clip: rect(auto,auto,auto,auto);
	font-size: 14px;
	vertical-align:middle;
	padding-left:25px;
	margin-bottom:0px;
	}
