.menu_list {
width:193px;
}

span.menu_head{
float:left;
width:193px;
height:30px;
display:block;
}
span.menu_head a{
width:193px;
height:26px;
color:#838383;
padding:4px 0px 0px 25px;
text-decoration:none;
display:block;
background:url(../img/MenuItemBg.gif) 0px 0px no-repeat;
font-weight:bold;
font-size:90%;
}
span.menu_head a:hover{
color:#c4c4c4;
text-decoration:none;
background:url(../img/MenuItemBg.gif) 0px -30px no-repeat;
}
span.menu_head a.selected{
color:#f4b800;
background:url(../img/MenuItemBg.gif) 0px -60px no-repeat;
cursor:default;
}
div.menu_body{
display:none;
float:left;
width:193px;
}
div.menu_body a{
width:193px;
height:23px;
color:#838383;
padding:7px 0px 0px 25px;
text-decoration:none;
display:block;
background:url(../img/SubmenuItemBg.gif) 8px 0px no-repeat;
font-weight:bold;
font-size:90%;
}
div.menu_body a:hover{
color:#c4c4c4;
text-decoration:none;
background:url(../img/SubmenuItemBg.gif) 8px -30px no-repeat;
}
