/* CSS Document */
#nav1 {
	width:1000px;
	height:42px;
	margin:0 auto;
	position:absolute;
	top:362px;
	left:50%;
	margin-left:-500px;
	z-index:10000
}
.dropdown {
	position:relative;
	float:left;
	text-align:center;
	cursor: pointer;
	position: relative;
	line-height: 42px;
	background:#363535 url(../images/navli.jpg) right no-repeat;
	width:250px;
	height:42px;
}
.dropdown:hover {
	color:#fff;
	background:#ee1a23;
}
*+html .dropdown {
	margin-top:0px;
}
.dropdown DT {
	width: 250px;
	cursor: pointer;
	color:#fff;
	text-align:center;
}
.dropdown a {
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	line-height:42px;
}
.dropdown DD {
	z-index:99999;
	position:absolute;
	width:250px;
	display:none;
	overflow:hidden;
	opacity:0;
	margin-left:0px;
}
.dropdown UL {
	list-style-type:none;
	width:250px;
}
.dropdown LI {
	display:inline;
}
html>body .dropdown UL a {
	width:250px;
	height:32px;
	display:block;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
	filter:alpha(opacity=80);
	background:#000000;/* 实现IE背景透明 */
	color:#fff;
	line-height:32px;
	font-size:12px;
	margin-top:1px;
}
html>body .dropdown UL a:hover {
	background:rgba(255, 0, 0, 0.7) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
	filter:alpha(opacity=70);
	background:#ff0000;/* 实现IE背景透明 */
}
* html .dropdown UL a {
	width:250px;
	height:32px;
	display:block;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
	filter:alpha(opacity=80);
	background:#000000;/* 实现IE背景透明 */
	color:#fff;
	text-decoration:none;
	line-height:32px;
	cursor:hand;
	font-size:12px;
	margin-top:1px;
}
* html .dropdown UL a:hover {
	background:rgba(255, 0, 0, 0.7) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
	filter:alpha(opacity=70);
	background:#ff0000;/* 实现IE背景透明 */
}

