/*menu*/
#menu{
	float:left;
	margin:14px 0 0 115px;
}
#menu #about{
	margin:0 43px 0 0;
	float:left;
	display:block;
	padding:42px 0 0 0;
}
#menu #about a:link, #menu #about a:visited {
	text-decoration: none;
	background:url(../images/menu_bg1.png) no-repeat top center;
	height:60px;
	padding:44px 0 0 0;
}
#menu #about a:hover {
	color: #ffd834;
	text-decoration: none;
	background:url(../images/menu_bg1_ro.png) no-repeat top center;
}
#menu #news{
	margin:0 43px 0 0;
	float:left;
	display:block;
	padding:42px 0 0 0;
}
#menu #news a:link, #menu #news a:visited {
	text-decoration: none;
	background:url(../images/menu_bg2.png) no-repeat top center;
	height:60px;
	padding:44px 0 0 0;
}
#menu #news a:hover {
	color: #ffd834;
	text-decoration: none;
	background:url(../images/menu_bg2_ro.png) no-repeat top center;
}
#menu #service{
	margin:0 43px 0 0;
	float:left;
	display:block;
	padding:42px 0 0 0;
}
#menu #service a:link, #menu #service a:visited {
	text-decoration: none;
	background:url(../images/menu_bg3.png) no-repeat top center;
	height:60px;
	padding:44px 0 0 0;
}
#menu #service a:hover {
	color: #ffd834;
	text-decoration: none;
	background:url(../images/menu_bg3_ro.png) no-repeat top center;
}
#menu #client{
	margin:0 43px 0 0;
	float:left;
	display:block;
	padding:42px 0 0 0;
}
#menu #client a:link, #menu #client a:visited {
	text-decoration: none;
	background:url(../images/menu_bg4.png) no-repeat top center;
	height:60px;
	padding:44px 0 0 0;
}
#menu #client a:hover {
	color: #ffd834;
	text-decoration: none;
	background:url(../images/menu_bg4_ro.png) no-repeat top center;
}
#menu #contact{
	margin:0 43px 0 0;
	float:left;
	display:block;
	padding:42px 0 0 0;
}
#menu #contact a:link, #menu #contact a:visited {
	text-decoration: none;
	background:url(../images/menu_bg5.png) no-repeat top center;
	height:60px;
	padding:44px 0 0 0;
}
#menu #contact a:hover {
	color: #ffd834;
	text-decoration: none;
	background:url(../images/menu_bg5_ro.png) no-repeat top center;
}