@CHARSET "UTF-8";

  #menu2 {
  font-size: 12px;
  font-family: Trebuchet MS;
  position: absolute;
  height: 38px;
  left: 215px;
  top: 30px;
  }
    #menu2 div.l, #menu2 div.r  {
    width: 7px;
    background-repeat: no-repeat;
    background-image: url(/assets/img/menu2/l.jpg);
    height: 27px;
    float: left;
    }
    #menu2 div.r  {
    background-image: url(/assets/img/menu2/r.jpg);
    }
    #menu2 div.t {
    width: 20px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: url(/assets/img/menu2/t.jpg) 50% 100% no-repeat; 
    }
    #menu2 ul {
    float:left;
    background-color: #ffae02;
    height: 20px;
    padding-top: 7px;
    padding-left: 10px;
    }
      #menu2 ul li {
      float: left;
      margin-right: 10px;
      }
	      #menu2 ul li a {
	      color: black;
	      text-decoration: none;
	      }
	      #menu2 ul li a:hover {
	      text-decoration: underline;
	      }
	    #menu2 ul li.active {
	    font-weight: bold;
	    }
      