/*--------#box_menu -----*/
#box_category{margin:0px;}

#box_category li {
	height: 22px;
	padding-top: 8px;
	padding-left: 5px;
	color: #83AF00;	
	font-weight: bold;
}

#box_category li span {
	color: #A6A6A6;
	font-weight: bold;
}

#box_category li a {
	text-decoration: none;
}
#box_category li a:link {
	color: #83AF00;
}
#box_category li a:visited {
	color: #83AF00;
}
#box_category li a:active {
	color: #83AF00;
}
#box_category li a:hover {
	color: #548F00;
}

#box_category li.viewall {
	color: #548F00;
}
#box_category li.viewall a:link,
#box_category li.viewall a:active,
#box_category li.viewall a:visited {
	color: #548F00;
}
#box_category li.viewall a:hover  {
	color: #83AF00;
}

#box_category li.bg{
	border-bottom: 1px dotted #7F7F7F;
}