

/****Navi****/

#nav_tbl
{
    width:725px;
    background:#fff url("../menu/nav_bk2_2.gif") no-repeat;
    height:26px;
}

#menu_block { margin:4px 0 0 0;
}

* html body #menu_block { margin:4px 0 0 0;
}

.menu {
position:absolute;
visibility: hidden;
border:1px solid #A2B6D2;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background:#fff url("../menu/bk_li.gif") right repeat-y;
width:170px;
text-align:left;
}

.menu a {
width: 100%;
display: block;
border-bottom: 1px solid #A2B6D2;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
}

.menu a:hover{ /*hover background color*/
background:#D9E1EC url("../menu/sub_nav_arrow.gif") no-repeat 4px 7px;
}


a:link.toplevel, a:visited.toplevel, a:active.toplevel  { 
color:#fff;
font:bold 11px arial;
text-decoration:none;
text-transform:uppercase;
border-right:1px solid #888;
padding:4px 4px 5px 7px;}

* html body a:link.toplevel,
* html body a:visited.toplevel,
* html body a:active.toplevel
{ padding:4px 5px 6px 9px; }

a:hover.toplevel { 
/*background:#333; - old hover*/
background-image:
url('../menu/nav_bk2_2.gif')
color:#fff;
}

.toplevel img { 
vertical-align:middle;
padding:0 0 2px 2px;
border:none;
}

.toplevel .on { 
background:#333;
color:#fff;
}