﻿.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

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

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .025em;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url('../images/bg-bubplastic-button.gif') no-repeat right
top;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* RED01 HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url('../images/bg-bubplastic-h-red01.gif') top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red01.gif) top right no-repeat;
}
/* footer hyperlink settings */
a.subNav:link    {
	/* Applies to unvisited links of class subNav */
	text-decoration: none;
	color: #DDDDDD
} 
a.subNav:visited {
  /* Applies to visited links of class subNav */
  text-decoration:  none;
  color: #DDDDDD
  } 
a.subNav:hover   {
  /* Applies to links under the pointer of class subNav */
  text-decoration:  underline;
  color:            #fff;
  } 
a.subNav:active  {
  /* Applies to activated links of class subNav */
  text-decoration:  none;
  color: #DDDDDD;
  }
#subNav {
	padding-top: 5px;
}

