div#menu {
	position: 			relative;
	width: 				100%;
	height: 			37px;
	line-height: 		30px;
	padding-left: 		10px;
	z-index: 			10000;
}

div#menu_bg {
	margin-top: 		-37px;
	width: 				100%;
	height: 			37px;
	background: 		url('/img/menu_bg.png') left top no-repeat;
}

div#menu div {
	position: 			relative;
	z-index: 			10000;
	float: 				left;
	text-align: 		center;
}

div.sub_menu {
	width: 				120px;
	z-index: 			1000;
	position: 			absolute;
	left: 				0px;
	top: 				30px;
}

div#menu div.norm {
	width: 				137px;
	height: 			32px;
}

div#menu div.norm a {
	color: 				#000000;
	display: 			block;
}

div.sel_menu {
	width: 				137px;
	height: 			32px;
	background: 		#492f91;
}

div.sel_menu a {
	color: 				#ffffff;
	display: 			block;
}

div.sel_menu a:hover {
	color: 				#ffffff;
	display: 			block;
}

div.sel_sub_menu {
	width: 				137px;
	height: 			32px;
	margin-top: 		9px;
	background: 		#492f91;
}

div.sel_sub_menu_2 {
	width: 				137px;
	height: 			32px;
	margin-top: 		2px;
	background: 		#492f91;
}

div.sub_gr {
	width: 				137px;
	margin-top: 		9px;
	background: 		#404040;
	height: 			32px;
}

div.sub_prpl {
	width: 				137px;
	margin-top: 		2px;
	background: 		#492f91;
	height: 			32px;
}

div.sub_gr_2 {
	width: 				137px;
	margin-top: 		2px;
	background: 		#404040;
	height: 			32px;
}

