<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu</title>
<link rel="stylesheet" href="css/menu.css">
</head>
<body>
<div class="all">
<ul class="one">
<li id="firstPage">
<a href="menu.html" target="_self">首页</a>
</li>
<li><a href="#">商品管理</a>
<ul class="two active">
<li ><a href="#">商品列表</a>
<ul class="three active1">
<li><a href="#">修改商品</a></li>
<li><a href="#">删除商品</a></li>
</ul>
</li>
<li ><a href="#">添加商品</a></li>
<li ><a href="#">分类管理</a>
<ul class="three active1">
<li><a href="#">类别分类</a></li>
<li><a href="#">商家分类</a></li>
</ul>