/*********************** MENU ITEMS *******************************/
div#clickHome {
	float: left;
	display: inline;
	width: 263px;
	height: 60px;
	margin-top: 50px;
}
div#mainMenu {
	display: inline;
	float: left;
	height: 60px;
	width: 251px;
	margin-left: 10px;
}
div#mainMenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


div#menubar {
	float: right;
	display: inline;
	width: 420px;
	height: 25px;
	margin-top: 87px;
}

div#topmenu {
	display: inline;
	float: left;
	height: 22px;
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
div.about {
	width: 32px;
	margin-left: 11px;
}
div.about a:hover {
	background: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
div.onpage_about {
	width: 32px;
	margin-left: 11px;
	background: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
div.portfolio {
	width: 48px;
	margin-left: 30px;
}
div.portfolio a:hover {
	background: url(images/portfolio_on.jpg);
	background-repeat: no-repeat;
}
div.onpage_portfolio {
	width: 48px;
	margin-left: 30px;
	background: url(images/portfolio_on.jpg);
	background-repeat: no-repeat;
}
div.careers {
	width: 40px;
	margin-left: 28px;
}
div.careers a:hover {
	background: url(images/careers_on.jpg);
	background-repeat: no-repeat;
}
div.onpage_careers {
	width: 40px;
	margin-left: 28px;
	background: url(images/careers_on.jpg);
	background-repeat: no-repeat;
}
div.contact {
	width: 40px;
	margin-left: 29px;
}
div.contact a:hover {
	background: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
div.onpage_contact {
	width: 40px;
	margin-left: 29px;
	background: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
