@charset "utf-8";
/* CSS Document */
#left_sidebar h3{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	background:url('./common/gray_arrow.gif') no-repeat left;
	line-height:32px;
	height:32px;
	font-size:15px;
	font-weight: bold;
}

#leftNav{
	margin:0 0 1em 0;
}

#leftNav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#leftNav ul li a{
	display:block;
	background:url('./leftSideBar/itembg1.gif');
	line-height:30px;
	height:30px;
	text-decoration:none;
	color:#000;
}

#leftNav ul li a:hover{
	background-position:0 -30px;
}

#banner img{
	border:1px solid #AFAFAF;
	margin:0.5em 0;
}