	#menuhead{
/*		margin:0 auto;*/
float:left;
		width:100%;
		height:59px;
		background:url(../images/menubar/menu_034_bg.jpg) repeat-x;
	}
		#menuhead ul{
			list-style:none;
			margin:0 auto;
			width:550px;
		}
			#menuhead li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menuhead li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 10px;				
				}
					#menuhead li a:hover{
						color:#fff;
						background:url(../images/menubar/menu_034_h.jpg) no-repeat bottom;
					}
				#menuhead li a.current{
					display:block;
					float:left;
					background:url(../images/menubar/menu_034_h.jpg) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 10px;	
				}
					#menuhead li a:hover.current{
						color:#fff;
					}


