.menu_list {
margin: auto;
}

.menu_head {
height: 30px;
font: normal 12px Arial;
color: #808080;
line-height: 30px;
cursor: pointer;
position: relative;
margin: 1px;
padding-left: 25px;
border-bottom: dashed 1px #dddddd;
background: #ffffff url(/js/jquery/accordion/left.png) center left no-repeat;
}

.menu_item {
height: 30px;
font: normal 12px Arial;
color: #ff0000;
text-decoration: none;
cursor: pointer;
margin: 0;
padding: 0;
border-bottom: dashed 1px #dddddd;
background: #f3f3f3;
}

.menu_head.menu_item a {
height: 30px;
display: block;
font: normal 12px Arial;
color: #808080;
text-decoration: none;
line-height: 30px;
cursor: pointer;
position: relative;
margin: 0;
padding-left: 35px;
background: url(/js/jquery/accordion/normal.png) left no-repeat;
}

.menu_head.menu_item a:hover {
display: block;
font: normal 12px Arial;
color: #ffffff;
text-decoration: none;
line-height: 30px;
cursor: pointer;
position: relative;
margin: 0;
padding-left: 35px;
background: url(/js/jquery/accordion/over.png) left no-repeat;
}

.menu_head.menu_item a#current {
display: block;
font: normal 12px Arial;
color: #ffffff;
text-decoration: none;
line-height: 30px;
cursor: pointer;
position: relative;
margin: 0;
padding-left: 35px;
background: url(/js/jquery/accordion/over.png) left no-repeat;
}

.menu_body {display: none;}

.menu_body a {
display: block;
font: normal 12px Arial;
color: #797c80;
text-decoration: none;
padding-left: 10px;
background: #ffffff;
}

.menu_body a:hover {
font: normal 12px Arial;
color: #0062a6;
text-decoration: none;
}

.menu_body a#current {color: #0062a6;}