.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* HORIZONTAL MENU */

.horizontal {
	width: 669px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: #C9C9C9 url(../images/bg-plastic.gif) top left repeat-x;
	border: 1px solid #353535;
}
.horizontal ul {
	list-style: none;
	height: 26px;
	margin: 0;
	padding: 0;
}
.horizontal ul li {
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-plastic-button.gif) top left no-repeat;
	border: 1px solid #353535;
}
.horizontal ul li a {
	display: block;
	height: 26px;
	padding-left: 23px;
	float: left;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 12px;
	padding-top: 8px;
	padding-right: 23px;
	background: transparent url(../images/bg-plastic-button.gif) top right no-repeat;
	cursor: pointer;
	/*border: 1px solid #353535;*/
}
/* END HORIZONTAL MENU */


/* BLUE HOVER */
.blue ul li a:hover,
.blue ul li.highlight a {
	background: transparent url(../images/bg-plastic-h-grey.gif) top left no-repeat;
	/*border: 1px solid #353535;
	height: 24px;*/
}
.blue ul li a:hover span.menu_ar,
.blue ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-plastic-h-grey.gif) top right no-repeat;
}