@charset "utf-8";
/* CSS Document */

.catMenFrame {
	color: #009999;
	float: left;
	width: 152px;
}
#catMenTitle {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:25px;
	padding-top:7px;
	background:url(../img/side/sideTop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.catMenTitle {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:25px;
	padding-top:7px;
	background:url(../img/side/sideTop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.catMenContent{
	background:url(../img/side/sideCenter.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.catMenContent ul {
	margin: 0px;
	padding:0;
}

.catMenContent li {
	list-style-type: none;
	
	margin:0 5px;
}

.catMenContent li a{
	color:#009999;
	list-style-type: none;
	display:block;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#009999 1px dotted;
}

.catMenContent li a:hover{
	background-color:#009999;
	color:#FFFFFF;

}
.catMenBottom{
	height:10px;
	background:url(../img/side/sideBottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}


.info_frame {
	color: #009999;
	float: left;
	width: 152px;
}

.info_title{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:25px;
	padding-top:7px;
	background:url(../img/info_menu/info_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.info_content{
	background:url(../img/info_menu/info_center.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.info_content ul {
	margin: 0px;
	padding:0;
}

.info_content li {
	list-style-type: none;
	
	margin:0 5px;
}

.info_content li a{
	color:#009999;
	list-style-type: none;
	display:block;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#009999 1px dotted;
}

.info_content li a:hover{
	background-color:#009999;
	color:#FFFFFF;

}
.info_bottom{
	height:10px;
	background:url(../img/info_menu/info_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

