
.clear {
	clear: both;
}

.show {
	display: block;
}
.hide {
	display: none;
}


#main-page #topMenu {
	height: 40px;
	position: relative;
	z-index: 10;
	width: 980px;
	padding: 100px 0 0 0;
}
	#main-page #topMenu ul {
		display: block;
		height: 30px;
		width: 970px;
		/*float: left;
		padding-left: 20px;*/
		padding-left: 0px;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 101px;
	}
		#main-page #topMenu ul li,
		#main-page #topMenu ul li span {
			display: block;
			float: left;
			white-space: nowrap;
		}
		
		#main-page #topMenu ul li {
			height: 36px;
			padding-left: 20px;
			margin-right: 8px;
			background: none;
		}
			#wrapper-home #main-page #topMenu #tm0, #wrapper-home #main-page #topMenu #tm01, 
			#wrapper-page #main-page #topMenu #tm0, #wrapper-page #main-page #topMenu #tm01 {
				padding-left: 3px;
			}
		
			#main-page #topMenu ul li span {
				height: 30px;
				padding: 10px 20px 0 0;
			}
			
			#main-page #topMenu ul li a {
				font-size: 16px;
				font-weight: bold;
				color: #3D1841;
				text-decoration: none;
				background: url(../images/tm_arw.gif) right 6px no-repeat;
				padding-right: 14px;
				outline: none;
			}
			
			#main-page #topMenu ul li a:hover,
			#main-page #topMenu ul li.act a {
				color: #CC3399;
				text-decoration: none;
			}
			
			#main-page #topMenu ul li.act {
				background: url(../images/tm_bg.gif) left top no-repeat;
			}
				#main-page #topMenu ul li.act a {
					background: url(../images/tm_arw.gif) right -85px no-repeat;
				}	
				
				#main-page #topMenu ul li.act span {
					background: url(../images/tm_bg.gif) right top no-repeat;
				}
			
	
#main-page .subMenu {
	background: #FFFFF4 url(../images/tm_bg.gif) left top no-repeat;
	position: relative;
	z-index: 1;
	width: 980px;
	float: left;
	font-size: 11px;
	color: #3D1841;
	padding-top: 10px;
}
	#main-page .subMenu .padd {
		padding: 12px 0 0 15px;
		border-left: 1px solid #F7F5ED;
		border-right: 1px solid #F7F5ED;
		border-bottom: 1px solid #DFD6B3;
		margin-bottom: 5px;
	}
	
	#main-page .subMenu h5,
	#main-page .subMenu p {
		padding-left: 17px;
		padding-right: 10px;
		margin: 0;
	}
	
	#main-page .subMenu h5 {
		background: url(../images/arw_l2.gif) left 1px no-repeat;
		padding-bottom: 4px;
		padding-top: 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#main-page .subMenu p {
		padding-bottom: 18px;		
	}
	
	#main-page .subMenu .collapse {
		height: 21px;
		padding-right: 0;
		background: url(../images/tm_collapse_bg.gif) center top no-repeat;
		text-align: center;
	}
		#main-page .subMenu .collapse a {
			color: #8B784B;
			width: 200px;
			height: 16px;
			padding-top: 5px;
			display: block;
			margin: 0 auto;
			outline: none;
		}
			#main-page .subMenu .collapse a span {
				background: url(../images/tm_collapse_arw.gif) left 4px no-repeat;
				padding-left: 12px;
			}

