﻿
/* 页面LOGO */
#logo{
	margin: 0px;
	padding: 0px;
	height: 116px;
	background-image: url('../images/header.gif'); /*logo 图*/
	background-repeat: no-repeat;
}
/*导航菜单 */
#globallink{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	height: 32px;
	background-image: url('../images/menubg.gif');
	background-repeat: repeat-x;
}
#globallink ul{
	padding: 0px 0px 0px 30px;
	margin: 0px;
	list-style-type: none;
}
#globallink li{
	padding: 0px;
	margin: 0px;
	width: 68px;
	height: 32px;
	float: left;
	text-align: center;
}
#globallink li a{
	padding:9px 0px 9px 0px;
	text-decoration:none;
	display:block;
}
#globallink li a:visited,#globallink li a:link{
	color: #ffffff;
}
#globallink li a:hover{
	color: #C8C8C8;
	background-image: url('../images/menubg1.gif');
	background-repeat: repeat-x;
	border:none;/* ie6.0 bug */
}
