.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */
ul.arrow{
list-style-image: url("../bullet3.png");
padding-left:20px;
font-family: "verdana",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #404040;
	line-height:120%;
}
A:link { color:#ffffff; text-decoration:none; } 
A:visited { color:#c0c0c0; text-decoration:none; } 
A:hover { color:#FFDE01; text-decoration:none; } 

hr.dot2 { 
	height: 0; 
	border-bottom: 1px dotted #C9752B;
	width:90%;
	text-align:left	;
	margin: 0 auto 0 0;
	} 
	.small{
font-family: "calibri",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 90%;
	color: #404040;
	
}

.text{
font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #404040;
	line-height:145%;
}
.text2{
font-family: "verdana",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #ffffff;
	background: #000000 url(../images/bg-bubplastic.gif) top left repeat-x;
}

.text3{
font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 90%;
	color: #404040;
	line-height:125%;
}

.pad{
border: 1px solid #D3A54D;
padding:8px;

}


.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 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;
	
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_a {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-left: 38px;
	padding-right: 38px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

.bubplastic.red ul li a:hover span.menu_a,
.bubplastic.red ul li.highlight a span.menu_a {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


.bubplastic.horizontal ul li a span.menu_b {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-left: 38px;
	padding-right: 38px;
	background: transparent url(../images/bg-bubplasticblue.jpg) top right no-repeat;
	cursor: pointer;
}
.bubplastic.red ul li a:hover span.menu_b,
.bubplastic.red ul li.highlight a span.menu_b {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}
.bubplastic.horizontal ul li a span.menu_g {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-left: 38px;
	padding-right: 38px;
	background: transparent url(../images/bg-bubplasticgreen.jpg) top right no-repeat;
	cursor: pointer;
}
.bubplastic.red ul li a:hover span.menu_g,
.bubplastic.red ul li.highlight a span.menu_g {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}



#test li {
	display: block;
	border: solid 1px red;
}