@charset "utf-8";

/* ///////////////////////////////////////////
   Carbon Insight - Navigation Style Sheet
   
   Created By:      Intelligent Pathways
   Author:          Ben Demeyere
   Date Created:    05/03/2010
   Last Updated:    24/05/2010
   
   Copyright 2010 - All Rights Reserved
/////////////////////////////////////////// */


ul {
	list-style: none;
}

#ci-nav-cont {
	clear: both;
	width: 930px;
	margin: 0 auto;
}

#ci-nav		{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}

#ci-nav li{
	float: left;
	display: inline;
}


a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:168px;
	height:40px;
	background: url(../images/nav-home.png);
	background-repeat:no-repeat;
}
a.navHome:hover{

	background: url(../images/nav-home.png) 0 -40px;
}
a.navHome_a{

	background: url(../images/nav-home.png) 0 -40px;
}




a.navSolution, a.navSolution_a{
	display:block;
	float:left;
	width:185px;
	height:40px;
	background: url(../images/nav-sol.png);
	background-repeat:no-repeat;
}
a.navSolution:hover{
	background: url(../images/nav-sol.png) 0 -40px;
}
a.navSolution_a{
	background: url(../images/nav-sol.png) 0 -40px;
}




a.navFeatures, a.navFeatures_a{
	display:block;
	float:left;
	width:184px;
	height:40px;
	background: url(../images/nav-feat.png);
	background-repeat:no-repeat;
}
a.navFeatures:hover{
	background: url(../images/nav-feat.png) 0 -40px;
}
a.navFeatures_a{
	background: url(../images/nav-feat.png) 0 -40px;
}




a.navPricing, a.navPricing_a{
	display:block;
	float:left;
	width:182px;
	height:40px;
	background: url(../images/nav-host.png);
	background-repeat:no-repeat;
}
a.navPricing:hover{
	background: url(../images/nav-host.png) 0 -40px;
}
a.navPricing_a{
	background: url(../images/nav-host.png) 0 -40px;
}




a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:211px;
	height:40px;
	background: url(../images/nav-cont.png);
	background-repeat:no-repeat;
}
a.navContact:hover{
	background: url(../images/nav-cont.png) 0 -40px;
}
a.navContact_a{
	background: url(../images/nav-cont.png) 0 -40px;
}
