.clearout {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

a.himouseover {
display:block;
width:175px;
height:37px;
display: block;
float: center;
text-transform: capitalize;
text-align: center;
line-height: 2.5;
font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
font-size: 90%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-image:url(buttons/hibutton.jpg);
background-position:0px 0px;
}
a.himouseover:hover {
background-position:0px -38px;
}


/* ---Horizontal Menu--- */

.hiplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(backgrnd/menubar.gif) top left repeat-x;
}
.hiplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hiplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(backgrnd/mb-button.gif) top left no-repeat;
}

.hiplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: capitalize;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.hiplastic.horizontal ul li a span.menu_hi {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(backgrnd/mb-button.gif) top right no-repeat;
	cursor: pointer;
}
/* End */



/* ---Vertical Menu--- */

.hiplastic.vertical {
	width: 100px;
	margin: 0;
	padding: 0;
	display: block;
}
.hiplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hiplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(backgrnd/mb-button.gif) top left no-repeat;
}

.hiplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: capitalize;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(backgrnd/mb-button.gif) top left no-repeat;
}

.hiplastic.vertical ul li a span.menu_hi {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(backgrnd/mb-button.gif) top right no-repeat;
	cursor: pointer;
}
/* End */



/* AQUA HOVER */
.hiplastic.aqua ul li a:hover,
.hiplastic.aqua ul li.highlight a {
	background: transparent url(backgrnd/mb-aqua.gif) top left no-repeat;
}
.hiplastic.aqua ul li a:hover span.menu_hi,
.hiplastic.aqua ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.hiplastic.blue ul li a:hover,
.hiplastic.blue ul li.highlight a {
	background: transparent url(backgrnd/mb-blue.gif) top left no-repeat;
}
.hiplastic.blue ul li a:hover span.menu_hi,
.hiplastic.blue ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.hiplastic.gray ul li a:hover,
.hiplastic.gray ul li.highlight a {
	background: transparent url(backgrnd/mb-gray.gif) top left no-repeat;
}
.hiplastic.gray ul li a:hover span.menu_hi,
.hiplastic.gray ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.hiplastic.lime ul li a:hover,
.hiplastic.lime ul li.highlight a {
	background: transparent url(backgrnd/mb-lime.gif) top left no-repeat;
}
.hiplastic.lime ul li a:hover span.menu_hi,
.hiplastic.lime ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.hiplastic.orange ul li a:hover,
.hiplastic.orange ul li.highlight a {
	background: transparent url(backgrnd/mb-orange.gif) top left no-repeat;
}
.hiplastic.orange ul li a:hover span.menu_hi,
.hiplastic.orange ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.hiplastic.pink ul li a:hover,
.hiplastic.pink ul li.highlight a {
	background: transparent url(backgrnd/mb-pink.gif) top left no-repeat;
}
.hiplastic.pink ul li a:hover span.menu_hi,
.hiplastic.pink ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.hiplastic.purple ul li a:hover,
.hiplastic.purple ul li.highlight a {
	background: transparent url(backgrnd/mb-purple.gif) top left no-repeat;
}
.hiplastic.purple ul li a:hover span.menu_hi,
.hiplastic.purple ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-purple.gif) top right no-repeat;
}


/* RED HOVER */
.hiplastic.red ul li a:hover,
.hiplastic.red ul li.highlight a {
	background: transparent url(backgrnd/mb-red.gif) top left no-repeat;
}
.hiplastic.red ul li a:hover span.menu_hi,
.hiplastic.red ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-red.gif) top right no-repeat;
}


/* GREEN HOVER */
.hiplastic.green ul li a:hover,
.hiplastic.green ul li.highlight a {
	background: transparent url(backgrnd/mb-green.gif) top left no-repeat;
}
.hiplastic.green ul li a:hover span.menu_hi,
.hiplastic.green ul li.highlight a span.menu_hi {
	background: transparent url(backgrnd/mb-green.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}