@charset "UTF-8";



/* CSS Document */







/* define defaults for IE */



a
{
  color: #000;
}



a:visited
{
  color: #111;
}



a:hover
{
  color: #222;
}




#container
{
  position: relative;
  z-index: 100;
}



#outer
{
	padding: 0;
	text-align: center;
	margin: 0;
	width: 960px;
	background: url(../img/bluenavi.gif);
	height: 45px;
	position: relative;
	z-index: 500;
}


#outer ul
{
	margin: 0;
	float: left;
	list-style-type: none;
	height: 45px;
	letter-spacing: 0.4em;
	padding: 0 0px 0 55px;
}



#outer ul li
{
	float: left;
	margin-top: 5px;
}



#outer ul li a
{
	float: left;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 39px;
	padding: 0 14px 0 26px;
	white-space: nowrap;
	color: #000;
	font: 15px/33px verdana, arial, sans-serif;
	margin-top: -3px;
}



#outer ul li a:hover
{
	color: #0033CC;
	background: #8989fb;
}







#outer ul li#ul_1 a.down:hover
{
	color: #fff;
	background: right center;
}





#submenus
{

	width: 145px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	letter-spacing: 0.1em;
}



#submenus div
{
	height: 0px;
	position: absolute;
	top: 45px;
	left: 0;
	width: 145px;
	overflow: hidden;
}



#submenus div#ul_1
{
	background: #b3b3fc;
}



#submenus div#ul_2
{
  background: #b3b3fc;
}



#submenus div#ul_3
{
  background: #b3b3fc;
}



#submenus div#ul_4
{
  background: #b3b3fc;
}


#submenus div#ul_5
{
  background: #b3b3fc;
}


#submenus div#ul_6
{
  background: #b3b3fc;
}

#submenus div#ul_7
{
  background: #b3b3fc;
}



#submenus div ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 200px;
}



#submenus div ul li
{
  float: left;
  width: 200px;
}



#submenus div ul li a
{
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: left;
	display: block;
	height: auto;
	width: 190px;
	padding: 0 0 0 10px;
	font: 12px/30px verdana, arial, sans-serif;
}



#submenus div ul li a:hover



{
	color: #0033CC;
	text-decoration: underline;
}
