td {
	font-size: 12px;
}
.link td A{
	border-left: 2px solid #90AFFF;
	border-right: 2px solid #010000;
	border-top: 2px solid #90AFFF;
	border-bottom: 2px solid #010000;
	PADDING-top: 3px;
	PADDING-left: 3px;
	PADDING-right: 3px;
	font-weight: bold;
	text-align: center;
	height:25px;
	width:100%;
	color:#FFFFFF;
	background:url(/img/menu_bg.jpg)

}

.link td A:hover{
	border-left: 2px solid #010000;
	border-right: 2px solid #90AFFF;
	border-top: 2px solid #010000;
	border-bottom: 2px solid #90AFFF;
	PADDING-top: 3px;
	font-weight: bold;
	text-align: center;
	background:url(/img/menu_bg1.jpg)
	height:25px;
	width:100%;
	color:#FFFFFF;

}
.title_link td A{
	width:100%;
	height:16px;
	background:#FFFFFF;
	font-weight: bold;

	color:#336666;
	text-align: center;
	PADDING-top: 5px;
	height:25px;

}

.title_link td A:hover{
	background:#f1f1f1;
	height:16px;
	color:#000000;
	PADDING-top: 5px;
	height:25px;
}
.text_link td A{
	width:100%;
	height:16px;
	color:#000000;
}

.text_link td A:hover{
	height:16px;
	color:#000000;
}

.text1_link td A{
	background:#f1f1f1;
	PADDING-top: 5px;
	PADDING-left: 10px;
	width:100%;
	height:25px;
	color:#336666;
}

.text1_link td A:hover{
	background:#FFCC66;

	height:25px;
	color:#000000;
}


a {
	text-decoration: none;
}
.sub td{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000
	background:menu;
	text-align:center;
}
.sub tr A:hover{
background:#000000;
}