*{
	margin:0;
	padding:0;
	left: 0px;
	top: auto;
}
body{
	background: #fff;
	color: #666;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}
	#menu{
		width:100%;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					display:block;
					float:left;
					height:43px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_left.png) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(images/menu_right.png) no-repeat right;
					height:43px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_left_h.png) no-repeat left;
						height:43px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_right_h.png) no-repeat right;
						color:#fff;
						height:43px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:43px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_left_h.png) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_right_h.png) no-repeat right;
					height:43px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
