@charset "utf-8";
/*Contains all the parts for the navigation*/

#nzh_topNav
{
	display:block;
	margin-bottom:10px !important;
}

#nzh_topNav {
	margin-bottom:10px !important;
}

#nzh_mainNav
{
	height:27px;
	display:block;
	color:#FFF;
	background:#1f6aa9 url(../nzh_img/nav/mn-bg.gif) repeat-x bottom;
}

#nzh_mainNav dl
{
	float:left;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	font:13px "Trebuchet MS",Arial,Verdana,sans-serif;
}

#nzh_mainNav dd
{
	margin:4px 4px 0 0;
	float:left;
}

#nzh_mainNav dd a
{
	float:left;
	padding-right:3px;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

#nzh_mainNav dd a span
{
	display:block;
	float:left;
	height:21px;
	padding:2px 4px 0 7px;
}

#nzh_mainNav dd a:hover
{
	background:transparent url(../nzh_img/nav/mn-hoverTab-right.gif) no-repeat right top;
}

#nzh_mainNav dd a:hover span
{
	background:transparent url(../nzh_img/nav/mn-hoverTab.gif) no-repeat left top;
}

#nzh_mainNav dd.current a,
#nzh_mainNav dd.current a:hover
{
	background:transparent url(../nzh_img/nav/mn-tab-right.gif) no-repeat right top;
}

#nzh_mainNav dd.current a span,
#nzh_mainNav dd.current a:hover span
{
	color:#000;
	background:transparent url(../nzh_img/nav/mn-tab-left.gif) no-repeat left top;
}

/*S U B   N A V*/
#nzh_subNav
{
	height:22px;
	display:block;
	background:#c3d9e8 url(../nzh_img/nav/sn-bg.gif) repeat-x bottom;
}

#nzh_subNav dl
{
	margin:1px 0 0 5px;
	padding:0;
	float:left;
	display:block;
	list-style:none;
}

#nzh_subNav dd
{
	margin:2px 6px 0 0;
	padding:0;
	float:left;
	font:12px "Trebuchet MS",Arial,Verdana,sans-serif;
}

#nzh_subNav dd a
{
	cursor:pointer;
	float:left;
	padding-right:2px;
	display:block;
	height:17px;
	color:#333;
	text-decoration:none;
}

#nzh_subNav dd a span
{
	display:block;
	height:17px;
	padding:0 6px 0 8px;
	float:left;
}

#nzh_subNav dd a:hover
{
	background:transparent url(../nzh_img/nav/sn-current-right.gif) no-repeat right bottom;
}

#nzh_subNav dd a:hover span
{
	color:#000;
	background:transparent url(../nzh_img/nav/sn-current-bg.gif) repeat-x left bottom;
}

#nzh_subNav dd.current a,
#nzh_subNav dd.current a:hover
{
	background:transparent url(../nzh_img/nav/sn-current-right.gif) no-repeat right bottom;
}

#nzh_subNav dd.current a span,
#nzh_subNav dd.current a:hover span
{
	color:#000;
	background:transparent url(../nzh_img/nav/sn-current-bg.gif) repeat-x left bottom;
}

div.superRectHeader #nzh_topNav
{
	margin-bottom:20px !important;
}