/* NAV1 */

	#nav1 {
	height: 46px;
	position: relative;
	width: 931px;
	margin: 0 10px;
	background: #DFDFDF;
	}


	#nav1 li { /* the main list items*/
	position: absolute;
	font-size: 12px;
	line-height: 22px;
	margin-left: 1px;
	display: block;
	z-index: 1000;
	top: 0;
	}
	
	#nav1 li li { 
	line-height: 15px;
	border-bottom: 1px solid white;
	}

	
	#nav1 li.top { /*float the main list items*/
	z-index: 8000;
	}

#nav1 li a {
	display: block;
	padding-left:20px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#nav1 li li a { 
	padding: 3px 10px 3px 20px !important; 
	}

#nav1 li a.niv2 {
	background: #91AABE !important;
	color: white !important;
	font-weight: bold !important;
	font-size: 12px;
	letter-spacing: 1px !important;
	}

#nav1 li a.niv2:hover {
	background: #666 !important;
	}

#home {
	width: 100px;
	background: #9EA0A0;
	left: 0;
	margin-left: 0 !important;
	}

#cab, #services {
	width: 114px;
	background: #91AABE;
	left: 100px;
	}

#services {
	top: 23px !important;
	}

#profil, #clients {
	width: 170px;
	background: #91AABE;
	left: 215px;
	}
	
#clients {
	top: 23px !important;
	}
	
#pfp  {
	width: 300px;
	background: #9EA0A0;
	left: 386px;
	}


#pub, #form {
	width: 243px;
	background: #91AABE;
	left: 687px;
	}
	
#pub {
	top: 23px !important;
	}
	
#nav1 li.on a {
	color: white;
	}
	
#nav1 li a:hover, #nav1 li:hover a, #nav1 li.over a, #nav1 li.select a, #nav1 .sel {
	color: white;
	text-decoration: none;
	background: #666;
	}



/*subnav formatting*/


#nav1 li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: -1px;
	/*margin: 0 0 0 -7px;*/
	list-style: none;
	background: #FFF;
	}
	
#pfp ul {
	width: 302px;
	}

#form ul, #pub ul {
	width: 244px;
	}


#cab ul, #services ul  {
	width: 116px;
	}

#profil ul, #clients ul {
	width:172px;
	}
	
#nav1 li:hover ul, #nav1 li.over ul {
	display: block;
	z-index: 8000;
	}

#nav1 li ul li, #nav1sub li ul li {
	position: relative;
	
	}
	
#nav1 li ul li a {
	float: none;
	color: #666 !important;
	background: #F0F0F0 !important;
	padding: 0 0 0 20px;
	width: auto !important;
	font-size: 11px;
	display: block;
	font-weight: normal !important;
	letter-spacing: 0 !important;
	}
	
#nav1 li ul li a:hover {
	text-decoration: none;
	background: #DADADA!important;
	}

