/* CSS Document */

ul {
	list-style-type:none;
	padding:0;
	margin: 0;

	}

li { float:left;}

li a {
	display:block;
	width:140px;
	height:33px;
	background-image:url(../images/index/index_left_button.gif);
	line-height:30px;
	TEXT-ALIGN:left;
	text-decoration:none;
	color:#ffffff;
	font-size:12pt;
	font-family:Arial,²Ó©úÅé;
	text-indent: 15px;
}

li a:hover {
	background-position:left bottom;
}
