#topNavBar {
	width:640px;
	height:24px;
	text-align:left;
	margin:0 0 30px 0;
}

/* Stops menu items dropping behind rollovers */
#topNavBar * {
	z-index: 1;
}

#topNavBar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#topNavBar a {
	display:block;
	width:158px;
	color:#000;
	text-decoration:none;
}

#topNavBar a:hover {
	color:#fff;
}

/* Overriding padding set in bulletSetup.jsp */
#topNavBar li {
	float:left;
	width:160px;
	background:#fff;
	padding: 0;
	margin:0;
}

/* Fix for 21119 */
#topNavBar li.topLevel {
	height: 24px;
}

/* Problem with this */
#topNavBar li ul {
	position:absolute;
	width:160px;
	left:-999em;
	margin:-3px 0 0 0;
}

#topNavBar li ul ul {
	margin:-1.4em 0 0 -160px;
}

#topNavBar li.topItem1 ul ul {
	margin:-1.4em 0 0 160px;
}

/* Tantek hack fixes IE */

html>body #topNavBar li ul {
	margin-top:0px;
}

html>body #topNavBar li ul ul,
html>body #topNavBar li.topItem1 ul ul {
	margin-top:-1.2em;
}

#topNavBar li:hover ul ul, #topNavBar li.over ul ul {
	left:-999em;
}

#topNavBar li:hover ul, #topNavBar li li:hover ul, #topNavBar li.over ul, #topNavBar li li.over ul {
	left:auto;
}

#topNavBar li li a {
	background:#d57;
	margin-bottom:1px;
}

#topNavBar a img {
	border:none;
	border-bottom:1px solid #fff;
}

#topNavBar a .menutext {
	display:block;
	margin:0 2px 0 16px;
}

/* ---------- Menu Item Colours ---------- */

/* Business start-ups */
#topNavBar #section1 a {
	background: url(/templates/graphics/resources/gifs/bizstartupbullet.gif) 0 -2px no-repeat #87C688;
}
#topNavBar #section1 a:hover {
	background: url(/templates/graphics/resources/gifs/bulletover.gif) 0 -2px no-repeat #0F8D12;
}

/* Developing your business */
#topNavBar #section2 a {
	background: url(/templates/graphics/resources/gifs/bizdevelopbullet.gif) 0 -2px no-repeat #8791C5;
}
#topNavBar #section2 a:hover {
	background: url(/templates/graphics/resources/gifs/bulletover.gif) 0 -2px no-repeat #0F238C;
}

/* Membership and you */
#topNavBar #section3 a {
	background: url(/templates/graphics/resources/gifs/membershipbullet.gif) 0 -2px no-repeat #FFD987;
}
#topNavBar #section3 a:hover {
	background: url(/templates/graphics/resources/gifs/bulletover.gif) 0 -2px no-repeat #FFB310;
}

/* Events and training */
#topNavBar #section4 a {
	background: url(/templates/graphics/resources/gifs/eventsbullet.gif) 0 -2px no-repeat #DF7F94;
}
#topNavBar #section4 a:hover {
	background: url(/templates/graphics/resources/gifs/bulletover.gif) 0 -2px no-repeat #BF0029;
}

/*

	Notes (Colours for other channel menus)

	.seoff  { background-color: #99CCFF; }
	.seover { background-color: 0066CC; }

	.newsmediaoff  { background-color: #CC99FF; }
	.newsmediaover { background-color: #6600CC; }

	.aboutsussexoff  { background-color: #CCCCCC; }
	.aboutsussexover { background-color: #333333; }

	.learndirectoff  { background-color: #CCECF4; }
	.learndirectover { background-color: #0198C2; }

	.premieroff  { background-color: E6E6E6; }
	.premierover { background-color: 0F238C; }

*/












