/* css of menu area */
/* general */
#menu {
	width: 160px;
	height: auto;
	float: right;
	margin: 0;
	line-height: 100%;
}
#menu #all {
	padding: 40px 0 0 4px;
}
#menu li {
	list-style: none;
}
#menu .menuarea {
	list-style-type: none;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFFFFF;
}
/* mainmenu */
.main {
	display: block;
	width: 142px;
	height: 30px;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
	padding: 0 0 0 14px;
	margin: 0;
}
a.main {
	background: transparent url("../images/menu/menu_main.gif") no-repeat 0 0;
}
a.main:hover {
	background: transparent url("../images/menu/menu_main.gif") no-repeat 0 -30px;
	font-weight: bold;
	color: #00B7E6;
}
div.main {
	background: transparent url("../images/menu/menu_main.gif") no-repeat 0 -60px;
}
/* submenu */
#menu .sub {
	padding: 0 0 4px 4px;
}
.sub li {
	line-height: 80%;
	margin: 3px 0;
}
.sub a, .sub div {
	display: block;
	width: 136px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	padding: 0 0 0 16px;
	margin: 0;
}
.sub a {
	background: transparent url("../images/menu/menu_sub.gif") no-repeat 0 0;
}
.sub a:hover {
	background: transparent url("../images/menu/menu_sub.gif") no-repeat -170px 0;
	font-weight: bold;
	text-decoration: underline;
	color: #00B7E6;
}
.sub div {
	background: transparent url("../images/menu/menu_sub.gif") no-repeat -340px 0;
}
/* mainmenutemp */
#index #menu01, #about #menu02, #committees #menu03, #outline #menu04, #regist #menu06, #abstract #menu07, #session #menu05, #entry #menu08 {
	background: transparent url("../images/menu/temp_back.gif") repeat-y;
}
#index #menu01 .main, #about #menu02 .main, #committees #menu03 .main, #outline #menu04 .main,
#regist #menu06 .main, #abstract #menu07 .main, #session #menu05 .main, #entry #menu08 .main {
	background: transparent url("../images/menu/temp_top.gif") no-repeat left top;
}
#index #menu01 .main, #about #menu02 .main, #committees #menu03 .main, #regist #menu06 .main,
#abstract #menu07 .main, #session #menu05 .main, #entry #menu08 .main {
	color: #00B7E6;
	font-weight: bold;
}
#index #menu01 .bottom, #about #menu02 .bottom, #committees #menu03 .bottom, #outline #menu04 .bottom,
#abstract #menu07 .bottom, #regist #menu06 .bottom, #session #menu05 .bottom, #entry #menu08 .bottom {
	background: transparent url("../images/menu/temp_bottom.gif") no-repeat left bottom;
}
/* submenutemp */
.geninfo .sub #menu04-1 a, .sciprog .sub #menu04-2 a, .members .sub #menu04-3 a, .sponsor .sub #menu04-5 a {
	background: transparent url("../images/menu/temp_sub.gif") no-repeat 0 0;
	color: #00B7E6;
	font-weight: bold;
}
.geninfo .sub #menu04-1 a:hover, .sciprog .sub #menu04-2 a:hover, .members .sub #menu04-3 a:hover, .sponsor .sub #menu04-5 a:hover {
	text-decoration: none;
	color: #00B7E6;
}
.geninfo .sub #menu04-1 span, .sciprog .sub #menu04-2 span, .members .sub #menu04-3 span, .sponsor .sub #menu04-5 span {
	background: #E8E8E8;
}