/* --------------------------------------------------------------
nav.css
-------------------------------------------------------------- */
#nav {
	height:83px;
	list-style:none;
	position:absolute;
	right:10px;
	top:55px;
	z-index:40;
}
#nav li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#nav li a {
	background-color:transparent;
	background-image:url('../../images/nav.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:83px;
	position:relative;
	z-index:40;
}
#nav #home, #nav #home a {
	background-position:0 0;
	width:119px;
}
#nav #about-us, #nav #about-us a {
	background-position:-119px 0;
	width:122px;
}
#nav #services, #nav #services a {
	background-position:-241px 0;
	width:117px;
}
#nav #our-work, #nav #our-work a {
	background-position:-358px 0;
	width:132px;
}
#nav #contact, #nav #contact a {
	background-position:-490px 0;
	width:138px;
}

#nav #home a:hover, #nav #home.hover a {
	background-position:0 -83px;
}
#nav #about-us a:hover, #nav #about-us.hover a {
	background-position:-119px -83px;
}
#nav #services a:hover, #nav #services.hover a {
	background-position:-241px -83px;
}
#nav #our-work a:hover, #nav #our-work.hover a {
	background-position:-358px -83px;
}
#nav #contact a:hover, #nav #contact.hover a {
	background-position:-490px -83px;
}

/*Main navigation subnav*/
#nav ul {
	background:#ede9e6;
	border:1px #dedad7 solid;
	border-top:0 none;
	display:none;
	float:none;
	left:0;
	padding:0;
	position:absolute;
	top:69px;
	width:200px !important;
	z-index:35;
}
#nav #about-us ul {
	width:120px !important;
}
#nav #our-work ul {
	width:130px !important;
}
#nav ul li {
	display:block;
	float:none;
	font-size:0.833em;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin:0;
	position:relative;
	text-indent:0;
	text-transform:uppercase;
	width:auto !important;
}
#nav ul li a {
	background:transparent url('../../images/bullet.png') no-repeat 15px center !important;
	display:block;
	color:#3e2517;
	float:none;
	height:22px;
	margin:0;
	padding:0 15px 0 25px;
	position:relative;
	text-decoration:none;
	width:auto!important;
}
#nav ul li.first {
	padding-top:13px !important;
}
#nav ul li.last {
	height:30px;
}
#nav ul li a:hover, #nav ul li a:active {
	background:#fff url('../../images/bullet.png') no-repeat 15px center !important;
}