hr{margin:50px 0;color:#eee;}ul li.active{ /*IE6 hack- hide gooey effect from that browser*/_visibility: hidden; /*IE6 rule*/}/* ######### Thick Underline Menu CSS ######### */ul.underlinemenu{margin: 0;margin-bottom:1em;padding: 0;list-style: none;position:relative;text-align: center; //set value to "left", "center", or "right"*/}ul.underlinemenu li{	display: inline;}ul.underlinemenu li a{	padding: 2px;	margin-right: 10px; /*spacing between each menu link*/	text-decoration: none;}ul.underlinemenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/	position:absolute;	height: 0px;	background-image: url(png/traco.png);	background-repeat: no-repeat;	background-position: center top;}