@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style: None;
}
body{
background:#C5C5C5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#FFFFFF;
position:relative;
height:100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c213b;
	line-height: 18px;
}

#nav{
	height:32px;

	position:relative;
	background-color: #999999;
}
#alibaba{
	position:absolute;
	right:6px;
	top:-3px;
}
#nav ul{
list-style:none;
}
#nav li{
float:left;
height:32px;
font-size:13px;
font-weight:bold;
color:#FFF;
text-align:center;
padding:0 5px;
background:url(../images/icon6.gif) no-repeat right center;
}
#nav li a{
display:block;
color:#FFF;
padding:0 10px;
line-height:32px;
text-decoration:none;
}
#nav li a:hover{
	color:#fff;
	background-color: #333333;
}
#nav li.first{padding:0  8px 0 0;}
#nav li a.hover{
	color:#fff;
	background-color: #333333;
}





#nav123{
	position:absolute;
	background-color: #999999;
	width: auto;
}

#nav123 ul{
list-style:none;
}
#nav123 li{
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
#nav123 li a{
	display:block;
	color:#FFF;
	line-height:14px;
	text-decoration:none;
	padding-top: 3;
	padding-right: 0px;
	padding-bottom: 3;
	padding-left:0px;
}
#nav123 li a:hover{
	color:#fff;
	background-color: #666666;
	background-repeat: repeat;
	width: 100%;
	font-weight: normal;
}
#nav123 li.first{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav123 li a.hover{
	color:#fff;
	background-color: #666666;
	background-repeat: repeat;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	background-position: left center;
	font-weight: bold;
}
#about{
	position:relative;
	background-color: #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-repeat: repeat-x;
	height: 100%;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	background-position: center center;
}






a {
	color: #4f4f4f;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #4f4f4f;
}

a:hover {
	text-decoration: underline;
	color: #1111ee;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
	
