﻿@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;list-style-type:none;}
body{ background: url(../images/bdbg.png) repeat; font-size:12px; color:#666; text-align:center; line-height:25px; margin:0px; padding:0px; font-family:"MicroSoft YaHei";color:#5e4e35;position:relative;}
/*h1,h2,h3,h4,h5,h6{font-family:12px; font-weight:normal; margin:0; padding:0;}*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:none;
	color: #a34b3d;
}
a:active {
	text-decoration: none;
	color: #666;
}
img{ border:0}
ul{margin:0; padding:0; list-style:none;}
.clear{ height:20px; line-height:0px; clear:both;}


.head{ width:1420; margin:0 auto; }
.banner{margin:0 auto; clear:both;}
.led{ width:1001px; margin:0 auto; }

.menu{width:100%; height:33px; background:#840000; margin:0;}
.menus{width:100%; height:33px; background:#840000; margin:0;}
.menujs {
	height: 33px;
	display: block;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	/*margin-bottom: 40px;*/
	margin-left: auto;
}

.menujs ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menujs ul li {
	/* width and height of the menu items */  
			float: left;
	overflow: hidden;border-left:1px solid #767676;
	position: relative;
	line-height: 33px;
	text-align: center;
}

.menujs ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 75.36px;
			height: 33px;
			font-family: "MicroSoft YaHei", "宋体";
			font-size: 14px;
			font-weight:400;
			text-decoration: none;
			cursor: pointer;
}

.menujs ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 75.36px;
}

		.menujs ul li a span.out {
			top: 0px;
}

		.menujs ul li a span.over,
		.menujs ul li a span.bg {
			/* hide */  
			top: -40px;
}

		/** 1st example **/



#menu2 {
			background: #840000;		
}


#menu2 ul li a {
			color: #fff;
}

#menu2 ul li a span.over {
	color: #fff;
	background-color: #b30101;
}