﻿#header {
	background-image: url('../../images/head-business.jpg');
	background-repeat: no-repeat;
	height:105px;
}

#menucontainer{
	background-image:url('../../images/box-business-inner.jpg');
	background-repeat: no-repeat;
	height:295px;
}

#content a {
	color:#0E887C;
	text-decoration:underline;
}

#content a:hover {
	color: #11A899;
	text-decoration: underline;
}

.image-left {
	float:left;
	padding:3px;
	margin:4px;
	border:1px #0E887C solid;
}

.image-left {
	float:right;
	padding:3px;
	margin:4px;
	border:1px #0E887C solid;
}


/**Menu Colors**/

#nav li ul {
	background-color:#529186;
}

#nav li li {
	background-color:#529186;
	
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color:#326D69;
}