


	#menu{
		margin:0px 0 0 0;
		width:855px;
		height:50px;
		background:url(menu_019_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 0 0 160px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:45px;
				line-height:45px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#fff;
					font-size:13px;
					font-weight:none;
					line-height:45px;
					text-decoration:none;
					padding:0 25px;
					background:url(divider.gif) no-repeat left center;		
				}
					#menu li a:hover{
						color:#ccc;
						background:url(divider.gif) no-repeat left center;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(divider.gif) no-repeat left center;
					color:#fff;
					font-size:13px;
					font-weight:none;
					line-height:45px;
					text-decoration:underline;
					padding:0 25px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}



