Two level menu bar : Menu « CSS Controls « HTML / CSS






Two level menu bar

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Genious Web</title>
<style type='text/css'>
/* CSS Document */
body {
  padding: 0px;
  margin: 0px;
  background: url(Total-Management-images/mainbg.jpg) 0 0 repeat-x #fff;
  color: #707070;
  font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div,p,ul,h2,h3,img {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style-type: none;
}

/*----TOP PANEL----*/
#topPan {
  width: 747px;
  height: 152px;
  position: relative;
  margin: 0 auto;
  padding: 0px;
}

#topPan img {
  width: 208px;
  height: 58px;
  position: absolute;
  top: 35px;
  left: 0px;
}

#topPan ul {
  width: 480px;
  height: 32px;
  position: absolute;
  top: 76px;
  right: 0px;
}

#topPan ul li {
  float: left;
  width: 79px;
  height: 32px;
  padding: 0 0 0 1px;
}

#topPan ul li a {
  display: block;
  width: 79px;
  height: 32px;
  background: url(Total-Management-images/menubg-normal.gif) 0 0 no-repeat
    #7E7B00;
  color: #656565;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#topPan ul li a:hover {
  background: url(Total-Management-images/menubg-hover.gif) 0 0 no-repeat
    #7E7B00;
  color: #7C7900;
  text-decoration: none;
}

#topPan ul li.home {
  display: block;
  width: 79px;
  height: 32px;
  background: url(Total-Management-images/menubg-hover.gif) 0 0 no-repeat
    #7E7B00;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  color: #7C7900;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

#topPan ul.dropdown {
  width: 480px;
  height: 22px;
  position: absolute;
  top: 119px;
  right: 0px;
}

#topPan ul.dropdown li {
  float: left;
  width: 79px;
  height: 22px;
}

#topPan ul.dropdown li a {
  display: block;
  width: 79px;
  background: url(Total-Management-images/vertical-dot.gif) 100% 0
    no-repeat #fff;
  color: #3E3E3E;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
}

#topPan ul.dropdown li a:hover {
  text-decoration: none;
  background: url(Total-Management-images/vertical-dot.gif) 100% 0
    no-repeat #fff;
  color: #7C7900;
}

#topPan ul.dropdown li.verticallinenone a {
  display: block;
  width: 79px;
  background: #fff;
  color: #3E3E3E;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
}

#topPan ul.dropdown li.verticallinenone a:hover {
  text-decoration: none;
  background: #fff;
  color: #7C7900;
}

/*----/TOP PANEL----*/
/*----BODY TOP PANEL----*/
#bodytopmainPan {
  width: 100%;
  background: #F4F4F4;
  color: #8D8D8D;
  float: left;
  padding: 42px 0 0;
  clear: both;
}

#bodytopPan {
  width: 747px;
  position: relative;
  background: #F4F4F4;
  color: #707070;
  margin: 0 auto;
  padding: 0px;
}

#bodytopPan h2 {
  background: #F4F4F4;
  color: #6E6C00;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
}

#bodytopPan p {
  padding: 0 38px 11px 0;
}

#bodytopPan p span {
  font-weight: bold;
}

#bodytopPan p.more {
  margin: 0 0 15px 618px;
  padding: 0px;
}

#bodytopPan p.more a {
  display: block;
  width: 79px;
  height: 28px;
  background: url(Total-Management-images/button1.gif) 0 0 no-repeat #fff;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#bodytopPan p.more a:hover {
  background: url(Total-Management-images/button2.gif) 100% 0% no-repeat
    #fff;
  color: #111;
  text-decoration: none;
}

/*----/BODY TOP PANEL----*/
/*----BODY MIDDLE PANEL----*/
#bodymainmiddlePan {
  width: 100%;
  background: #fff;
  color: #8D8D8D;
  float: left;
  padding: 42px 0 0;
  clear: both;
}

#bodymiddlePan {
  width: 747px;
  position: relative;
  margin: 0 auto 0 auto;
  background: #fff;
  color: #8D8D8D;
}

/*---Middle One----*/
#middleonePan {
  width: 187px;
  float: left;
}

#middleonePan p {
  padding: 0 0 20px 0;
}

#middleonePan p.boldtext {
  font-size: 16px;
  background: #fff;
  color: #2B2A2A;
  font-weight: bold;
  padding: 32px 0 0;
}

#middleonePan p.blacktext {
  background: #fff;
  color: #000;
  padding: 0 0 12px 0;
}

#middleonePan p.dotline {
  background: url(Total-Management-images/dot.line.gif) 0 0 repeat-x;
  width: 156px;
  padding: 0 0 12px 0;
}

#middleonePan p.more {
  margin: 0 0 40px 0px;
  padding: 0px;
}

#middleonePan p.more a {
  display: block;
  width: 79px;
  height: 28px;
  background: url(Total-Management-images/redbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#middleonePan p.more a:hover {
  background: url(Total-Management-images/bluebutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  text-decoration: none;
}

#middleonePan ul {
  width: 156px;
  padding: 0 0 20px 0;
}

#middleonePan ul li {
  width: 156px;
  height: 20px;
}

#middleonePan ul li a {
  width: 140px;
  height: 20px;
  background: url(Total-Management-images/arrow1.gif) 0 8px no-repeat #fff;
  color: #8D8D8D;
  line-height: 20px;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

#middleonePan ul li a:hover {
  background: url(Total-Management-images/arrow2.gif) 0 8px no-repeat #fff;
  color: #272525;
  text-decoration: underline;
}

#middleonePan ul.block {
  width: 156px;
  height: 151px;
  display: block;
  padding: 0px;
}

#middleonePan ul.block li {
  width: 156px;
  height: 151px;
}

#middleonePan ul.block li a {
  width: 126px;
  height: 128px;
  display: block;
  background: url(Total-Management-images/block1-normal.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 23px 0 0 30px;
}

#middleonePan ul.block li a:hover {
  background: url(Total-Management-images/block1-hover.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  text-decoration: none;
}

/*---/Middle One----*/
/*---Middle Two----*/
#middletwoPan {
  width: 186px;
  float: left;
}

#middletwoPan p {
  padding: 0 0 20px 0;
}

#middletwoPan p.boldtext {
  font-size: 16px;
  background: #fff;
  color: #2B2A2A;
  font-weight: bold;
  padding: 32px 0 0;
}

#middletwoPan p.blacktext {
  background: #fff;
  color: #000;
  padding: 0 0 12px 0;
}

#middletwoPan p.dotline {
  background: url(Total-Management-images/dot.line.gif) 0 0 repeat-x;
  width: 156px;
  padding: 0 0 12px 0;
}

#middletwoPan p.more {
  margin: 0 0 40px 0px;
  padding: 0px;
}

#middletwoPan p.more a {
  display: block;
  width: 79px;
  height: 28px;
  background: url(Total-Management-images/greenbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#middletwoPan p.more a:hover {
  background: url(Total-Management-images/pinkbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  text-decoration: none;
}

#middletwoPan ul {
  width: 156px;
  padding: 0 0 20px 0;
}

#middletwoPan ul li {
  width: 156px;
  height: 20px;
}

#middletwoPan ul li a {
  width: 140px;
  height: 20px;
  background: url(Total-Management-images/arrow1.gif) 0 8px no-repeat #fff;
  color: #8D8D8D;
  line-height: 20px;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

#middletwoPan ul li a:hover {
  background: url(Total-Management-images/arrow2.gif) 0 8px no-repeat #fff;
  color: #272525;
  text-decoration: underline;
}

#middletwoPan ul.block {
  width: 156px;
  height: 151px;
  padding: 0px;
}

#middletwoPan ul.block li {
  width: 156px;
  height: 151px;
}

#middletwoPan ul.block li a {
  width: 126px;
  height: 128px;
  display: block;
  background: url(Total-Management-images/block2-normal.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 23px 0 0 30px;
}

#middletwoPan ul.block li a:hover {
  background: url(Total-Management-images/block2-hover.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  text-decoration: none;
}

/*---/Middle Two----*/
/*---Middle Three----*/
#middlethreePan {
  width: 187px;
  float: left;
}

#middlethreePan p {
  padding: 0 0 20px 0;
}

#middlethreePan p.boldtext {
  font-size: 16px;
  background: #fff;
  color: #2B2A2A;
  font-weight: bold;
  padding: 32px 0 0;
}

#middlethreePan p.blacktext {
  background: #fff;
  color: #000;
  padding: 0 0 12px 0;
}

#middlethreePan p.dotline {
  background: url(Total-Management-images/dot.line.gif) 0 0 repeat-x;
  width: 156px;
  padding: 0 0 12px 0;
}

#middlethreePan p.more {
  margin: 0 0 40px 0px;
  padding: 0px;
}

#middlethreePan p.more a {
  display: block;
  width: 79px;
  height: 28px;
  background: url(Total-Management-images/bluebutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#middlethreePan p.more a:hover {
  background: url(Total-Management-images/redbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  text-decoration: none;
}

#middlethreePan ul {
  width: 156px;
  padding: 0 0 20px 0;
}

#middlethreePan ul li {
  width: 156px;
  height: 20px;
}

#middlethreePan ul li a {
  width: 140px;
  height: 20px;
  background: url(Total-Management-images/arrow1.gif) 0 8px no-repeat #fff;
  color: #8D8D8D;
  line-height: 20px;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

#middlethreePan ul li a:hover {
  background: url(Total-Management-images/arrow2.gif) 0 8px no-repeat #fff;
  color: #272525;
  text-decoration: underline;
}

#middlethreePan ul.block {
  width: 156px;
  height: 151px;
  padding: 0px;
}

#middlethreePan ul.block li {
  width: 156px;
  height: 151px;
}

#middlethreePan ul.block li a {
  width: 126px;
  height: 128px;
  display: block;
  background: url(Total-Management-images/block3-normal.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 23px 0 0 30px;
}

#middlethreePan ul.block li a:hover {
  background: url(Total-Management-images/block3-hover.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  text-decoration: none;
}

/*---/Middle Threee----*/
/*---Middle Four----*/
#middlefourPan {
  width: 187px;
  float: left;
}

#middlefourPan p {
  padding: 0 0 20px 0;
}

#middlefourPan p.boldtext {
  font-size: 16px;
  background: #fff;
  color: #2B2A2A;
  font-weight: bold;
  padding: 32px 0 0;
}

#middlefourPan p.blacktext {
  background: #fff;
  color: #000;
  padding: 0 0 12px 0;
}

#middlefourPan p.dotline {
  background: url(Total-Management-images/dot.line.gif) 0 0 repeat-x;
  width: 156px;
  padding: 0 0 12px 0;
}

#middlefourPan p.more {
  margin: 0 0 40px 0px;
  padding: 0px;
}

#middlefourPan p.more a {
  display: block;
  width: 79px;
  height: 28px;
  background: url(Total-Management-images/pinkbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#middlefourPan p.more a:hover {
  background: url(Total-Management-images/greenbutton.gif) 0 0 no-repeat
    #fff;
  color: #111;
  text-decoration: none;
}

#middlefourPan ul {
  width: 156px;
  padding: 0 0 20px 0;
}

#middlefourPan ul li {
  width: 156px;
  height: 20px;
}

#middlefourPan ul li a {
  width: 140px;
  height: 20px;
  background: url(Total-Management-images/arrow1.gif) 0 8px no-repeat #fff;
  color: #8D8D8D;
  line-height: 20px;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

#middlefourPan ul li a:hover {
  background: url(Total-Management-images/arrow2.gif) 0 8px no-repeat #fff;
  color: #272525;
  text-decoration: underline;
}

#middlefourPan ul.block {
  width: 156px;
  height: 151px;
  padding: 0px;
}

#middlefourPan ul.block li {
  width: 156px;
  height: 151px;
}

#middlefourPan ul.block li a {
  width: 126px;
  height: 128px;
  display: block;
  background: url(Total-Management-images/block4-normal.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 23px 0 0 30px;
  text-transform: uppercase;
}

#middlefourPan ul.block li a:hover {
  background: url(Total-Management-images/block4-hover.jpg) 0 0 no-repeat
    #FCFCFC;
  color: #fff;
  text-decoration: none;
}

/*---/Middle Four----*/
/*----FOOTER PANEL----*/
#footermainPan {
  height: 214px;
  background: url(Total-Management-images/footerbg.gif) 0 0 repeat-x
    #565656;
  color: #fff;
  clear: both;
}

#footerPan {
  width: 747px;
  position: relative;
  margin: 0 auto;
}

#footerPan img.footerlogo {
  width: 186px;
  height: 50px;
  position: absolute;
  top: 93px;
  right: 0px;
}

#footerPan p.html {
  background: url(Total-Management-images/html-button.gif) 0 0 no-repeat;
  position: absolute;
  top: 42px;
  right: 115px;
  width: 64px;
  height: 22px;
  padding: 3px;
}

#footerPan p.html a {
  width: 55px;
  height: 18px;
  display: block;
  font-weight: bold;
  background: url(Total-Management-images/arrow3.gif) 100% 50% no-repeat
    #F4F4F4;
  color: #565656;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0 0 5px;
}

#footerPan p.html a:hover {
  background: url(Total-Management-images/arrow4.gif) 100% 50% no-repeat
    #F4F4F4;
  color: #565656;
  text-decoration: none;
}

#footerPan p.css {
  background: url(Total-Management-images/css-button.gif) 0 0 no-repeat;
  position: absolute;
  top: 42px;
  right: 55px;
  width: 53px;
  height: 19px;
  padding: 3px;
}

#footerPan p.css a {
  width: 50px;
  height: 18px;
  display: block;
  font-weight: bold;
  background: url(Total-Management-images/arrow5.gif) 90% 50% no-repeat
    #B3B3B3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0 0 5px;
}

#footerPan p.css a:hover {
  background: url(Total-Management-images/arrow2.gif) 90% 50% no-repeat
    #B3B3B3;
  color: #fff;
  text-decoration: none;
}

#footerPan p.copyright {
  background: #565656;
  color: #fff;
  font: 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 117px;
  left: 26px;
}

#footerPan ul {
  width: 500px;
  position: absolute;
  top: 93px;
  left: 14px;
}

#footerPan li {
  float: left;
  font: 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#footerPan ul li a {
  padding: 0 12px 0;
  color: #fff;
  background: #565656;
  text-decoration: none;
}

#footerPan ul li a:hover {
  text-decoration: underline;
}

#footerPan ul.templateworld {
  width: 300px;
  background: #565656;
  color: #fff;
  display: block;
  position: absolute;
  font-size: 12px;
  top: 135px;
  left: 26px;
}

#footerPan ul.templateworld li a {
  background: #565656;
  display: block;
  color: #fff;
  text-decoration: none;
}

#footerPan ul.templateworld li a:hover {
  text-decoration: underline;
}
</style>


</head>

<body>
<div id="topPan">
  <a href="index.html"><img src="images/logo.gif" alt="Genious Web" width="208" height="58" border="0" title="Genious Web" /></a>
  <ul>
    <li class="home">Home</li>
    <li><a href="#">About us</a></li>
    <li><a href="#">Support</a></li>
    <li><a href="#">Clients</a></li>
    <li><a href="#">ideas</a></li>
    <li><a href="#">Contact</a></li>
  </ul>
  
  <ul class="dropdown">
    <li><a href="#">internal</a></li>
    <li><a href="#">more info</a></li>
    <li><a href="#">tips</a></li>
    <li class="verticallinenone"><a href="#">purchase</a></li>
  </ul>
</div>
<div id="bodytopmainPan">
<div id="bodytopPan">
  <h2>know about geniousweb</h2>
  <p>Total Management is a <span>free, tableless, W3C-compliant</span> web design layout by Template World. This template has been tested and proven compatible with all major browser environments and operating systems. You are free to modify the design to suit your tastes in any way you like.</p>
  <p>We only ask you to not remove <span>"Design by Template World"</span> and the link http://www.templateworld.com from the footer of the template.</p>
  <p>If you are interested in seeing more of our free web template designs feel free to visit our website, Template World. We intend to add at least 25 new free templates in the coming month.</p>
  <p>These templates are licensed under a <span>Creative Commons Attribution 2.5 License</span>. This means that you are free to modify the design to suit your tastes in any way you like, but you must include the provided link back to Template World.</p>
  <p class="more"><a href="#">more</a></p>
</div>
</div>
<div id="bodymainmiddlePan">
  <div id="bodymiddlePan">
    <div id="middleonePan">
      <ul class="block">
      <li><a href="#">insurance <br />
        policy</a></li>
    </ul>
    <p class="boldtext">Lorem ipsum dolor </p>
    <p class="blacktext">On 12th may 2006</p>
    <p class="dotline"><img src="images/blank.gif" alt="" /></p>
    <p>amet, consectetuer adip iscing elit. Fusce condim ntum, velit in pulvinar</p>
    <ul>
      <li><a href="#">nisi. Maecenas posu</a></li>
    <li><a href="#">neque quis faucibus </a></li>
    <li><a href="#">nonummy, mi erat </a></li>
    <li><a href="#">placerat pede, in</a></li>
    </ul>
    <p class="more"><a href="#">more</a></p>
    </div>
  
    <div id="middletwoPan">
    <ul class="block">
      <li><a href="#">services
overview</a></li>
    </ul>
    <p class="boldtext">Lorem ipsum dolor </p>
    <p class="blacktext">On 12th may 2006</p>
    <p class="dotline"><img src="images/blank.gif" alt="" /></p>
    <p>amet, consectetuer adip iscing elit. Fusce condim ntum, velit in pulvinar</p>
    <ul>
      <li><a href="#">nisi. Maecenas posu</a></li>
    <li><a href="#">neque quis faucibus </a></li>
    <li><a href="#">nonummy, mi erat </a></li>
    <li><a href="#">placerat pede, in</a></li>
    </ul>
    <p class="more"><a href="#">more</a></p>
  </div>
   
    <div id="middlethreePan">
    <ul class="block">
      <li><a href="#">current
  F.A.Q</a></li>
    </ul>
    <p class="boldtext">Lorem ipsum dolor </p>
    <p class="blacktext">On 12th may 2006</p>
    <p class="dotline"><img src="images/blank.gif" alt="" /></p>
    <p>amet, consectetuer adip iscing elit. Fusce condim ntum, velit in pulvinar</p>
    <ul>
      <li><a href="#">nisi. Maecenas posu</a></li>
    <li><a href="#">neque quis faucibus </a></li>
    <li><a href="#">nonummy, mi erat </a></li>
    <li><a href="#">placerat pede, in</a></li>
    </ul>
    <p class="more"><a href="#">more</a></p>
  </div>
   
    <div id="middlefourPan">
    <ul class="block">
      <li><a href="#">what's<br />
      new</a></li>
    </ul>
    <p class="boldtext">Lorem ipsum dolor </p>
    <p class="blacktext">On 12th may 2006</p>
    <p class="dotline"><img src="images/blank.gif" alt="" /></p>
    <p>amet, consectetuer adip iscing elit. Fusce condim ntum, velit in pulvinar</p>
    <ul>
      <li><a href="#">nisi. Maecenas posu</a></li>
    <li><a href="#">neque quis faucibus </a></li>
    <li><a href="#">nonummy, mi erat </a></li>
    <li><a href="#">placerat pede, in</a></li>
    </ul>
    <p class="more"><a href="#">more</a></p>
  </div>
  </div>
</div>

<div id="footermainPan">
  <div id="footerPan">
    <p class="html"><a href="http://validator.w3.org/check?uri=referer" target="_blank">html</a></p>
  <p class="css"><a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">css</a></p>
  <a href="index.html"><img src="images/footer-logo.jpg" title="Genious Web" alt="Genious Web" width="186" height="50" border="0" class="footerlogo" /></a> 
    <ul>
      <li><a href="#">Home</a>|</li>
      <li><a href="#">About</a> |</li>
      <li><a href="#">Support</a>|</li>
      <li><a href="#">Client</a> |</li>
      <li><a href="#">Ideas</a> |</li>
    <li><a href="#">Contact</a></li>
    </ul>
    <p class="copyright">geniousweb. all right reserved.</p>
    <ul class="templateworld">
      <li><a href="http://www.templateworld.com" target="_blank">Template World</a></li>
    <li><a href="http://www.templateworld.com" target="_blank">CSS Portal</a></li>
    </ul>
  </div>
  </div>
</body>
</html>

   
    
  








Related examples in the same category

1.Use show or hide UL with link
2.Horizontal menu
3.CSS only menu with mouse over
4.Left bar menu
5.Menu bar with highlight
6.Menu with highlight
7.fixed width floated menu
8.Mouse hover left bar
9.Left navigation bar
10.Use UL and LI to wrap link menu
11.Tab Menu
12.Left bar menu list
13.Top tab menu bar
14.Navigation menu on the top
15.Wide and tall menu
16.Shading menu bar
17.Top menu bar with arrow icon
18.3D top bar background
19.Left menu bar aligned to the bottom
20.Indented vertical menu
21.Single column layout with top menu bar
22.Two-level left menu bar
23.Right section bar with shading menu
24.Right menu bar with image background
25.Right menu bar with section
26.Top menu bar
27.Using top arrow to indicate top menu selection
28.Wide and tall top menu bar
29.List menu bar with background image
30.Top menu with arrow indication
31.Two column, two leve top menu bar
32.List menu with image
33.Menu List item
34.List menu bar
35.Top menu list bar with bold bottom
36.Side menu bar
37.Scrollable section in side menu bar
38.Selected menu item indication
39.Card layout with top menu bar
40.Side menu bar with lot of space in between
41.HTML skeleton code for creating a two-level horizontal drop menu
42.using jQuery to toggle a hidden menu
43.Vertical menu
44.Horizontal menu bar
45.Vertical menu bar
46.sliding door menu
47.horizontal list menu
48.Sub navigation menu
49.Pure css menu
50.Two column layout with menu on the left
51.Navigation menu horizontal
52.Pure CSS drop-down menu
53.Menu item with border
54.Vertical menu on the left
55.LI menu
56.Mouse hover effect for left menu
57.Post item layout with menu
58.Left menu bar with mouse hover effect
59.a:hover background: transparent url(img/menu_arrow.gif) bottom center no-repeat;
60.Menu item with border 2
61.Link menu
62.Left menu bar with thicker border
63.Change border and background with mouse hover for left menu bar
64.Nested left menu bar
65.Vertical menu bar 2
66.Fixed left menu bar
67.Dark background for menu bar
68.Link menu item with side bar
69.Tag like top menu bar
70.Two line top menu bar
71.Menu item separated with border
72.Using arrow image to indicate current menu selection
73.Two level top menu bar
74.Tab menu bar with mouse hover effect
75.Menu bar with background image
76.Two level side menu bar
77.Left bar with news item
78.Continue read link