/*=================================
	Organ Donation New Zealand
	navigation styles for import
	
	Written by Ben Daley
=================================*/
#navContainer
{
	position: absolute;
	/*background-color: #000000; /* C6B76C */
	/*border-bottom: #fff 2px solid;*/
	/*top: 7px;*/
	/*margin-top: -8px;*/
	z-index: 9999;
	width: 933px;
	height:32;
	
}
* html #navContainer
{
	height: 1%;	/*	trigger hasLayout	*/
	float:right;
}


#nav
{
	top: 0;
	width: 932px;
	display: block;
}

#nav li
{
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 10px 0 0;
	position: relative;
	/*background: url(../images/nav_end2.jpg) right top no-repeat;*/
	font-size: 12px;
	height: 1%;	/*	Trigger hasLayout	*/
}

/*	'over' class generated by ieNavHooks JS	*/
#nav li:hover ul, #nav li.over ul
{
	display: block;
}

* html #nav li.rootover, #nav li:hover, #nav li.over
{
	z-index: 9999;
}
#nav li a, #nav li a:visited
{
	padding: 1em;
	color: #fff;
	text-decoration: none;
	/*text-transform: capitalize;*/
	line-height: 2.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	height: 1%;	/*	Trigger hasLayout	*/
}


/* 2nd lvl */
#nav ul
{
	display: none;
	position: absolute;
	top: 2.5em;
	padding: 0;
	margin: 0;

	/*border-top: #C6B76C 1px solid;*/
	/*border:#00CCFF solid 1px;*/
	background-color:#C6B76C; /*C6B76C*/
	left: 0px;
	white-space: nowrap;
	width: 150px;
}

#nav ul li
{
	position: relative;
	display: block;
	float: none;
	background: none;
	padding: 0;
	font-size: 11px;
	width: 126px; /* was 126, IE6 = 108 */
	margin-left: 0px;
}

/* These styles controll the 
   width of the dropdown rollovers */
.contactNav1{
	width:150px;
}

.contactNav2{
	width:200px;
}

.contactNav3{
	width:150px;
}

.contactNav4{
	width:150px;
}

.contactNav5{
	width:150px;
}

.contactNav6{
	width:150px;
}

.contactNav{
	width:103px;
}

/* --------- */

#nav li ul li a, #nav li ul li a:visited
{
	padding: 0 1em;
	display: block;
	position: relative;
	background: none;
	line-height: 1.9em;
	float: none;
	height: 1.9em; /* was 1.9em */
	width: 100%;
}

#nav li ul li a:hover, #nav li ul li a:visited:hover
{
	/*background: url(../images/img/nav2_over.gif) 0.4em center no-repeat;*/
	/*padding: 0 .5em 0 1.5em;*/
	color: #FFFFFF; 
	background-color: #11309C;
	width: 100%;
	/*margin-left: -7px;*/
}

#navL1 a:hover, #navL1 li a:visited:hover
{
	/*background: url(../images/img/nav2_over.gif) 0.4em center no-repeat;*/
	/*padding: 0 .5em 0 1.5em;*/
	color: #FFFFFF; 
	background-color: #11309C;
	width: 199px;
	/*margin-left: -7px;*/
}

#nav li a:hover, #nav li a:visited:hover {
	
	background-color: #11309C;
	
	
}

