/*------------------------------------------------
ドロップダウン
------------------------------------------------*/
#dropdown{
	display:none;
	list-style:none;
}

/* 子メニューグループ */
/* these are the inner menus*/
#dropdown li ul{
	width:185px;
	list-style:none;
	z-index:200;
	margin-top:-5px;
}

/*  メインメニュー１〜５　*/
/* these are all the LIs in the menu*/
#dropdown li{
	margin:0;
	cursor:pointer;
	position:absolute;
}

/* リンクボタン */
#dropdown li a{
	display:block;
	width:185px;
	height:41px;
	z-index:300;
}

#dropdown li ul li,
#dropdown li ul li a {
	display:block;
	width:185px;
	height:26px;
	z-index:150;
	position:static;
	}

#dropdown li ul li.ddmFirst,
#dropdown li ul li.ddmFirst a {
	height:36px;
	}

#dropdown li ul li.ddmLast,
#dropdown li ul li.ddmLast a {
	height:30px;
	}


/* these are the LIs that only belong to submenu*/
/*#dropdown ul li{*/
	/*border:1px solid #444;*/
	/*border-top:0;*/
	/*margin-left:-1px;*/
	/*}*/


/* these are the LIs that contains a submenu*/
/*.dropdown li.submenu-down{
	background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:105px;
}*/

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
/*.dropdown li.submenu-left{
	background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}*/