.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 165px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 10px;
    font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/barra2.png) top left repeat;
    	color: #15366E;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/barra2.png) top right repeat;
}


#dropmenudiv

{

	position: absolute;

	border: 1px solid #000000;

	border-bottom-width: 0;

	font: normal 10px Verdana;

	line-height: 18px;

	z-index: 100;

}

#dropmenudiv A

{

	width: 100%;

	display: block;

	text-indent: 3px;

	border-bottom: 1px solid #000000;

	padding: 1px 0;

	text-decoration: none;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #15366E;

}

#dropmenudiv A:hover

{

	background-color: #FFFFFF;

	color: #15366E;

}

