/* CSS Document */

#header #menu .menu_1, #header #menu .menu_1:visited {
	background-image:url(img/menu_1.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	color:#fff;
	outline: none;
}

#header #menu .menu_1:hover {
	background-image:url(img/menu_1.png);
	background-position:center -63px;
	background-repeat:no-repeat;
	display:block;
	height:63;
	width:107px;
	float:right;
	color:#000;
}

#header #menu .menu_1_active {
	background-image:url(img/menu_1.png);
	background-position:center -126px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	color:#fff;
	outline: none;
}

#header #menu .menu_2, #header #menu .menu_2:visited {
	background-image:url(img/menu_2.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	outline: none;
}

#header #menu .menu_2:hover {
	background-image:url(img/menu_2.png);
	background-position:center -63px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	color:#fff;
}

#header #menu .menu_2_active {
	background-image:url(img/menu_2.png);
	background-position:center -126px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	outline: none;
}

#header #menu .menu_3, #header #menu .menu_3:visited {
	background-image:url(img/menu_3.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	outline: none;
}

#header #menu .menu_3:hover {
	background-image:url(img/menu_3.png);
	background-position:center -63px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
}

#header #menu .menu_3_active {
	background-image:url(img/menu_3.png);
	background-position:center -126px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
}

#header #menu .menu_4, #header #menu .menu_4:visited {
	background-image:url(img/menu_4.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	outline: none;
}

#header #menu .menu_4:hover {
	background-image:url(img/menu_4.png);
	background-position:center -63px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
}

#header #menu .menu_4_active {
	background-image:url(img/menu_4.png);
	background-position:center -126px;
	background-repeat:no-repeat;
	display:block;
	height:63px;
	width:107px;
	float:right;
	outline: none;
}