.u09 {
	font-size: 12px;
	text-decoration: none;
}
td {
	font-size: 12px;
	text-decoration: none;
}
.input1 {
	width: 80%;
}

a:visited {  color: #666666; text-decoration: none}
a:hover {  color: #FF6600; text-decoration: none}
a:link {  color: #666666; text-decoration: none}
.dw {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: D5CEB6;
}
.dw1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: cccccc;
}
.tdleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tdbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body {
	color: #666666;
}
.topmenu a{
	padding: 12px;
	height: 40px;
	text-align: center;
}
.topmenu a:hover{
	padding: 12px;
	background-color: #F6F6F7;
	height: 40px;
}





.CategoryMouseover .normal{
	position:relative;
	z-index:9;
	color:#000;
	line-height: 30px;
	text-align: left;	
}
.CategoryMouseover .over{
	position:relative;
	z-index:998;
	color:#000;
	background:#f2f2f2;
	line-height: 30px;
	text-align: left;	
}
.CategoryMouseover .normal a,
.CategoryMouseover .over a{
	font-weight:700;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
	
}
.CategoryMouseover .normal ul{
	display:none;
}
.CategoryMouseover .over ul{
	display:block;
	background-color:#fff;
	position:absolute;
	top:0;
	right:-180px;
	background:#fff;
	z-index:10;
	text-align:left;
	border-bottom:none;

}
.CategoryMouseover .over ul li a{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
	width:200px;
	background:#f2f2f2;
	color:#000;
	padding-left:6px;
}
.CategoryMouseover .over ul li a:hover{
	background:#666666;
	color:#fff;
	
}