@charset "utf-8";
/* CSS Document */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#nav a {
	display: block;
	width: 8em;  /*10em*/
	background:url(../images/bg-bubplastic-button1.gif) no-repeat;
	padding: 12px 0px;
	text-decoration: none;
	color: #4d4d4d;
}

#nav li {
	float: left;
	width: 8em;  /*10em*/
}
#nav li ul {
	position: absolute;
	width: 8em;  /*10em*/
	left: -999em;   /*-999em*/
}
#nav li a:hover{
	background: url(../images/bg-bubplastic-h-aqua1.gif) no-repeat;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}