﻿
.tblMenuPageWrap
{
    padding: 0px;
    margin: 0px auto 0px auto;
}

.divMenuPageWrap32
{
    width: 844px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background: #000000 url('LayoutImgs/BPMenu/bg-bubplastic.gif') repeat-x left top;
    height: 32px;
    text-align: center;
}

.bubplastic32.horizontal
{
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
}
.bubplastic32.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic32.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-button.gif') top left no-repeat;
}

.bubplastic32.horizontal ul li a {
	display: block;
	height: 32px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic32.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 27px;
	padding-top: 7px;
	padding-right: 35px;
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-button.gif') top right no-repeat;
	cursor: pointer;
}

/* AQUA HOVER */
.bubplastic32.aqua ul li a:hover,
.bubplastic32.aqua ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-aqua.gif') top left no-repeat;
}
.bubplastic32.aqua ul li a:hover span.menu_ar,
.bubplastic32.aqua ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-aqua.gif') top right no-repeat;
}


/* BLUE HOVER */
.bubplastic32.blue ul li a:hover,
.bubplastic32.blue ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-blue.gif') top left no-repeat;
}
.bubplastic32.blue ul li a:hover span.menu_ar,
.bubplastic32.blue ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-blue.gif') top right no-repeat;
}


/* GRAY HOVER */
.bubplastic32.gray ul li a:hover,
.bubplastic32.gray ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-gray.gif') top left no-repeat;
}
.bubplastic32.gray ul li a:hover span.menu_ar,
.bubplastic32.gray ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-gray.gif') top right no-repeat;
}


/* LIME HOVER */
.bubplastic32.lime ul li a:hover,
.bubplastic32.lime ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-lime.gif') top left no-repeat;
}
.bubplastic32.lime ul li a:hover span.menu_ar,
.bubplastic32.lime ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-lime.gif') top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic32.orange ul li a:hover,
.bubplastic32.orange ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-orange.gif') top left no-repeat;
}
.bubplastic32.orange ul li a:hover span.menu_ar,
.bubplastic32.orange ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-orange.gif') top right no-repeat;
}


/* PINK HOVER */
.bubplastic32.pink ul li a:hover,
.bubplastic32.pink ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-pink.gif') top left no-repeat;
}
.bubplastic32.pink ul li a:hover span.menu_ar,
.bubplastic32.pink ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-pink.gif') top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic32.purple ul li a:hover,
.bubplastic32.purple ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-purple.gif') top left no-repeat;
}
.bubplastic32.purple ul li a:hover span.menu_ar,
.bubplastic32.purple ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-purple.gif') top right no-repeat;
}


/* RED HOVER */
.bubplastic32.red ul li a:hover,
.bubplastic32.red ul li.highlight a {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-red.gif') top left no-repeat;
}
.bubplastic32.red ul li a:hover span.menu_ar,
.bubplastic32.red ul li.highlight a span.menu_ar {
	background: transparent url('LayoutImgs/BPMenu/bg-bubplastic-h-red.gif') top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

