

/*---- menu style --------------*/
.menu{
	float:left;
	width:162px;
	margin-left:auto;
	margin-right:auto;
	
}
.menu dl{
	margin-top:2px;
}
.menu dl dt{
	background:url(menu_title_bg.gif) top left repeat-x;
}
.menu dl dt a{
	height:25px;
	padding-top:3px;
	line-height:21px;
	width:152px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:url(ico_1.gif) 10px 7px no-repeat;
	text-indent:8px;
	letter-spacing:2px;
}
.menu dl dt a:hover{
	color:#e8f3fd;
}
.menu dl dd ul{
	list-style:none;
}
.menu dl dd ul li a{
	height:27px;
	widows:152px;
	display:block;
	line-height:24px;
	text-indent:8px;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cad9ea;
	border-bottom-color: #cad9ea;
	border-left-color: #cad9ea;
	background-color: #f2f9fd;
	background-image: url(ico_2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top-color: #f2f9fd;
}
.menu dl dd ul li a:hover{
	color:#239fe3;
	background-color: #e8f3fd;
	background-image: url(ico_3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.menu dl dd ul li   .sel {
	color:#239fe3;
	background-color: #e8f3fd;
	background-image: url(ico_3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}



