/*nav list */
ul.nav, ul.nav ul {padding: 0;margin: 0;}
ul.nav #home {background: #368BAE url(../images/bg-blue-nautilus.gif) no-repeat right top;color: #ffffff; font-weight: bold; padding: 4px 8px;}
ul.nav a {border-bottom: 1px solid #D5D2CC;color:#4a4a4a/*#666666*/; display: block;overflow: hidden; height: 1%;padding: 4px 8px;}
ul.nav li a {background-color: #ffffff}
ul.nav li.current a {background-color: #E6E7E8; color: #368bae; font-weight: bold;}
ul.nav li.current li a {background-color: #ffffff; font-weight: normal;color:#4a4a4a/*#666666*/}
ul.nav li.current li.current a {color: #368bae;}
ul.nav li.current li.current li a {background-position: 34px 11px;color:#666666;}
ul.nav li.current li.current li.current a {color: #368bae;}

ul.nav ul {
    border-bottom:1px solid #D5D2CC;
}

ul.nav ul ul {
    border-bottom: none;
    margin-top: -5px!important;
}

.nav {
  -webkit-border-radius: 12px 0 12px 0; 
  -moz-border-radius: 12px 0 0px 0; 
  border-radius: 12px 12px 0 0;
  box-shadow: 5px 0 5px #cccdcd;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#home {
	background: url(../images/nzc_new_home.png) no-repeat;
	width: 195px;
	height: 48px;

}

#home span {
	color: #fff;
	margin-left: 75px;
	margin-top: 15px;
	font-family: 'Crete Round', serif;
	font-size: 18px;
	font-style: italic;
	position: absolute;
}

.ie9 .nav {
	box-shadow: 0 0 0;
}

.nav li:nth-child(1) a {
  -webkit-border-radius: 12px 0 12px 0; 
  -moz-border-radius: 12px 0 0px 0; 
  border-radius: 12px 12px 0 0;
}

.nav li a {
	background: -webkit-linear-gradient(left, #eeefef , #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #eeefef, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #eeefef, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #eeefef, #fff); /* Standard syntax */
}

.current ul li a {
	background-color: #fff!important;
	font-size: 11px;
	background: -webkit-linear-gradient(left, #fff , #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fff, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fff, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fff, #fff); /* Standard syntax */
	margin-left: 5px;
}

.nav .current .current ul li a {
	background-color: #fff!important;
	font-size: 11px;
	margin-left: 10px;
}
