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

/* HORIZONTAL MENU */



.mainmenu.outer {
        text-align: center;
}

.mainmenu.horizontal {
	height: 27px;
	padding: 0;
	width: 900px;

        /* Position at the bottom */
        position: relative;

        /* Center */
        margin: 0 auto;
        text-align: left;

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

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

.mainmenu.horizontal ul li a span.menu_ar {
	display: block;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(images/bg-mainmenu-button.gif) top right no-repeat;
	cursor: pointer;
}
/* HORIZONTAL MENU */




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


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


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


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


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

/* GOLD HOVER */
.mainmenu.gold ul li a:hover,
.mainmenu.gold ul li.highlight a {
	background: transparent url(images/bg-mainmenu-h-gold.gif) top left no-repeat;
}
.mainmenu.gold ul li a:hover span.menu_ar,
.mainmenu.gold ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-mainmenu-h-gold.gif) top right no-repeat;
}

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


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


/* RED HOVER */
.mainmenu.red ul li a:hover,
.mainmenu.red ul li.highlight a {
	background: transparent url(images/bg-mainmenu-h-red.gif) top left no-repeat;
}
.mainmenu.red ul li a:hover span.menu_ar,
.mainmenu.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-mainmenu-h-red.gif) top right no-repeat;
}

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