body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	list-style:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.text_botton {
	border:1px solid #ccc;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
}
.meun_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3f40;
	font-weight:bold;
}
.meun {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.main_font {
	color:#765013;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.font {
	color:#252422;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.borders {
	border:1px solid #CCC;
	background: #F7F7F7;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px; /* Width of Menu Items */
	border-bottom: 1px solid #ffe9c6;
}
ul li {
	position: relative;
}
ul li a,ul li a:visited {
	background:#fff8ee url(../images/dian.gif) no-repeat 4px 7px;
	display: block;
	text-decoration: none;
	color: #292724;
	font-size:11px;
	padding: 5px 0px 5px 20px;
	border: 1px solid #ffe9c6;
	border-bottom: 0;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul li a:hover {
	background:#df9013 url(../images/dian.gif) no-repeat 4px 7px;
	color: #fff;
}
li ul {
	position: absolute;
	left: 164px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:999;
}
/* Styles for Menu Items */
ul li ul{border-bottom:1px solid #ffe9c6;}
ul li ul a,ul li ul a:visited  {
	display: block;
	text-decoration: none;
	color: #a76703;
	font-size:12px;
	padding: 3px 5px 3px 20px;
	border: 1px solid #ffe9c6;
	border-bottom: 0;
	font-weight:bold;
	background:#fff8ee url(../images/san.gif) no-repeat 6px 8px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

ul li ul a:hover {
	color: #fff;
	background:#df9013 url(../images/san.gif) no-repeat 6px 8px;
} /* Hover Styles */
li:hover ul, li.over ul {
	display: block;
} /* The magic */

.fontback{display:-moz-inline-box; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; background-color:#ffeed3;}
.a_font{color:#df9013; font-weight:bold;}
.a_font a,.a_font a:visited{color:#3d3f40; font-weight:bold;}
.close{padding:4px 0; text-align:center; font-weight:bold; background-color:#df9013; display:block; width:50px; color:#fff;}
