/*public navigation css*/


body {
	/* /background-image: url(http://www.163.com/nothing.txt);
	background-attachment: fixed; /* prevent screen flash in IE6 */

}
#bottomNav {
	width: 98%;
	_width: 100%;
	float: left;
	display: block;
	height: 25px;
	background-repeat: repeat-x;
	background-color: #6699CC;
	z-index: 100;
	overflow: visible;
	padding: 0 0 0 0;
	border-top: 1px solid #fff;
	position: fixed;
	color: #ffffff;
	bottom: 0px; /* position fixed for IE6 */
	_position: absolute;
	_top: expression(documentElement.scrollTop +   documentElement.clientHeight-this.offsetHeight);
		padding-top:3px
}


#myMenuItem {
	padding-top:6px;
	font-weight: bold;
	}
