.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 140px;
	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: 100%;
	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: 100%;
	padding-left: 25px;
	font-family: georgia;
	font-size: 10px;
	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 {
    background: url("images/bg-bubplastic-button.gif") no-repeat scroll right top transparent;
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    padding: 5px 0 2px;
    width: 100%;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
	color: #ff9900;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
	color: #ff9900;
}

.highlight {
    margin: 11px 0 !important;
}

.menu-petsafe {
    margin: 0 0 0 21px !important;
}

.menu-petsafe a {
    width: 120px !important;
}
