.left_edge_menu{
		height: 54px;
		width: 17px;
		background:url(hor_menu/left_edge_menu.png) no-repeat left;
	}
	.rignt_edge_menu{
		width: 17px;
		height: 54px;
		background:url(hor_menu/rignt_edge_menu.png) no-repeat left;
	}
	.slash{
		width: 2px;
		height: 54px;
		background:url(hor_menu/slash.png) no-repeat left;
	}

	#menu {
                height: 54px;
                min-width: 900px;
	        padding: 0px 0px 0px 5%;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					font:11px Tahoma, Arial, Helvetica, sans-serif;
					display:block;
					float:left;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					padding:0 0 0 26px;
					text-decoration:none;
					cursor:pointer;
					height:54px;
					line-height:58px;
					background:url(hor_menu/left_passive_con.png) no-repeat left;					
				}
				#menu li a span{
					display:block;
					float:left;
					color:#fff;
					padding:0 26px 0 0px;
					height:54px;
					background:url(hor_menu/right_passive_con.png) no-repeat right;					
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(hor_menu/left_active_con.png) no-repeat left;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(hor_menu/right_active_con.png) no-repeat right;
						color:#fff;
					}