@charset "utf-8";
/* CSS Document */


.menuitems{
	text-align: center;
	font-size: 1.09em;
}

.menuitem1{
	background: url("../images/menuitems/home_up.gif");
	width: 115px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem1_down{
	background: url("../images/menuitems/home_down.gif");
	width: 115px;
	height: 43px;
	margin-top: 7px;
	color: white;
}

.menuitem2{
	background: url("../images/menuitems/blog_up.gif");
	width: 83px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem2_down{
	background: url("../images/menuitems/blog_down.gif");
	width: 83px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem3{
	background: url("../images/menuitems/about_up.gif");
	width: 114px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem3_down{
	background: url("../images/menuitems/about_down.gif");
	width: 114px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem4{
	background: url("../images/menuitems/portfolio_up.gif");
	width: 113px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem4_down{
	background: url("../images/menuitems/portfolio_down.gif");
	width: 113px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem5{
	background: url("../images/menuitems/jobs_up.gif");
	width: 90px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem5_down{
	background: url("../images/menuitems/jobs_down.gif");
	width: 90px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem6{
	background: url("../images/menuitems/partners_up.gif");
	width: 140px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem6_down{
	background: url("../images/menuitems/partners_down.gif");
	width: 140px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem7{
	background: url("../images/menuitems/education_up.gif");
	width: 122px;
	height: 43px;
	margin-top: 7px;
	color:black;
}

.menuitem7_down{
	background: url("../images/menuitems/education_down.gif");
	width: 122px;
	height: 43px;
	margin-top: 7px;
	color:white;
}

.menuitem8{
	background: url("../images/menuitems/contact_up.gif");
	width: 137px;
	height: 43px;
	margin-top: 7px;
	color:red;
}

.menuitem8_down{
	background: url("../images/menuitems/contact_down.gif");
	width: 137px;
	height: 43px;
	margin-top: 7px;
	color:white;
}
	
