html {height:100%}
body {
margin:0;
height:85%;
text-align:center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}

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

.cssmenu ul li a {
	display: block;
	height: 24px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: 'Helvetica Neue',helvetica,'microsoft sans serif',arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

.cssmenu ul li a span {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	color: #ffffff;
	cursor: pointer;
}


/* AQUA HOVER */
.cssmenu ul li a:hover,
.cssmenu ul li.active a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
	color: #ffffff;
}
.cssmenu ul li a:hover span,
.cssmenu ul li.active a span {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
	color: #ffffff;
}