#nav {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 10px;
	width: 165px;
}
#nav ul { 
	padding:0px;
	margin:0px;
	list-style: none;
	width:165px;
	z-index:99;
	overflow:visible;
	position: absolute;
	left:165px;
	top:0px;
}
#nav li { 
	float:left;
	width: 165px;
	display:block;
	height:auto;
	margin:0px;
	font-size:0px;
	line-height:0px;
}
#nav a {
	color: #ffffff;
	text-decoration:none; 
	display:block;
	padding: 0px;
    height:80px;
	margin:0px; /*helps Opera with hover */
	width:165px; /*helps IE with hover */
	font-size:13px;
	line-height:18px;
    font-family: serif;
    letter-spacing: 2px;
}
#nav a:hover{
	text-decoration:none; 
	display:block;
	margin:0px;
    color:#99281D;
}
#nav ul, #nav ul ul, #nav ul ul ul{
	display:none;
	/* display:block; */
}
#nav li:hover ul ul, #nav li:hover ul ul ul{
	/* display:none;  */
	display:block;
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}
#nav a span.ruler{
    display: block;
    height:26px;
    background-image: url('/images/ruler.gif');
    background-repeat: no-repeat;
    background-position: right;
    margin: 0px 0px 0px 165px;
    width: 170px;
}
#contact-us #nav_contact-us,
#portfolio #nav_portfolio,
#resources #nav_resources,
#services #nav_services,
#how-we-work #nav_how-we-work,
#story #nav_story,
#index #nav_index{
    color:#323605;
}














