/*nav*/
	
	#nav{
	/*background: url('site/Blue/box/bg_wsProd_main_box.png') top left repeat-y;*/
	background-color: #fff;
	border-width: 1px 3px 1px 2px;
	border-color: #49596d;
	border-style: solid;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 229px;
	}
	
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#nav ul li a {
		/*background:url("site/zipper/bg_list.png") no-repeat scroll 1px 4px transparent;*/
		background:url("site/bg_prod_menu.png") no-repeat bottom left transparent;
		color: #384858;
		padding:0 0 5px 11px;
		text-decoration:none;
		width: 218px;
		float: left;
	}
	
	#nav ul li a span{


		width: 218px
	}
	
	#nav ul li {
		/*background:url("site/bg_prod_menu.png") no-repeat bottom left transparent;*/
		/*border-top:1px solid #D7DAD9;*/
		font-size:13px;
		line-height:31px;
		position:relative;
	}
	
	#nav ul li:first-child{
		border: none;
	}

	#nav ul li a:hover {
	/*color: #76BD24;*/
	font-weight: bold;
	/* background-color: #fff; RI 2010-08-24 */
	}
	
	#nav ul li ul li a:hover {
	font-weight: bold;
	/* background-color: #fff; RI 2010-08-24 */
	}
	
	#nav ul li a span:hover {
	font-weight: bold;
	/* background-color: #fff; RI 2010-08-24 */
	}
	
	#nav ul li ul li a {
	/*font-size: 0.8em;*/
	/*margin-left: 5px;*/
	}
	
	#nav ul li ul {
	margin-left: 10px;
	}
	
	#nav ul li ul li a:hover {
		font-weight: bold;
	}
	
	#nav ul li a .current, #nav ul li ul li a .current{
	font-weight: bold;
	}
	
		