/* RED MENU */

div#sll_MainMenu {
	position: absolute;
	height: 42px;
	width: 750px;
	left: 218px;
	background: none;
	top: 189px;
	overflow: hidden;
	z-index: 110;
}

div#sll_MainMenu ul {
	display: inline;
}
div#sll_MainMenu ul li {
	display: inline;
	float: left;
	background: none;
	padding: 0;
/*	width: 14.28%;  = 1/7th since there are 7 items */
	width: 16.6%;
	height: 42px;
	text-align: center;
}

div#sll_MainMenu li a {
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 3px 2px 4px 2px;
	background: none;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
	font: 10pt T-ahoma, Trebuchet MS, Arial;
	font-weight: bold;
}
div#sll_MainMenu li a:hover {
	background: #a00;
}
div#sll_MainMenu li a span {
	display: inline-block;
	vertical-align: middle;
}
div#sll_MainMenu li a sup small {
	color: #FFFFFF;
}


