#menu {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 0px;
	width: 1000px;
	height: 38px;
} 
#menu li {
	text-align:center;
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 0px;
}

#menu li a {
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.7em;
	font-size: 13px;
	padding-right: 7px;
	padding-left: 7px;
	font-variant: normal;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #000000;
	display: block;
	color: #FFFFFF;
	
}

.current {
	color:#FFCC00;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.7em;
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
	font-variant: normal;
	font-weight: bold;
	/*background-color: #F6E50F; */
}
/*
#menu .side {width:129px;}

#menu .b1 {background:url(../images/menus/b1.jpg) no-repeat left top;}
#menu .b2 {background:url(../images/menus/b2.jpg) top left no-repeat;}
#menu .b3 {background:url(../images/menus/b3.jpg) top left no-repeat;}
#menu .b4 {background:url(../images/menus/b4.jpg) top left no-repeat;}
#menu .b5 {background:url(../images/menus/b5.jpg) top left no-repeat;}
