#TopLinksContainer ul
{
margin: 0;
padding: 0;
height:32px;
color: White;
text-align:center
}

#TopLinksContainer ul li { display: inline;width:84px;}

#TopLinksContainer ul li a
{
        text-decoration: none;
        float: left;
	height:30px;
	color:White;
        width:84px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/	    	
	text-align:center;
	margin:0px 0px;
	line-height:30px;
	font-weight:bold;
        cursor: hand; 
}

#TopLinksContainer ul li a:hover
{
border: none;

        width:84px;
        height:30px;
        background-image:url(/images/back_nav2.jpg);
	color:FFFFFF; 
	TEXT-DECORATION:none;
}
