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

/* BUBBLE PLASTIC HORIZONTAL MENU */


.bubplastic a { text-decoration: none; font-size: 75%; text-transform: uppercase; font-weight:bold;	color: #FFFFFF;}
.bubplastic a:visited { text-decoration: none; font-size: 75%; text-transform: uppercase; font-weight:bold;	color: #FFFFFF;}
.bubplastic a:link { text-decoration: none; font-size: 75%; text-transform: uppercase; font-weight:bold;	color: #FFFFFF;}
.bubplastic a:hover { color: #182d0a; text-decoration: none; }
.bubplastic a:active { text-decoration: none; font-size: 75%; text-transform: uppercase; font-weight:bold;	color: #FFFFFF;}

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

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

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */





/* RED HOVER */
.bubplastic.red ul li a:hover{
color:#182d0a;
}
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li.highlight a span.menu_ar {
	color:#000000;
	background: transparent url(../images/bg-bubplastic-h-red.gif) top right no-repeat;
}


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

#submenu {
	background: #d7e6c2;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu ul li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu a {
	background: #d7e6c2;
	color: #464646;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:normal;
}
#submenu a:hover {
	background: #d7e6c2 url("../images/hover.gif") bottom center no-repeat;
	color: #000000;
	padding-bottom: 4px;
}
#submenu .activo a {
	background: #d7e6c2 url("../images/hover.gif") bottom center no-repeat;
	color: #464646;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight:bold;
}
#submenu .activo a:hover {
	background: #d7e6c2 url("../images/hover.gif") bottom center no-repeat;
	color: #464646;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight:bold;
}