/*
.boxStyle .caption{
	cursor:pointer;
	height:30px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	background-image: url(../images/nav_t_bg.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
}
.boxStyle{
	overflow:hidden;
	position:relative;
	margin-top: 5px;
}
.boxStyle a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #666666;
}
.boxStyle a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-y;
	color: #333333;
}
.infor{
	height: 1px;
}
*/
#menuList{
	width:180px;
	margin-left: 65px;
	margin-top: 5px;
}
#menuList .caption {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 5px;
}
#menuList .caption_over {
	background-image: url(../images/nav_t_bg_over.gif);
	color: #006699;
	height: 23px;
	width: 175px;
	padding-top: 7px;
	padding-left: 5px;
}
.caption a {
	background-image: url(../images/nav_t_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 175px;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	color: #333;
}
.caption a:hover {
	background-image: url(../images/nav_t_bg_over.gif);
	color: #006699;
}
#menuList .sub-menu {
	font-size: 10px;
	text-decoration: none;
}
#menuList .sub-menu_over {
	font-size: 10px;
	text-decoration: none;
	display: block;
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-y;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	margin-top: 2px;
	margin-left: 1px;
	
}
.sub-menu a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	margin-top: 2px;
	margin-left: 1px;
}
.sub-menu a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-y;
	color: #333333;
}