#Nav {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 99;
}

#Nav li{
	display: inline;
	list-style-type: none;
	position: relative;
	color: #CC6633;
	float: left;
}

#Nav a{
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
}

.nav-list ul li a {
	padding: 3px 20px 3px 3px;
	display: block;
}

.nav-list ul li ul {
	padding: 0;		
	margin: 0;
	position: absolute;
	width: 400px;
	display: none;
	list-style-type: none;
}
.nav-list ul li ul li {
	width: 170px;
	float: left;
	font-size: 0.75em;
	margin: 1px;
	padding: 0;
	z-index: 100;
}

.Menu li {
	margin: 1px;
}

/*Make the hyperlinks as a block element, sort of a hover effect*/
.nav-list ul li ul li a{
	display: block;
	height: 25px;
	padding: 6px 0 0 10px;
}

/*** Menu colors (customizable) ***/
.nav-list ul li ul li a{
	background-color: #eeeeee;
	color: #727272;
}


.nav-list ul li ul li a:hover{
	background-color: #be6928;
	color: #fff;
}

.nav-list ul li ul li a:active{
	background-color: #036;
	color: #fff;
}

#nav-list
{
	position: absolute;
}


/* add a special class for each main menu item */
body#home .home,
body#workwithus .contact_main,
body#contact .contact_main,
body#whatwedo .whatwedo_main,
body#validate .whatwedo_main,
body#landing .work,
body#clientlist .work,
body#about .whoweare,
body#approach .whoweare,
body#partners .whoweare
{
	background: #EDEDED;
}
/* add a special class for each sub-menu item */
body#landing .landing, 
body#clientlist .clientlist,
body#about .about, 
body#approach .approach,
body#partners .partners,
body#whatwedo .whatwedo,
body#validate .validate,
body#contact .contact,
body#workwithus .workwithus
{
	color: #000;
}


