/* 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:760px;
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:45px;
	width:80px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_inicio.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Inicio:hover,body#Home ul li a.Inicio{
	float: left;
	display:block;
	height:45px;
	width:80px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_inicio_h.jpg);
	background-repeat: no-repeat;
}



#chromemenu ul li a.Sobre{
	float: left;
	display:block;
	height:45px;
	width:100px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_nosotros.jpg);
	background-repeat: no-repeat;
	background-position: center;

}

#chromemenu ul li a.Sobre:hover, body#Sobre ul li a.Sobre{
	float: left;
	display:block;
	height:45px;
	width:100px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_nosotros_h.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Productos{
	float: left;
	display:block;
	height:45px;
	width:126px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_productos.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Productos:hover,body#Productos ul li a.Productos{
	float: left;
	display:block;
	height:45px;
	width:126px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_productos_h.jpg);
	background-repeat: no-repeat;
}


#chromemenu ul li a.Distribuidores{
	float: left;
	display:block;
	height:45px;
	width:126px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_dist.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Distribuidores:hover, body#Distribuidores ul li a.Distribuidores{
	float: left;
	display:block;
	height:45px;
	width:126px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_dist_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Preguntas{
	float: left;
	display:block;
	height:45px;
	width:120px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_faqs.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Preguntas:hover, body#Preguntas ul li a.Preguntas{
	float: left;
	display:block;
	height:45px;
	width:120px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_faqs_h.jpg);
	background-repeat: no-repeat;
}

#chromemenu ul li a.Contacto{
	float: left;
	display:block;
	height:45px;
	width:90px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_contacto.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#chromemenu ul li a.Contacto:hover, body#Contacto ul li a.Contacto{
	float: left;
	display:block;
	height:45px;
	width:90px;
	margin:0;
	padding: 0;
	background-image: url(/images/m_contacto_h.jpg);
	background-repeat: no-repeat;
}


#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*/
}

#Body #Home{

}

