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

.menu {
		float:left;
		display:inline;
		width:687px;
		padding:0;
		height:35px;
		/*background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
		background-position:0 0;*/
		text-indent:-100000px;
		border-bottom:4px solid #009f3b
		}
		


.home {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position:0 0;
	width:60px;
	height:35px;
	color:#663d16;
}

.home:hover {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position:0 -35px;
	width:60px;
	height:35px;
	color:#663d16;
}

.aboutus {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position:-60px 0;
	width:92px;
	height:35px;
	color:#663d16;
}

.aboutus:hover {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position:-60px -35px;
	width:92px;
	height:35px;
	color:#663d16;
}

.investor {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position:-152px 0;
	width:86px;
	height:35px;
	color:#663d16;
}

.investor:hover {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position: -152px -35px;
	width:86px;
	height:35px;
	color:#663d16;
}

.media {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position: -238px 0;
	width:72px;
	height:35px;
	color:#663d16;
}

.media:hover {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position: -238px -35px;
	width:72px;
	height:35px;
	color:#663d16;
}

.products {
	float:left;display:inline;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position: -310px 0;
	width:83px;
	height:35px;
	color:#663d16;
}

.products:hover {
	float:left;display:block;
	background-image: url(../images/topmenu.gif);background-repeat: no-repeat;
	background-position: -310px -35px;
	width:83px;
	height:35px;
	color:#663d16;
}


