@charset 'UTF-8';

ul.acc, ul.acc li ul {
margin: 0;
padding: 0;
list-style: none;
}

ul.acc a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #feffff;
}

ul.acc{
	background-color: #185AAC;
}

ul.acc li ul{
	background: #A6B5E2;
}

ul.acc li ul.fxmn {
height: 200px;
}

ul.accw {
width: 150px;
}

ul.acci li a ,
ul.accf li a {
  background: url(/images/acc_bg.png) left -30px no-repeat;
}

ul.acci,
ul.accf{
	background-color: white;
}

ul.acci li ul li a {
  background: none;
}

ul.accf a{
	text-indent: 10px;
	text-decoration: none;
	outline: none;
}

ul.accf li div ul li a { 
  background: none; 
}

ul.accf li div ul li a:hover { 
  background-color: #185AAC; 
}

ul.accf li div ul,
ul.accf li div div.notlast {
	background-color: #A6B5E2;
}

ul.accf li div div {
	height: 10px;
}

ul.accf li div div.last {
	background: transparent url(/images/acc_menu_last.png) left bottom no-repeat;
}
