﻿#topNav{
	font-size: 14px;
	clear: both;
	padding-top:6px;
	float: left;
	width: 100%;list-style-type:none;font-weight:bold;
}

#topNav a:link{color: #fff;}
#topNav a:visited{color: #fff;}
#topNav a:hover{color: #fdefb0;}
#topNav ul li{
	text-align:center;FLOAT: left;width:75px;height: 30px;padding-top: 5px;margin:0 3px 0 3px;
}
#topNav .activeAn {
	background-position: center bottom;
	filter: blendtrans(duration=0.3);
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('/images/new/navBjAct.gif');
}
#topNav .normalAn {
	background-position: center center;
	filter: blendtrans(duration=0.3);
	background-repeat: no-repeat;
	background-image: none;
}

#childNav{
	border: 1px solid #5cc8e1;
	height:40px;
	filter: blendtrans(duration=0.4);
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	padding:5px 0 5px;
}
#childNav ul{display:inline;}
#childNav ul li{
	font-size:12px;	padding:5px 10px 5px 10px;text-align:center;display:inline;
}
#childNav .activeAc {
	filter: blendtrans(duration=0.2);
	background-color: #FFCC66;
}

#childNav .normalAc {
	filter: blendtrans(duration=0.2);
}
#childNav a:link{COLOR: #11ccf7; TEXT-DECORATION: none}
#childNav a:visited{COLOR: #11ccf7; TEXT-DECORATION: none}
#childNav a:hover{COLOR: #5cc8e1; TEXT-DECORATION: none}