div#homeicon {
	display: inline;
	float: left;
	width: 225px;
	height: 90px;
	margin-left: 40px;
/*	border: 1px solid red; */
}
div#homeicon a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

/*********************** MENU ITEMS *******************************/
div#topmenu {
	display: inline;
	float: left;
	height: 20px;
/*	border: 1px solid green; */
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

div.portfolio {
	width: 80px;
	margin: 34px 0 0 192px;
}
div.portfolio a:hover {
	background: url(images/portfolio_on.jpg);
}

div.onpage_portfolio {
	width: 80px;
	margin: 34px 0 0 192px;
	background: url(images/portfolio_on.jpg);
}

div.aboutus {
	width: 83px;
	margin: 33px 0 0 5px;
}
div.aboutus a:hover {
	background: url(images/aboutus_on.jpg);
}

div.onpage_aboutus {
	width: 83px;
	margin: 33px 0 0 5px;
	background: url(images/aboutus_on.jpg);
}


div.services {
	width: 83px;
	margin: 33px 0 0 3px;
}
div.services a:hover {
	background: url(images/services_on.jpg);
}

div.onpage_services {
	width: 83px;
	margin: 33px 0 0 3px;
	background: url(images/services_on.jpg);
}

div.recognition {
	width: 87px;
	margin: 43px 0 0 14px;
}
div.recognition a:hover {
	background: url(images/pub_on.jpg);
	background-repeat: no-repeat;
}

div.onpage_recognition {
	width: 87px;
	margin: 43px 0 0 14px;
	background: url(images/pub_on.jpg);
	background-repeat: no-repeat;
}

div.contact {
	width: 76px;
	margin: 33px 0 0 13px;
}
div.contact a:hover {
	background: url(images/contact_on.jpg);
}

div.onpage_contact {
	width: 76px;
	margin: 33px 0 0 13px;
	background: url(images/contact_on.jpg);
}


div#logoviewer {
	display: inline;
	float: left;
	height: 18px;
	width: 103px;
/*	margin: 100px 0 0 21px; */
	margin: 0 0 0px 18px;
}
div#logoviewer a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


div#sidemenu {
	display: inline;
	float: left;
	height: 40px;
	width: 263px;
	margin-bottom: 3px;
}
div#sidemenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin-bottom: 3px;
}
