div.logo {
	height: 200px;
	width: 960px;
	clear: both;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	vertical-align: top;
}

div.baner {
	height: 200px;
	width: 960px;
	clear: both;
}
.top_menu {
	width:960px;
	height:56px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	background-image: url(../image/tmo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.top_menu ul {margin:0px 0 0 0px; padding:0px 0 0 0px;}
.top_menu ul li { list-style:none; display:inline; }
.top_menu ul li a {
	line-height:55px;
	height:55px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:white;
	float:left;
	display:block;
	border-right:1px solid #663958;
	padding-top: 0;
	padding-right: 43px;
	padding-bottom: 0;
	padding-left: 43px;
}
.top_menu ul li a:hover {
	font-weight:bold;
	text-decoration:none;
	color:black;
	background-image: url(../image/tmbn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.top_menu .first_menu {
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
}
	
.top_menu .last_menu {
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px; 
	border:none; 
	width:50px;	
}
