*{padding:0;margin:0;}
body{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	background:#fff url(../images/left_bg_top.gif) repeat-y right center;
	padding-top: 5px;
}
a{
	color:#000;
}
a:hover{
	color:#FFFF00;
	text-decoration:none;
}
/*---- menu ---------*/
.menu{
	width:150px;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:10px;
	background:#fff;
	border:1px solid #e0e0e0;
}
.menu dl dt.manageList{
	border-bottom:none;
	margin-bottom:1px;
	letter-spacing:2px;
	line-height:40px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:left;
	padding-left:30px;
	background:#f0f0f0 url(../images/manageCenter.gif) no-repeat 5px 5px;
}
.menu dl dt{
	background:#fff;
}
.menu dl dt a{
	height:25px;
	padding-top:3px;
	line-height:26px;
	font-size:12px;
	width:148px;
	display:block;
	color:#333;
	text-decoration:none;
	border-top:1px solid #efefef;
	text-indent:30px;
}
.menu dl dt a:hover{
	color:#0088cc;
}
.menu dl dt.system{
	background: url(../images/system.gif) 10px 7px no-repeat;
}
.menu dl dt.singlePage{
	background: url(../images/singlePage.gif) 9px 5px no-repeat;
}
.menu dl dt.user{
	background: url(../images/user.gif) 10px 7px no-repeat;
}
.menu dl dt.links{
	background: url(../images/html.gif) 10px 7px no-repeat;
}
.menu dl dt.constomer{
	background: url(../images/constomer.gif) 10px 7px no-repeat;
}
.menu dl dt.keywords{
	background: url(../images/keywords.gif) 10px 7px no-repeat;
}
.menu dl dt.products{
	background: url(../images/pro.gif) 10px 7px no-repeat;
}
.menu dl dt.download{
	background: url(../images/chart.png) 10px 7px no-repeat;
}
.menu dl dt.news{
	background: url(../images/news.gif) 10px 7px no-repeat;
}
.menu dl dt.certificate{
	background: url(../images/cer.gif) 10px 7px no-repeat;
}

.menu dl dd{
	display:none;
}

.menu dl dd ul{
	list-style:none;
	width:150px;
	margin:0 auto;
}
.menu dl dd ul li a{
	height:22px;
	width:150px;
	overflow:hidden;
	display:block;
	line-height:22px;
	text-indent:28px;
	color: #000;
	text-decoration: none;
	background:#e8f3fd url(../images/ico_2.gif) no-repeat 10px center;
}
.menu dl dd ul li a:hover{
	color:#239fe3;
	background:#e8f3fd url(../images/ico_3.gif) no-repeat 10px center;
}
.menu dl dt a.unfold{
	color:#cc0000;
	border-bottom:1px solid #ccc;
}
