@charset "UTF-8";
/* CSS Document */

BODY, table, div, TD, P, UL, LI, .content {
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
.tebleCenter {
	margin:0 auto;
}
/* menu */
.menuPlace {
	padding:0 40px 0 0;
}
ul.leftMenu {
	margin:0;
	padding:0;
	width:150px;
	background:#E5E5E5;
}
ul.leftMenu {
	list-style: none;
	list-style-image: none;
}
ul.leftMenu LI {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
html>body ul.leftMenu LI A {
	width: auto;
}
ul.leftMenu LI A {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 9px 20px 9px 29px;
	color:#999;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
}
ul.leftMenu LI A:HOVER {
	color: #FFF;
	background:#D98D31;
	text-decoration: none;
}
ul.leftMenu li A.menuLeftOn {
	color: #FFF;
	text-decoration: none;
	background:#D98D31;
	margin:-1px 0 0;
}
ul.leftMenu li.leftMenuLine, ul.leftMenu li.leftMenuLine b {
	height: 1px;
	_height:1%;
	_margin: 0 0 -1px 0;
	font-size: 0px;
	line-height: 0px;
}
ul.leftMenu li.leftMenuLine {
	padding: 0 20px 0 20px;
}
ul.leftMenu li.leftMenuLine b {
	background: #FFF;
	display:block;
}
/* menu END */