/* 
  Horrible Hack to hide top level menu item 
  May need to be changed if ids change
*/
#unityNavTitle7, #unityNav7 {
	display: none;
}

/*
  Hacks to stop fixed width menus
*/
ul.unityNavList a {
	width: auto !important;
}
.unityNavMenuL2 {
	width: auto !important;
}


/* Footer menu */

.footerMenuLevel1 {
	color: #FCFF00;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	list-style: none;
	margin: 16px 0 0 8px;
	padding: 0;
	float: left;
}

.footerMenuItemLevel1 {
}

.footerMenuItemLevel1 .title {
	display: block;
}


.footerMenuItemLevel1 A {
	text-decoration: none;
	color: #FFFFFF;
}

.footerMenuItemLevel1 A:hover {
	color: #FCFF00;
}

.footerMenuLevel2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px; /* should match margin below */
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

.footerMenuLevel2 {
	/* margin-top: -16px; should match line-height above */
}
.firstItem {
	margin-top: 0;
}

.footerMenuItemLevel2 {
}

.footerMenuItemLevel2 A {
	text-decoration: none;
	color: #FFFFFF;
}

.footerMenuItemLevel2 A:hover {
	color: #FCFF00;
}

/* Repeater menu */

.repeaterMenuContainer {
	width: 194px;
	float: left;
	padding: 0;
	margin: 0;
}

.repeaterMenuContainerPad {
	padding: 60px 0 0 0;
}

.repeaterMenuLevel1 {
	color: #FFE401;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000000;
	text-transform: uppercase;
}

.repeaterMenuItemLevel1 {
}

.repeaterMenuItemLevel1 .title {
	padding: 0 0 0 12px;
}

.repeaterMenuItemLevel1 A {
	text-decoration: none;
	color: #000000;
}

.repeaterMenuItemLevel1 A:hover {
	color: #FF0000;
}

.repeaterMenuLevel2 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-transform: none;
}

.repeaterMenuItemLevel2, .repeaterMenuItemLevel2Highlight {
	padding: 0 0 0 10px;
	font-weight: bold;
	border-top: solid 1px #000000;
}

.repeaterMenuItemLevel2 .noLink {
	color: #555555;
}
.repeaterMenuItemLevel2Highlight {
	color: #000000;
	background: #FFE401;
}

.repeaterMenuItemLevel2 A {
	text-decoration: none;
	color: #000000;
}

.repeaterMenuItemLevel2 A:hover {
}


