@charset "utf-8";
@import "slmpo_common.css";
@import "slmpo_color_white.css";
/* CSS Document */

.menu {
	background:url(pics/bg_menu.gif) repeat-x;
	height: 25px;
	width: 1024px;
	margin:0 auto;
	color:#FFF;
	}
.menu a {
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 5px 10px 5px 15px;
	float: left;
	}
.menu a:hover {
	background:url(pics/bg_menu_hover.gif) repeat-x;
	color: #000;
	}
