﻿@charset "UTF-8";
#menu {
	margin: 0 auto;
	padding: 0;
	height: 28px;
	text-align: center;
	width: 100%;
	background: #323232;

}
#menu li {
	list-style: none inside;
	float: left;
	text-align: center;
}
#menu a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	width: 128px;
	height: 40px;
	margin: 0px;
	margin-top: 0px;
	padding-top: 15px;
/*
	background-image: url(../images/button-1.jpg);
*/
}
#menu a:hover {
	color: #FFFFFF;
/*
	background-image: url(../images/button-1a.jpg);
*/
}
