.menu_js {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #999999;
	border-right-style: none;
	border-bottom-style: none;
}
.menu_js a {
	color: #999999;
	text-decoration: none;
  position: relative;
}
.menu_js a:hover {
	color: #006633;
	text-decoration: none;
	/*background-image:url(../images/menu_disc.gif);
	background-position: 22px center;
	background-repeat:no-repeat;*/
}
.menu_js td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #CECECE;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 21px;
	border-top-style: none;
	border-left-style: none;
	cursor: pointer;
	width:128px;
	height:10px;
	text-align:left;
	white-space:nowrap;
	/*background-image:url(../images/menu_disc.gif);
	background-position: 22px center;
	background-repeat:no-repeat;*/
}


html>body .menu_js {background:url(../images/menu_a.png);}
* html .menu_js {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu_a.png",sizingMethod="scale");}

/*html>body .bg_a {background:url(../images/menu_a.png) no-repeat;}
* html .bg_a {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu_a.png",sizingMethod="crop");}*/

/*html>body .menu_js {background:url(../images/menu_h.png);}
* html .menu_js {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu_h.png",sizingMethod="scale");}*/

/*html>body .bg_h {background:url(../images/menu_h.png) no-repeat;}
* html .bg_h {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu_h.png",sizingMethod="crop");}*/

.nav {	/*color:#000; padding-bottom:15px; font-size: 100%;*/ font-weight: bold; }
.nav ul { list-style-type:none; padding:0px; margin:0px; }
.nav li { display:inline; background:none; padding:0px; margin:0px; }
.nav li a:link, .nav li a:hover,.nav li a:visited { font-weight: lighter; }
.nav li a:hover { color: #000; }
.nav .first { font-weight: narmal; }
.nav .first a { font-weight: narmal; }
.nav .sep { /*background: url(img/nav_sep.gif) no-repeat center center;*/ font-weight: lighter; padding-left:5px; padding-right:5px; }
.nav .sep img { width:11px; height:9px; }
.nav img { border:0px; }

