#top2 {
	position: relative;
	width: 950px;
	margin-top: 0px;
	height: 34px;
	align: center;
	background: #272727 url('/template/img/top_2_bg.gif') repeat;
}

#top {
	width: 950px;
}

#mainMenuA {
	height: 34px;
	margin: 0 0 ;
	padding: 0 0 0;
	background: url('/template/img/top_2_li.gif') no-repeat 0 0;
	list-style: none;
}
#mainMenuB {
	position: absolute;
	right: 15px;
	top: 0;
	margin: 0;
	padding: 0 0 0 2px;
	background: url('/template/img/top_2_li.gif') no-repeat 0 0;
	list-style: none;
}
#mainMenuA li, #mainMenuB li {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	background: url('/template/img/top_2_li.gif') no-repeat right 0;
}
#mainMenuA a, #mainMenuB a {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 8px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: none;
	text-decoration: none;
}
#mainMenuA a:hover, #mainMenuB a:hover {
	color: #30a1f0;
	background: url('/template/img/top_2_rollover.gif') repeat-x 0 0;
}
#mainMenuA a.active, #mainMenuB a.active, #mainMenuA a:hover.active, #mainMenuB a:hover.active {
	color: #30a1f0;
	background: #fff url('/template/img/top_2_active.gif') no-repeat right 0;
}
#mainMenuA a span, #mainMenuB a span {
	float: left;
	height: 34px;
	width: 8px;
}
#mainMenuA a.active span, #mainMenuB a.active span {
	background: url('/template/img/top_2_active_start.gif') no-repeat 0 0;
}

#footer {
	border-top:1px solid #EEEEEE;
	width: 950px;
	border-color:#666666 !important;
	border-style:dotted !important;
}