#navHolder {
 width: 865px;
 height: 45px;
 position: relative;
 padding: 0;
 margin:0;
 padding-top: 18px;
}

#navHolder li {
 float: left;
}

#navHolder li a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	background: url('/templates/images/nav.jpg') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	top: 15px;
}

/*up state*/
li#nav_consultancy a {
left: 0;
width: 208px;
background-position: 0 0;
}

li#nav_infrastructure a {
left: 219px;
width: 208px;
background-position: -219px 0;
}

li#nav_applications a {
left: 438px;
width: 208px;
background-position: -438px 0;
}

li#nav_support a {
left: 656px;
width: 209px;
background-position: -656px 0;
}

/*hover state*/
li#nav_consultancy a:hover {
background-position: 0 -47px;
}

li#nav_infrastructure a:hover {
background-position: -219px -47px;
}

li#nav_applications a:hover {
background-position: -438px -47px;
}

li#nav_support a:hover {
background-position: -656px -47px;
}

/*current state*/
#body_consultancy li#nav_consultancy a {
background-position: 0 -94px;
}

#body_infrastructure li#nav_infrastructure a {
background-position: -219px -94px;
}

#body_applications li#nav_applications a {
background-position: -438px -94px;
}

#body_support li#nav_support a {
background-position: -656px -94px;
}

/* --------------END OF TOP NAVIGATION---------------- */

/* -------------START OF SUB NAVIGATION--------------- */

/* Sub nav, positioned on the left on all pages except home page */
#subNav {
 width: 208px;
}

#subNav li {
 display: block;
 width: 208px;
 background: url('/templates/images/subnav.gif') no-repeat;
 margin-top: 10px;
}

#subNav li a {
 position: relative;
 margin: 0;
 display: block;
 height: 35px;
 background: url('/templates/images/subnav.gif') no-repeat;
 font-size: 14px;
 width: 198px;
 color:#000000;
 line-height:35px;
 padding-left: 10px;
}

#subNav li a:hover {
 background-position: 0 -35px;
 padding-left: 10px;
 width: 198px;
}

li#subNavOn a {
 background-position: 0 -70px;
 color: #ffffff;
}

li#subNavOn a:hover {
 background-position: 0 -70px;
 color: #ffffff;
}

