/*///////////////////////////////////////////////////////////////////////////////
// Este Script Fue Creado Por Network MX - Y Posee Todo Los Derechos del mismo //
// Esta Extrictamente Proibido Quitar esta cabecera, respeta los derechos      //
// de autor, No Obstante se puede modificar y usar libremente.                 //
//                                                                             //
//           Autor: Samuel Ruiz Juarez                                         //
//       Sitio Web: http://www.networkmx.biz                                   //
//       Soporte tecnico: admin@serverdns.us                                   //
///////////////////////////////////////////////////////////////////////////////*/

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.horizontal ul li a {
	list-style: none;
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.horizontal ul li a span.menu_ar {
	list-style: none;
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

.agua ul li a:hover,
.agua ul li.highlight a {
 background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.agua ul li a:hover span.menu_ar,
.agua ul li.highlight a span.menu_ar {
 background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}

.azul ul li a:hover,
.azul ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.azul ul li a:hover span.menu_ar,
.azul ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


.gray ul li a:hover,
.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.gray ul li a:hover span.menu_ar,
.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


.lime ul li a:hover,
.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.lime ul li a:hover span.menu_ar,
.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}

.naranja ul li a:hover,
.naranja ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.naranja ul li a:hover span.menu_ar,
.naranja ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


.rosa ul li a:hover,
.rosa ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.rosa ul li a:hover span.menu_ar,
.rosa ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top right no-repeat;
}

.purpura ul li a:hover,
.purpura ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.purpura ul li a:hover span.menu_ar,
.purpura ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top right no-repeat;
}

.rojo ul li a:hover,
.rojo ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.rojo ul li a:hover span.menu_ar,
.rojo ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

