.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#newmenu{margin-left:25px;}


/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 105px;
	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: 100px;
	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: 100px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	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: 0px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */





/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top right no-repeat;
}


ul#submenu {padding:0px;
text-align:left;
border:0px red solid;}

ul#submenu li a{color: #A01413;
	font-size: 12px;
	text-decoration:none;
color: #A01413;
	font-weight:bold;}
	
ul#submenu li{display:inline;
color: #A01413;
font-weight:bold;
margin-right:3px;}
ul#submenu li a:hover{color: #ffffff;}