ol#menu, ol#menu ul {
list-style-type:none;
margin:0;
padding: 0;
width:100%;
font-weight:700;
}

ol#menu{
border-bottom:0 solid #fcfcfc;
background:url(../../img/snb_bg.png) repeat 0 0;
margin-bottom:20px;
}

ol#menu a {
display: block;
text-decoration:none;
margin:0;
}

ol#menu li {
padding:0;
margin:0;
border-bottom:1px solid #cdd6dd;
_height:21px
}

ol#menu li.active{
border:1px solid #5079bc;
border-width:0;
}
ol#menu li.normal a,
ol#menu li.active a {
font-size:12px;
line-height:20px;
vertical-align:middle;
padding:10px 0 10px 16px;
letter-spacing:-0.03em;
}

ol#menu li.normal a{
color:#444;
background:url(../../img/left_off.gif) no-repeat 100% 50%;
border:0px solid #fff;
border-width:0;
border-right-color:#dde4e9;
}
ol#menu li.normal a:hover{color: #00479d;}
ol#menu li.active a{
color: #fff;
background:#00479d url(../../img/left_on.gif) no-repeat 100% 50%;
}