/* Our Company section styles */


/* Sidebar and navigation */
#nav li.ourcompany ul{
	position: static;
	left: auto;
	margin: 0;
	border: none;
}
#nav li.ourcompany ul a{  /*styling the second-level lists */
	height: auto;
	width: auto;
	border-left: none;
	border-right: none;
	padding-left: 20px;
}
#nav li.ourcompany ul li ul { /* third-level lists */
	position : absolute;
	left: -999em; /*hides the third-level lists */
	margin-left : 216px;
	margin-top : -1.75em;
	border-left: 4px solid #fff;
}
#nav li.ourcompany ul li:hover ul, #nav li.ourcompany ul li.sfhover ul { /* shows third-level lists */
	left: auto;
}
#footer-links a.ourcompany{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}