.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.dlmenu.horizontal {
	width: 100%;
	height: 29px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/dl/menubg.gif) top left repeat-x;
}
.dlmenu.horizontal ul {
	list-style: none;
	padding-top: 7px;
	margin: 0;
	padding: 0;
}
.dlmenu.horizontal ul li {
	float: right;
	margin: 0;
	background: transparent url(../images/dl/menubg.gif) top left no-repeat;
}

.dlmenu.horizontal ul li a {
	display: block;
	height: 29px;
	padding-left: 30px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.dlmenu.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 30px;
	background: transparent url(../images/dl/menubg.gif) top right no-repeat;
	cursor: pointer;
}

/* GRAY HOVER */
.dlmenu.gray ul li a:hover,
.dlmenu.gray ul li.highlight a {
	background: transparent url(../images/dl/menugray.gif) top left no-repeat;
}
.dlmenu.gray ul li a:hover span.menu_ar,
.dlmenu.gray ul li.highlight a span.menu_ar {
	background: transparent url(../images/dl/menugray.gif) top right no-repeat;
}