#menu_left h3 {
	margin:2px 0 2px 0;
	padding:0;
	display:block;
	width:196px;
	height:28px;
	line-height:28px;
	font-size: 10pt;
	color: #FFFFFF;
	cursor: pointer;
	text-align:center;
}

#menu_left h3 a{
	text-decoration: none;
	color: #FFF;
}

#menu_left h3.expand {
	border:1px solid #003366;
	font-weight:bold;
	background-image: url(../img/menu_cat_bg.jpg);
}

#menu_left h3.noexpand{
	border:1px solid #003366;
	font-weight:bold;
	background-image: url(../img/menu_cat_bg.jpg);
}

#menu_left ul {

}

#menu_left li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 6px;
	width:190px;
	height: 28px;
	line-height:28px;
	display: block;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/menu_scat_bg.jpg);
	cursor: pointer;
	border:1px solid #669999;
}

#menu_left li a{
	text-decoration: none;
	color: #000;
}