@charset "UTF-8";
/* CSS Document */



	#divNav {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 980px;
	position: absolute;
	}

	#nav {
	list-style-type: none;
	 padding: 0;
 	margin: 0;
 	border: 0;
 	top: 0px;
 	left: 0px;
 	width: 980px;
 	height: 30px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 2px;
	white-space: nowrap;
	
	}

	#nav li ul {
		display: none;
	}

	#nav li.off1 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 950px;
	padding-left: 30px;
	overflow: hidden;
	background: #B0C002;
	}
	#nav li.off2 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 843px;
	padding-left: 137px;
	overflow: hidden;
	background: #B0C002;
	}
	#nav li.off3 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 705px;
	padding-left: 275px;
	overflow: hidden;
	background: #B0C002;
	}
	#nav li.off4 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 568px;
	padding-left: 412px;
	overflow: hidden;
	background: #fbd235;
	}
	#nav li.off5 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 940px;
	padding-left: 40px;
	overflow: hidden;
	background: #F84D01;
	}
	#nav li.off7 ul  { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 5px;
	height: 20px;
	width: 220px;
	padding-left: 760px;
	overflow: hidden;
	background: #EA2323;
	}
	
	#nav li#liAbout, #nav li#liProducts, #nav li#liProjects, #nav li#liSupport, #nav li#liNews, #nav li#liAgents
	{
	color: #fbd235;
	font-weight: bold;
	margin: 0;
	float: left;
	display: block;
	width: 138px;
	padding-right: 2px;
	}

#nav li#liLangues {
	color: #fbd235;
	font-weight: bold;
	margin: 0;
	float: left;
	display: block;
	width: 140px;
	padding: 0;
	}

	

	#nav li.off1 ul a, #nav li.off2 ul a, #nav li.off3 ul a, #nav li.off4 ul a, #nav li.off5 ul a,#nav li.off6 ul a, #nav li.off7 ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #000000;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	}
	
	#nav li.over ul li a { /*for ie - the specificity is necessary*/
		
	}

	

	#nav li.off1:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off2:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off3:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off4:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off5:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off6:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	#nav li.off7:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	
	#nav li.off1 a:hover {
	color: #000;
	text-decoration: none;
	}
	#nav li.off2 a:hover {
	color: #000;
	text-decoration: none;
	}
	#nav li.off3 a:hover {
	color: #000;
	text-decoration: none;
	}
	#nav li.off4 a:hover, #nav li.off5 a:hover, #nav li.off6 a:hover, #nav li.off7 a:hover {
	color: #000;
	text-decoration: none;
	}

	/*do the image replacement

	#nav li span {
		position: absolute;
		left: -9384px;
	}*/

	#liAbout a, #liProducts a, #liProjects a, #liSupport a, #liNews a, #liAgents a, #liLangues a {
		display: block;
		position: relative;
		height: 30px;
		background: url(bk-navigation.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#liAbout a {
	background-position: 0 0;
}

#liProducts a {
	background-position: -140px 0;
}

#liProjects a {
	background-position: -280px 0;
}

#liSupport a {
	background-position: -420px 0;
}

#liNews a {
	background-position: -560px 0;
}
#liAgents a {
	background-position: -700px 0;
}
#liLangues a {
	background-position: -840px 0;
}
/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liProducts.on a {
 	background-position: -140px 0;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liAbout a:hover, #liAbout:hover a, #liAbout.over a {
	background-position: 0 -30px;
}

#liProducts a:hover, #liProducts:hover a, #liProducts.over a {
	background-position: -140px -30px;
}

#liProjects a:hover, #liProjects:hover a, #liProjects.over a {
	background-position: -280px -30px;
}

#liSupport a:hover, #liSupport:hover a, #liSupport.over a {
	background-position: -420px -30px;
}

#liNews a:hover, #liNews:hover a, #liNews.over a {
	background-position: -560px -30px;
}
#liAgents a:hover, #liAgents:hover a, #liAgents.over a {
	background-position: -700px -30px;
}
#liLangues a:hover, #liLangues:hover a, #liLangues.over a {
	background-position: -840px -30px;
}
/*active states*/

#liAbout a:active {
	background-position: 0 -90px;
}

#liProducts a:active  {
	background-position: -140px -90px;
}

#liProjects a:active  {
	background-position: -280px -90px;
}

#liSupport a:active  {
	background-position: -420px -90px;
}

#liNews a:active {
	background-position: -560px -90px;
}
#liAgents a:active {
	background-position: -700px -90px;
}
#liLangues a:active  {
	background-position: -840px -90px;
}

/*subnav formatting*/

#nav li.off1 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #B0C002;
}
#nav li.off2 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #B0C002;
}
#nav li.off3 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #B0C002;
}	
#nav li.off4 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #fbd235;
}
#nav li.off5 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #F84D01;
}
#nav li.off7 ul a {
	display: block;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #EA2323;
}	



	

