#menu1
{
margin:0;	padding:0px;
width: 100%;
float:left;
background:url(http://www.globalgenerationwebsites.co.nz/editor/assets/background/in_1_05.jpg) repeat-x left;
background-repeat:repeat-x;
}
#nav {
	 float: right;
	 margin: 0;
	 padding: 0;
	 border-bottom: none;
	 background-color:#000000;
}

#nav li a, #nav li {
	 float: left;
	line-height:41px;
}

#nav li {
	 list-style: none;
	 position: relative;
	line-height:41px;
}

#nav li a {
	 padding:0px 15px 0px 15px;
	 text-decoration: none;
	 color: #fff;
	 font-family:Arial, Helvetica, sans-serif;
	height:41px;
/*	 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	 border-right: 1px solid #3c3c3c;
	 border-left: 1px solid #292929;
	 border-bottom: 1px solid #232323;
	 border-top: 1px solid #545454;*/
}

#nav li a:hover {
	
	background-image:url(../images/activbg.png);
	background-repeat:repeat-x;
	 padding:0px 15px 0px 15px;
	 /*background: #2a0d65;
	 background: -moz-linear-gradient(top, #11032e, #2a0d65);
	 background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#2a0d65));*/
	 height:41px;

}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
	 display: none;
	 position: absolute;
	 left: 0px;
	 top: 100%;
	 padding: 0; margin: 0;
	 background-color:#003664;
}

#nav li:hover > ul {
	 display: block;
}

#nav li ul li, #nav li ul li a {
	 float: none;
}


#nav li ul li a {
	 width: 150px;
	 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
	 display: none;

}

#nav li ul li:hover ul {
	 left: 100%;
	 top: 0;

	 
}
#nav li:hover ul, li ul { 
	display: block; }
