/* CSS Document */
#chromemenu{
width: 100%;
text-align:center;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
/*border: 1px solid #BBB;*/
width:100%;
padding:0;
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
text-align:center;
}
#chromemenu h2{
	padding:0;
	margin:0;
	display: none;
}

#chromemenu ul li a.Inicio{
	float: left;
	display:block;
	height:40px;
	width:70px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_inicio.jpg);
	background-repeat: no-repeat;
	/*background-position: 0px -25px;*/
}

#chromemenu ul li a.Inicio:hover,body#Home ul li a.Inicio{
	float: left;
	display:block;
	height:40px;
	width:70px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_inicio.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}



#chromemenu ul li a.Sobre{
	float: left;
	display:block;
	height:40px;
	width:128px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_nosotros.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Sobre:hover, body#Sobre ul li a.Sobre{
	float: left;
	display:block;
	height:40px;
	width:128px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_nosotros.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#chromemenu ul li a.Productos{
	float: left;
	display:block;
	height:40px;
	width:114px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_dir.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Productos:hover,body#Productos ul li a.Productos{
	float: left;
	display:block;
	height:40px;
	width:114px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_dir.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#chromemenu ul li a.Industrias{
	float: left;
	display:block;
	height:40px;
	width:198px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_eve.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Industrias:hover,body#Industrias ul li a.Industrias{
	float: left;
	display:block;
	height:40px;
	width:198px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_eve.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#chromemenu ul li a.Distribuidores{
	float: left;
	display:block;
	height:40px;
	width:198px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_anu.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Distribuidores:hover, body#Distribuidores ul li a.Distribuidores{
	float: left;
	display:block;
	height:40px;
	width:198px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_anu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#chromemenu ul li a.Preguntas{
	float: left;
	display:block;
	height:40px;
	width:144px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_info.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Preguntas:hover, body#Preguntas ul li a.Preguntas{
	float: left;
	display:block;
	height:40px;
	width:144px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_info.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#chromemenu ul li a.Contacto{
	float: left;
	display:block;
	height:40px;
	width:103px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_con.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Contacto:hover, body#Contacto ul li a.Contacto{
	float: left;
	display:block;
	height:40px;
	width:103px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_con.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#chromemenu ul li a.Contacto2{
	float: left;
	display:block;
	height:25px;
	width:81px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_contacto.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

#chromemenu ul li a.Contacto2:hover, body#Contacto2 ul li a.Contacto2{
	float: left;
	display:block;
	height:25px;
	width:81px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_contacto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


