@charset "UTF-8";ul#left_menu {    margin:0;    padding:0;    border:0;    list-style-type:none;	}ul#left_menu li {	display: block;	margin:0;	padding:0;	border:0;}ul#left_menu li a {	display:block;	width:194px;	color:#0030c0;	font-size:12px;	text-decoration:none;	text-indent: 10px;	background-color: #ffcc66;	line-height: 24px;	height: 24px;	background-image: url(../images/arrow.gif);	background-position: 176px center;	background-repeat: no-repeat;	font-weight: bold;	border-top: 1px solid #FFFFFF;	border-right: 1px solid #eeb543;	border-bottom: 1px solid #eeb543;	border-left: 1px solid #fee0a5;}ul#left_menu li a:hover {	color:#fff;	background-color: #0030c0;	background-image: url(../images/arrow2.gif);}