/*

*********************************

VBM Stylesheet

nav.css

********************************

*/



#nav li{

	float:left;

	list-style:none;

	margin-left:20px;

	}

#nav li a{

	display:block;

	height:68px;

	color:#33669a;

	}

#nav li a.home{

	background:url(../images/nav/home.png) 0% 0% no-repeat;

	width:41px;

	display:block;

	}

#nav li a.client{

	background:url(../images/nav/about_our_client.png) 0% 0% no-repeat;

	width:112px;

	}

#nav li a.work{

	background:url(../images/nav/work.png) 0% 0% no-repeat;

	width:86px;

	}

#nav li a.team{

	background:url(../images/nav/team.png) 0% 0% no-repeat;

	width:105px;

	}

#nav li a.resource{

	background:url(../images/nav/resource.png) 0% 0% no-repeat;

	width:71px;

	}

#nav li a.we_do{

	background:url(../images/nav/we_do.png) 0% 0% no-repeat;

	width:77px;

	}

#nav li a.contact{

	background:url(../images/nav/contact.png) 0% 0% no-repeat;

	width:69px;

	}

#nav li a:hover{

	background-position:0% 100%;

	}



/************************LEFT LINK***********************/

#left_link li{

	list-style:none;

	margin-top:3px;

	}

#left_link li a{

	display:block;

	height:22px;

	color:#000;

	width:191px;

	background:url(../images/nav/bg_left_link.png) 0% 0% no-repeat;

	padding-left:8px;

	font-size:.8em;

	font-weight:bold;

	text-decoration:none;	

	line-height:22px;

	}

#left_link li a:hover{

	background:url(../images/nav/bg_left_link.png) 0% 100% no-repeat;

	}

/*************FOOTER HEADER***************/

#footer_heading li{

	float:left;

	list-style:none;

	color:#fff;

	font-size:1em;

	font-weight:bold;

	margin-top:8px;

	}




