#DropDownMenuX{
	width:995px;
	background-color: #FFFFFF;
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:24px;
	background-color: #FFFFFF;
	position: inherit;
}

.ddmx {
    font: 12px Arial;
    
}


td.ddmx-2145834648,
td.ddmx-2145834649,
td.ddmx-2145834650,
td.ddmx-2145834651,
td.ddmx-2145834652
{
	padding-left: 1px;
}

.ddmx a
{
		color:#FFFFFF;

}

.ddmx .item1,
.ddmx .item1:visited{
	/*adjusts the height of the top nav*/
    padding: 4px 5px 4px 5px;
    background-color: #000000;
	font: 12px arial;
	font-weight:bold;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	/*text-transform: lowercase;*/
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/*adjusts the height of the top nav*/
    padding: 4px 5px 4px 5px;
	font: 12px arial;
	font-weight:bold;
	color:#F0027F;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	
	
}

td.ddmx-2145834646 .item1:hover
{
	color:  #084898;
}
td.ddmx-2145834648 .item1:hover
{
	color: #00a8eb;
}
td.ddmx-2145834649 .item1:hover
{
	color: #e3007a;
}
td.ddmx-2145834650 .item1:hover
{
	color: #f4bd00;
}
td.ddmx-2145834651 .item1:hover
{
	color: #b1b1b1;
}
td.ddmx-2145834652 .item1:hover
{
	color: #084898;
}

.ddmx .item2-active:visited{
	background-color: #CCCCCC;
	color: white;
	border-bottom:1px solid #CCC;

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
	border: 1px solid #7F8CC2;
	margin-top: 2px;
	padding-top: 47px;
	background-image: url(/images/templateimages/dropdownmenuimage.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
}

td.ddmx-2145834648 .section
{
	background-image: url(/images/templateimages/dropdownmenuimage_tools.gif)
}

td.ddmx-2145834649 .section
{
	background-image: url(/images/templateimages/dropdownmenuimage_inspiration.gif)
}

td.ddmx-2145834650 .section
{
	background-image: url(/images/templateimages/dropdownmenuimage_nzpapers.gif)
}

td.ddmx-2145834651 .section
{
	background-image: url(/images/templateimages/dropdownmenuimage_powerofpress.gif)
}

td.ddmx-2145834652 .section
{
	background-image: url(/images/templateimages/dropdownmenuimage_aboutnab.gif)
}


.ddmx .bottom,
.ddmx .bottom:hover {

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.section .section
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 0xp;
	height: 0px;
	font-size: 0px;
}


/*-------------MENU ITEMS STYLES-----------*/

/*--------------------------------------basic style for all children menus*/
.ddmx .item2-2145834648, 

.ddmx .item2-2145834649, 

.ddmx .item2-2145834650, 

.ddmx .item2-2145834651, 

.ddmx .item2-2145834652{
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color:#ffffff;
    font-size: 12px;
	font-weight: normal;
    color: white;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
	color: #818285;
	white-space: nowrap;
	min-width: 148px;
	width: auto !important;
	width: 148px;
}
/*--------------------------------------basic hover style for all children menus*/
.ddmx .item2-2145834648:HOVER, 

.ddmx .item2-2145834649:HOVER, 

.ddmx .item2-2145834650:HOVER, 

.ddmx .item2-2145834651:HOVER, 

.ddmx .item2-2145834652:HOVER{ 
    /*line-height: 13px;*/
	color: black;
	background-color: #CCCCCC;
	text-align:left;	
}

