/**
 * Style sheet menu_style
 */
.clearit
{
	height:0;
	clear:both;
	margin:0;
	padding:0;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal
{
	width:941px;
	height:27px;
	margin:23px 0px 0px -433px;
	padding:0;
	background: #000000 url(tl_files/images/bg-bubplastic.gif) top left repeat-x;
}

.bubplastic.horizontal ul
{
	margin:0;
	padding:0;
	list-style: none;
}

.bubplastic.horizontal ul li
{
	float:left;
	margin:0;
	padding:0;
	background: transparent url(tl_files/images/bg-bubplastic-button.gif) top left no-repeat;
}

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

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

/* BUBBLE PLASTIC VERTICAL MENU */
.bubplastic.vertical
{
	width:250px;
	display:block;
	margin:0;
	padding:0;
}

.bubplastic.vertical ul
{
	display:block;
	margin:0;
	padding:0;
	list-style: none;
}

.bubplastic.vertical ul li
{
	width:100%;
	float:left;
	display:block;
	margin:0;
	padding:0;
	background: transparent url(tl_files/images/bg-bubplastic-button.gif) top left no-repeat;
}

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

.bubplastic.vertical ul li a span.menu_ar
{
	width:100%;
	height:22px;
	display:block;
	margin:0;
	padding-top:5px;
	padding-right:35px;
	background: transparent url(tl_files/images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

/* AQUA HOVER */
.bubplastic.aqua ul li a:hover, .bubplastic.aqua ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}

.bubplastic.aqua ul li a:hover span.menu_ar, .bubplastic.aqua ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}

/* BLUE HOVER */
.bubplastic.blue ul li a:hover, .bubplastic.blue ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.bubplastic.blue ul li a:hover span.menu_ar, .bubplastic.blue ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

/* GRAY HOVER */
.bubplastic.gray ul li a:hover, .bubplastic.gray ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-gray.gif) top left no-repeat;
}

.bubplastic.gray ul li a:hover span.menu_ar, .bubplastic.gray ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

/* LIME HOVER */
.bubplastic.lime ul li a:hover, .bubplastic.lime ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-lime.gif) top left no-repeat;
}

.bubplastic.lime ul li a:hover span.menu_ar, .bubplastic.lime ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-lime.gif) top right no-repeat;
}

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover, .bubplastic.orange ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-orange.gif) top left no-repeat;
}

.bubplastic.orange ul li a:hover span.menu_ar, .bubplastic.orange ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-orange.gif) top right no-repeat;
}

/* PINK HOVER */
.bubplastic.pink ul li a:hover, .bubplastic.pink ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-pink.gif) top left no-repeat;
}

.bubplastic.pink ul li a:hover span.menu_ar, .bubplastic.pink ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-pink.gif) top right no-repeat;
}

/* PURPLE HOVER */
.bubplastic.purple ul li a:hover, .bubplastic.purple ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-purple.gif) top left no-repeat;
}

.bubplastic.purple ul li a:hover span.menu_ar, .bubplastic.purple ul li.highlight a span.menu_ar
{
	background: transparent url(tl_files/images/bg-bubplastic-h-purple.gif) top right no-repeat;
}

/* RED HOVER */
.bubplastic.red ul li a:hover, .bubplastic.red ul li.highlight a
{
	background: transparent url(tl_files/images/bg-bubplastic-h-red.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(tl_files/images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li
{
	display:block;
}

