#mainMenu {
	margin:0 auto;
	height:130px;
	background-image:url(../img/header.jpg);
	width:955px;
	font-size:11px;
}

#mainMenu #sectionsMenu {
	margin:0 0 0 100px;
}

#mainMenu #sectionsMenu li {
	float:left;
}

#mainMenu #sectionsMenuPreload {
	display:none;
}

#homeLinkWrapper {
	margin:-113px 5px 0 0;
	float:right;
}

#sectionsMenu, #sectionsMenu * {
	margin:0;
	padding:0;
}
#sectionsMenu {
	float:left;
}
#sectionsMenu ul {
	background:#fff; /*IE6 needs this*/
}
#sectionsMenu li {
	float:both;
	list-style:none;
	position:relative;
	z-index:999;
}

#sectionsMenu a {
	display:block;
	float:left;
	padding:5px;
	text-decoration:none;
	/*width:7.45em;*/
}

#sectionsMenu li ul {
	float:none;
	top:-999em;
	position:absolute;
	margin:13px 0 0 18px;
	width:40px;
	text-align:left;
	color:#fff;
}

#sectionsMenu li:hover,
#sectionsMenu li.sfHover,
#sectionsMenu a:focus, #sectionsMenu a:hover, #sectionsMenu a:active {
	/*background:#333;*/
}
#sectionsMenu li:hover ul, /* pure CSS hover is removed below */
ul#sectionsMenu li.sfHover ul {
	left:-1px;
	top:2.8em;
}

#sectionsMenu li:hover li ul,
#sectionsMenu li.sfHover li ul {
	top:-999em;
}
#sectionsMenu li li:hover ul, /* pure CSS hover is removed below */
ul#sectionsMenu li li.sfHover ul {
	left:9.45em;
	top:-1px;
	width:9.45em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top:-999em;
}
#sectionsMenu li li {
	background:#333;
	float:none;
	/*width:9.45em;*/
}
#sectionsMenu li li li {
	background:#333;
}
#sectionsMenu li li a {
	float:none;
	padding-right:0;
	width:7.45em;
}
/* quick hacks for IE */
*html #sectionsMenu li li {
	margin-bottom:-3px;
}
*html #sectionsMenu li li li {
	margin-bottom:-1px;
}
*+html #sectionsMenu li li {
	margin-bottom:-3px;
}
*+html #sectionsMenu li li li {
	margin-bottom:-1px;
}