#TopNavigationHolder {
	POSITION: relative;
	width: 775px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 22px;
}

#TopNavigationHolder TABLE {
	LEFT: 0px;
	WIDTH: 775px;
	POSITION: absolute;
	TOP: -19px;
	text-align: left;
	background: url(http://www.qctrack.co.nz/graphics/navigation/background.gif) repeat-x center bottom;
	margin: 0px;
	padding: 0px;
}



/* Horizontal Menu */

#nav {
	FLOAT: left;
	WIDTH: 775px;
	TEXT-ALIGN: center;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	LIST-STYLE-TYPE: none;

}

#nav UL {
	MARGIN: 0px;
	padding: 0px;
	LIST-STYLE-TYPE: none;
}

#nav LI {
	LIST-STYLE-TYPE: none;
	FLOAT: left;
	MARGIN: 0px;
	padding: 0px 0px 0px 10px;
}

#nav LI A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FLOAT: left;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 20px 10px 2px 0px;
	height: 20px;
	font-style: normal;
	margin: 0px;
	line-height: 22px;
}


#nav LI A:hover {
	COLOR: #FFFFFF;
}


DIV#nav LI:hover {
	BACKGROUND: url(http://www.qctrack.co.nz/graphics/navigation/over_tab_l.gif) no-repeat left bottom;
}
DIV#nav LI:hover A {
	BACKGROUND: url(http://www.qctrack.co.nz/graphics/navigation/over_tab_r.gif) no-repeat right bottom;
}

DIV#nav LI.sfhover {
	BACKGROUND: url(http://www.qctrack.co.nz/graphics/navigation/over_tab_l.gif) no-repeat left bottom;
}

DIV#nav LI.sfhover A {
	BACKGROUND: url(http://www.qctrack.co.nz/graphics/navigation/over_tab_r.gif) no-repeat right bottom;
}
