#nav_tbl
{
    background:url(images/nav_bk.gif) top left no-repeat #fff;
}

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

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

.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #626E4C;
	line-height: 18px;
	z-index: 100;
	width:170px;
	text-align:left;
	background-color: #CCFF99;
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #037000;
}

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

.menu a:hover{ /*hover background color*/
	color: #CCFF99;
	background-color: #028101;
	background-image: url(images/sub_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 7px;
}


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

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

a:hover.toplevel {
	color:#CCFF99;
	background-color: #028101;
}

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

.toplevel .on {
background:#E1EBBF;
color:#666;
}
