@charset "utf-8";
/* CSS Document */
#menu {
	line-height: 30px;
	list-style-type: none;
	width:166px;
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	
}

#menu a {
	display: block;
	width:156px;
	text-align:left;
	padding-left:20px;
}

#menu a:link  {
text-decoration:none;
}
#menu a:visited  {
text-decoration:none;
}
#menu a:hover  {
	COLOR: #ff3300;
	TEXT-DECORATION: none;
		background-image: url(../img/menu_bj.jpg);
	background-repeat: no-repeat;

}

#menu li {
	width:176px;
	list-style-type: none;
	list-style-type: disc;
}
#menu li a:hover{
	COLOR: #ff3300;
	TEXT-DECORATION: none;
    text-decoration:none;
	font-weight:bold;
	list-style-type: disc;
}
