#TopNavStatic {
	position:absolute;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:23px;                                  /* the menu's overall height */
	width:915px;         /* we always want our menu to fill the available space */

	bottom:0;
	_bottom:-1px;
	z-index:1000;
	background:url(images/navbg.jpg) repeat-x;
}

#TopNavStatic .normal {}
#TopNavStatic .hover {background:url(images/navbghover.jpg) repeat-x;}
#TopNavStatic a { color:White; }

.contentNormal { width:140px; }