@charset "utf-8";
/* CSS Document */


.ddsmoothmenu{
width:auto;
margin-top:5px;
}



/*Top level list items*/
.ddsmoothmenu ul li{
float:left;
margin:0;
padding:0 0px;
position: relative;
display: inline;
margin:0;
z-index:100;
height:28px;
background:url(../../uploads/images/menusep.gif) right 4px no-repeat;
}

.ddsmoothmenu ul li#nz-holiday-reviews{
background:none;
padding-right:0;
}

.ddsmoothmenu ul li.lastitem{
border-right:0px; 
}
* html .ddsmoothmenu ul li a span{
	float:left;
	}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	text-decoration:none !Important;
font-size:15px;
	color:#000;
	padding:0 18px 0 18px;
	font-weight:bold;
	}
	
	
.ddsmoothmenu ul li a span{
	display:block;
	/*padding:13px 12px 19px 12px;*/
	}
.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a.current span{
	/*background: url(images/menu-bgright.jpg) right top no-repeat;*/
	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#ed5302;
	}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.current {
	color:#ed5302;
	}

.ddsmoothmenu ul li:hover a.one,
.ddsmoothmenu ul li a.one:hover,
.ddsmoothmenu ul li a.mainActive,
.ddsmoothmenu ul li a.mainActive:visited,
.ddsmoothmenu ul li a.mainActive:hover {
	color:#ed5302;
	}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:110;
left: 0;
margin-top:-11px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
font-weight: normal;
text-transform:none;
line-height:16px;
/*width: 190px;*/
min-width:220px;
height: auto;
margin-left:10px;
border:solid 1px #f25802;
border-top:solid 4px #f25802;

}

.ddsmoothmenu ul li ul a:hover{
border-bottom:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
background:#fff;
color:#666666;
text-transform:none;
float: none;
padding: 0;
width:auto; 
margin:0px;
font-weight:normal;
border-right:0;
border-bottom:dashed 1px #e2e2e2;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:0; 
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
/*width: 160px;*/ /*width of sub menus*/
white-space:nowrap;
padding:7px 0px 7px 0px;
margin: 0 0 0 8px;
text-transform:none;
background:#fff;
color: #000;
line-height:14px;
font-size:12px;
font-weight:normal;
}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#ee5303;
}

.ddsmoothmenu ul li ul li a:link,
.ddsmoothmenu ul li ul li a:visited{
	color:#000;
	}
.ddsmoothmenu ul li ul li{
background-image:none;
height:auto;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a.underactive,
.ddsmoothmenu ul li ul li a.underactive:visited,
.ddsmoothmenu ul li ul li a.underactive:hover,
.ddsmoothmenu ul li ul li a.underactive:active
{
	 color: #ee5303;
	}

/*.ddsmoothmenu ul li A.depth{
		 padding-top:0;
         padding-bottom:0;
         background-image:none;
		height:auto;
		}

.ddsmoothmenu ul li A.depth:hover,
.ddsmoothmenu ul li A.depth SPAN
	{
	 background-image:none;
	height:auto;
	}*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 3px;
right: -3px;
}

.rightarrowclass{
position: absolute;
top: 11px;
right: 10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE
opacity: 0.8;*/
}
/* End of 'ddsmoothmenu' */


/* End of 'ddsmoothmenu' */

