#menu_container
{
position: absolute;
margin: 0;
z-index:1
}
#menu_container dl
{
height:15px;
width: 80px;
margin: 0;
float: left;
font-size: 10px;
background: #3E44AF;
color: #fff;
display: block;
border-bottm:1px solid #fff
	}
#menu_container dt
{
text-align: center;
padding-left: 2px;
padding-right: 2px;
hight:15px;
font-family: Century Gothic;
}
#menu_container dd
	{
display: none;
margin: 0;
text-align: center;
border-top:1px solid #fff;
height: 15px;
font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka
	}
#menu_container dl:hover dd
	{
	display: block;
	background: #3E44AF;
height: 15px;
text-align: center;
	}
#menu_container a
	{
display: block;
-width: -80px;
height: 15px;
background: #3E44AF;
padding-left: 2px;
padding-right: 2px;
text-decoration:none;
color:#fff;
	}
#menu_container a:hover
	{
	background-color: #CCD5F1;
	color: #26359D;
height: 15px;
text-align: center;
	}
	
