.immLabel { display: none; }
#menu {
	width: 725px;
	position: relative;
	z-index: 999;
	padding: 0px 10px 0 10px;
	color: #686e75;
	background:#ebebeb;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 28px;
	height:27px;
	margin-top:0px;
	text-align: left;
	}
.menu-left { width: auto; float: left; }
.menu-rite { width: auto; float: right; }
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu li { margin: 0; padding: 0; width: auto; float: left; position: relative;}

#menu .menu-left li { margin-right: 15px; }
#menu .menu-rite li { margin-left: 15px; }
#menu a { color: #686e75; text-decoration: none; }
#menu a.active {color:#802980;}


#menu .sub {
	width: 240px;
	position: absolute;
	z-index: 99;
	top: 19px;
	color: #000;
	background: url(../img/common/menu.arrow.up.gif) top left no-repeat;
	}
#menu .menu-left .sub { left: 0; background-position: left top; }
#menu .menu-rite .sub { width: auto !important; right: 0; background-position: right top; }
#menu .sub ul { padding: 10px 10px 0 10px; margin-top: 8px; background-color: #802980; clear: both; float: left; }
#menu .sub li { margin: 0 10px 10px 0; line-height: 130%; width: 150px; color:#7c0100; font-weight:normal;}
#menu .sub a { color: #ffffff; font-weight:bold;}
#menu .sub { display: none; }
#menu li.hover .sub { display: block; }