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

select {
	font-size: 10px;
}

#image_header {
	width: 900px;
	height: 35px;
	background-image: url(../img/image_header_bg.png);
	background-repeat:repeat-x;
}

.image_menu {
	font-family:Arial;
	font-size: 15px;
	text-decoration:none;
	color: #555555;
	font-weight: bold;
	margin-top: 1px;
	padding: 15px 15px 15px 15px;
}

#image_header a:hover {
	background-image: url(../img/image_header_hl.png);
	color: #FFFFFF;
}


