/* BREADCRUMBS
---------------------------------------------*/
#breadcrumbs {
	display:none;
}
#nav {
	padding: 7px 0 11px 0;
	margin:  0 0 0 136px;
}
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#nav ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#nav li a {
	display:block;
	width:100%;
	text-indent:-9999px;
}

#nav-home {width:72px;}
#nav-home a {background:url(/images/nav/home.gif) no-repeat;}
#nav-home.current a {background:url(/images/nav/home.gif) 0 -18px no-repeat;}
#nav-home a:hover {background:url(/images/nav/home.gif) 0 -18px no-repeat;}

#nav-info {width:60px;}
#nav-info a {background:url(/images/nav/info.gif) no-repeat;}
#nav-info.current a {background:url(/images/nav/info.gif) 0 -18px no-repeat;}
#nav-info a:hover {background:url(/images/nav/info.gif) 0 -18px no-repeat;}

#nav-services {width:85px;}
#nav-services a {background:url(/images/nav/services.gif) no-repeat;}
#nav-services.current a {background:url(/images/nav/services.gif) 0 -18px no-repeat;}
#nav-services a:hover {background:url(/images/nav/services.gif) 0 -18px no-repeat;}

#nav-portfolio {width:82px;}
#nav-portfolio a {background:url(/images/nav/portfolio.gif) no-repeat;}
#nav-portfolio.current a {background:url(/images/nav/portfolio.gif) 0 -18px no-repeat;}
#nav-portfolio a:hover {background:url(/images/nav/portfolio.gif) 0 -18px no-repeat;}

#nav-contact {width:82px;}
#nav-contact a {background:url(/images/nav/contact.gif) no-repeat;}
#nav-contact.current a {background:url(/images/nav/contact.gif) 0 -18px no-repeat;}
#nav-contact a:hover {background:url(/images/nav/contact.gif) 0 -18px no-repeat;}

#nav-submit-brief {width:117px;}
#nav-submit-brief a {background:url(/images/submit_brief.gif) no-repeat;}
#nav-submit-brief a:hover {background:url(/images/submit_brief.gif) 0 -18px no-repeat;}

#submit-brief a {
	display:block;
	width:100%;
	height:18px;
	text-indent:-9999px;
}

#submit-brief {width:117px;}
#submit-brief a {background:url(/images/submit_brief.gif) no-repeat;}
#submit-brief a:hover {background:url(/images/submit_brief.gif) 0 -18px no-repeat;}

#subnav {
	padding: 40px 10px;
}
#subnav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#subnav ul li {
	list-style:none;
	margin:20px 0;
	padding:0;
}
#subnav li a {
	color: #999;
	display:block;
	width:100%;
	text-decoration:none;
}
#subnav li a.here {
	color: #24619C;
}
