@charset "utf-8";
/* CSS Document */

#frame #menu ul {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
}

	#frame #menu ul li {
		margin:0;
		padding:0;
		display:block;
		float:left;
		width:144px;
		height:22px;
		list-style-type:none;
	}
	
	#frame #menu ul li a {
		display:block;
		float:left;
		width:128px;
		height:22px;
		padding:0 5px;
		font-size:14px;
		color:#fff;
		line-height:22px;
		background:#b91fb5;
		text-decoration:none;
	}
	
	#frame #menu ul li a:hover {
		background:#fff;
		color:#a54399;
	}
		
		#frame #menu ul li.item2 {

		}
		
			#frame #menu ul li.item2 a {
				background:#e73e97;
			}
			
			#frame #menu ul li.item2 a:hover {
				background:#fff;
				color:#e73e97;
			}
			
		#frame #menu ul li.item3 {
			width:149px;
		}
		
			#frame #menu ul li.item3 a {
				width:134px;
				background:#e50278;
			}
			
			#frame #menu ul li.item3 a:hover {
				background:#fff;
				color:#e50278;
			}
		
		#frame #menu ul li.item4 {
			width:194px;
		}
		
			#frame #menu ul li.item4 a {
				width:179px;
				background:#333192;
			}
			
			#frame #menu ul li.item4 a:hover {
				background:#fff;
				color:#333192;
			}
			
		#frame #menu ul li.item5 {
			width:214px;
		}
		
			#frame #menu ul li.item5 a {
				width:199px;
				background:#7482bf;
			}
			
			#frame #menu ul li.item5 a:hover {
				background:#fff;
				color:#7482bf;
			}
			
		#frame #menu ul li.item6 {
			width:125px;
		}
		
			#frame #menu ul li.item6 a {
				width:115px;
				background:#781d7e;
			}
			
			#frame #menu ul li.item6 a:hover {
				background:#fff;
				color:#781d7e;
			}

