* {margin:0; padding:0}
.menu {
	position:relative;
	height:60px;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding-top: 20px;
	width: 100%;
}
.menu li {
	float:left;
	text-align: center;
}

.menu #menu li a s {
	color: #fff;
	text-decoration: none;
}


.menu a{
	text-decoration:none;
	color:#666;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}
.menu a:hover {
	text-decoration:none;
	color:#1063c8;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}
#slide {
	position:absolute;
	height:63px;
	z-index:10;
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 87px;
	color: #C00;
	background-image: url(../../images/slide_bg.jpg);
}
#slide .slide_d {
	height: 63px;
	background-image: url(../../images/slide_d.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#slide .slide_l {
	background-image: url(../../images/slide_l.png);
	height: 63px;
	width: 8px;
	float: left;
}
#slide .slide_r {
	background-image: url(../../images/slide_r.png);
	height: 63px;
	width: 8px;
	float: right;
}
