﻿
	
/*内容区，左边导航条*/	

ul,ol{list-style:none}leftTitle

#leftsideBar {
width:218px;
float:left;
}

#leftTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 39px;
color: #333333;
background-image: url(http://en.ytshengtian.com.cn/image/leftLinkBg.png);
background-repeat: no-repeat;
height: 39px;
font-weight: bold;
overflow: hidden;
text-indent: 13px;
background-position: left top;
}

#leftLink li {
height:37px;
}
#leftLink a {
background-image: url(../image/leftLink.png);
background-repeat: no-repeat;
background-position: left top;
line-height: 38px;
height: 38px;
width: 275px;
display: block;
text-indent: 18px;
color: #666;
}
#leftLink a:hover, #leftLink .ahover {
	background-image: url(../image/leftLink.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 36px;
	height: 36px;
	width: 275px;
	display: block;
	text-indent: 18px;
	color: #6f6f6f;
	text-decoration: none;
	font-weight:bold
}
#leftBottom {
background-image: url(http://en.ytshengtian.com.cn/images/leftLinkBg.png);
background-repeat: no-repeat;
background-position: left -39px;
overflow: hidden;
height: 15px;
}


