@charset "utf-8";
/* CSS Document */

#container {
	width: 190px;
	padding: 0px 5px;
	background-image: url(../images/left_menu/menu_bk.png);
}
.add {
	width: 200px;
	background-color: #E7E7E7;
}
H1 {
	margin: 0px;
	width: 190px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
H1 a {
	display: block;
	width: 190px;
	color: #000;
	height: 32px;
	text-decoration: none;
	moz-outline-style: none;
	background-image: url(../images/left_menu/menu_bgS.png);
	background-repeat: no-repeat;
	line-height: 32px;
	text-align: center;
}
H1 a:hover {
	width: 190px;
	color: #005cb2;
	font-weight: bold;
	background-image: url(../images/left_menu/menu_bgS_over.png);
	height: 32px;
}
.content{
	width: 190px;
	height: 32px;
}
.MM ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.MM li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	color: #333333;
	list-style-type: none;
	display: block;
	text-decoration: none;
	height: 32px;
	width: 190px;
	padding-left: 0px;
}
.MM {
	width: 182px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
.MM a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	color: #000;
	height: 32px;
	width: 190px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/left_menu/branch_menu_bg.png);
	background-repeat: no-repeat;
}
.MM a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003e7f;
	background-image: url(../images/left_menu/branch_menu_bg.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 190px;
	text-decoration: none;
}
.MM a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/left_menu/branch_menu_bg_over.png);
	background-repeat: no-repeat;
	width: 190px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
}
.MM a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005cb2;
	background-image: url(../images/left_menu/branch_menu_bg_over.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 190px;
	text-decoration: none;
}

.noneBox {display:none;}
