#nav {
	padding-top: 31px;
	font-size: 1em;
	height: 70px;
 }

/*___________________________________________________
////////////////   LINKS, HOVERS   //////////////////
//////////////////////////////////////////////////*/
#nav li li a {
	display: block;
	text-decoration: none;
	color: #5b5b5b;
}

#nav li li a:hover {
	display: block;
	color: #c40000;
}

li:hover ul, li.over ul {
	display: block;
}

/*___________________________________________________
////////////   FIRST LEVEL LIST ITEMS   /////////////
//////////////////////////////////////////////////*/
li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	margin-right: 0px;
	text-indent: 3.7em;
}

li>ul {
	top: auto;
	left: auto;
}

/*___________________________________________________
///////////   SECOND LEVEL LIST ITEMS   /////////////
//////////////////////////////////////////////////*/
li ul {
	display: none;
	position: absolute;
	top: 85%;
	left: 0;
	font-weight: normal;
	padding: 0em 0 1em 0;
}

li li {
	display: block;
	float: none;
	background-color: #FFF;
	width: 150px;
	border-left: 3px solid #d3d3d3;
	border-right: 3px solid #d3d3d3;
	padding: .9em 0 .7em 0;
	border-bottom: 0;
}	

*html body li li {
	margin-bottom: -3px;
}

*:first-child+html li li {
	margin-bottom: -3px;
}

li li.bottom {
	border-bottom: 3px solid #d3d3d3;
	padding-bottom: 19px;
 }
 
li li.bottom_aboutus {
	border-bottom: 3px solid #d3d3d3;
	padding: 0;
 }
 
li li.no_border {
	 border: 0;
 }
 
/*___________________________________________________
/////////////   ROLLOVERS & ON STATES   /////////////
//////////////////////////////////////////////////*/
 #home a {
    background: transparent url(../images/nav_home.gif) 0 0 no-repeat;
	display: block;
	width: 104px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}

 #home_on a {
    background: transparent url(../images/nav_home.gif) 0 -50px no-repeat;
	display: block;
	width: 104px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}
	
#home a:hover {
    background: transparent url(../images/nav_home.gif) 0 -50px no-repeat;
}

#expertise a {
    background: transparent url(../images/nav_expertise.gif) 0 0 no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}

#expertise_on a {
    background: transparent url(../images/nav_expertise.gif) 0 -50px no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}
	
#expertise a:hover {
    background: transparent url(../images/nav_expertise.gif) 0 -50px no-repeat;
}

#about_us a {
    background: transparent url(../images/nav_aboutus.gif) 0 0 no-repeat;
	display: block;
	width: 149px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}

#about_us_on a {
    background: transparent url(../images/nav_aboutus.gif) 0 -50px no-repeat;
	display: block;
	width: 149px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}
	
#about_us a:hover {
    background: transparent url(../images/nav_aboutus.gif) 0 -50px no-repeat;
}

#contact_us a {
    background: transparent url(../images/nav_contactus.gif) 0 0 no-repeat;
	display: block;
	width: 162px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}

#contact_us_on a {
    background: transparent url(../images/nav_contactus.gif) 0 -50px no-repeat;
	display: block;
	width: 162px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}
	
#contact_us a:hover {
    background: transparent url(../images/nav_contactus.gif) 0 -50px no-repeat;
}

#nav li li a.dropdown_on {
	color: #c40000;
}