/* MENU */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.menu{
	/*border:1px solid #FF0000;*/
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}


.bubplastic.horizontal {
	width: 930px;
	margin:0 auto;
	height: 27px;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
	text-align:center;
}

.bubplastic.horizontal .submenu
	{
	position:inherit;
	z-index:500;
	/*top:auto;*/
	display:none;
	/*padding: 1em;
	margin:-1em 0 0 -1em;*/
	background-color:#FFFFFF;
	
}

.bubplastic.horizontal:hover .submenu
	{
	display:block;
	position:absolute;
}
/*
.bubplastic.horizontal ul ul ul
	{
	top:0;
	left:100%;
	}

div.bubplastic.horizontal li:hover
	{
	cursor:pointer;
	z-index:100;
	}

*/


.bubplastic.horizontal ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.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: 18px;
	float: left;
	/*text-transform: uppercase;*/
	/*font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 18px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 200px;
	margin: 0;
	padding: 0;
	/*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 auto;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	/*display: block;*/
	margin: 0 auto;
	width: 100%;
	/*padding-left: 35px;*/
	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: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

/* LIME HOVER */
.bubplastic.lime ul li a:hover {
	background: transparent url(images/bg-bubplastic-h-lime1.gif) top left no-repeat;
}
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime1.gif) top right no-repeat;
}
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}                    
                    

/* END OF MENU */
