ul.menu_top{
	width:982px;
	height:53px;
	margin:auto;
	position:relative;
	margin-bottom:15px;
	background:url(../images/menu_bg.png) no-repeat;
	padding:0px 12px;
	_padding:0px 8px;
	_width:990px;
}
ul.menu_top li{
	display:inline;
	float:left;
	position:relative;
	height:53px;
	background:url(../images/menu_line.gif) no-repeat right top;
	z-index:99999;
	padding-right:1px;
}

ul.menu_top a{
	float:left;
	color:#666666;
	height:53px;
	padding:0px 15px;
	line-height:50px;
	text-transform:uppercase;
	font-size:13px;
	#padding:0px 16px;
	white-space: nowrap;
}
ul.menu_top a:hover,ul.menu_top a.active,ul.menu_top a.selected {
	color:#b60f13;
	text-decoration:none;
	background:url(../images/menu_active.jpg) no-repeat center bottom;
}
.menu_top ul{
	left:20px;
	position:absolute;
	top:53px;
	width:203px;
	display:none;
	z-index:99999;
	background:url(../images/menu_sup_top.gif) no-repeat 0px 1px;
	padding:4px 0px;
}
.menu_top ul img{
	float:left;
}
.menu_top ul li{
	width:203px;
	height:auto;
	background:#b60f13;
	position:relative;
	#width:202px;
}
.menu_top li ul a{
	float:left;
	width:177px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:5px 6px 5px 20px;
	height:auto;
	text-transform:none;
	line-height:normal;
	background:url(../images/menu_sup_icon.gif) no-repeat 10px 11px;
	white-space: nowrap;
}
.menu_top li ul a:hover,.menu_top li ul a.active,.menu_top li ul a.selected{
	text-decoration:none;
	background:#990000 url(../images/menu_sup_icon.gif) no-repeat 10px 11px;
	color:#fff;
}

.menu_top ul ul{
	top:auto;
	left:204px;
}	
