p {
	text-indent: 13px;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}
.leftUlMenu { 
	background:#fff;
	width:175px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.leftUlMenu a{ 
	display:block;
	width:155px;
	padding-left:13px;
	height:20px;
	float:left;
	overflow: hidden;
}
.leftUlMenu li{
	width:175px;
	height:20px;
	line-height:23px;
	text-align: center;
	border-bottom:1px solid #ddd;
	overflow:visible;
	float: left;
}
.leftUlMenu li a:link,.leftUlMenu li a:visited{
	background:url(../Images/gif/arrow_r.gif) no-repeat;
	background-position:right;
	color:#000;
}
.leftUlMenu li a:hover{ 
	background:url(../Images/gif/arrow_r.gif) 78px 7px no-repeat;
	background-position:right;
	color:#000;
}
.leftUlMenu li.sfhover ul{ 
	left: auto;
	border:#000 1px solid;
}
.leftUlMenu li ul{
	position: absolute; 
	width:240px; 
	left:-999px;

	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	z-index:10; 
	padding-left: 0;
	margin-left: 0;
	background-color:#FFFFFF;
	list-style-type:none;

	float: left;
}
.leftUlMenu li ul li{ 
	width:239px;
	height:20px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:none;
	padding:0;
	text-align: left;
	float: left;
	overflow: hidden;
}
.leftUlMenu li ul a{
	display: block;
	width:auto;
	height:20px;
	line-height:20px;
}
.leftUlMenu li ul a:link{ background:#fff;}
.leftUlMenu li ul a:visited{ background:#fff; cursor:default;}
.leftUlMenu li ul a:hover{ background:#E1F1FE;cursor:pointer;}