@charset "utf-8";

.section {
   width:200px;
}

.menu {
   padding:1px;
   border:1px solid #D1D1D1;
}

.menu h2{
   margin:0;
   padding:10px 5px;
   font-size:12px;
   border-bottom:3px solid #099;
   background:#fff url("../images/bg_h2.gif") 0 100% repeat-x;
}

.menu ul{
   margin:0;
   padding:0;
   list-style: none;
   border-top:1px solid #ddd;
}

.menu li {
   padding:0;
   font-size:12px;
   line-height:2.0;
   border-bottom: 1px dotted #999;
}

.menu a {
   display:block;
   padding:10px 0 10px 20px;
   color:#333;
   text-decoration:none;
   background:url("../images/bg_list.gif") 10px 50% no-repeat;
}

.menu a.current {
   color:#099;
   background:#c7e9e9 url("../images/bg_list.gif") 10px 50% no-repeat;
}

.menu a:hover {
   color:#099;
   background:#b9e3e3 url("../images/bg_list.gif") 10px 50% no-repeat;
}