﻿#TopLinksContainer{
height:22px;
width:670px;
margin:0px 0px 0px 0px;
float:left;

}

#TopLinksContainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: White;
float: left;
width: 670px;
font-family: arial, helvetica, sans-serif;
}

#TopLinksContainer ul li { display: inline; float:left;
width:80px;
margin:0 auto 0 2px;
height:22px;
list-style-type:none;
text-align:center;
}

#TopLinksContainer ul li a
{
text-decoration: none;

float: left;
    width:80px;
	height:22px;
	color:black;
	font-weight:bold;
	cursor: pointer; 
	cursor: hand;  
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    	

}

#TopLinksContainer ul li a:hover
{
	width:80px;
	height:22px;
	color:white;
	TEXT-DECORATION:underline;
}

#TopLinksContainer ul{
float:left;
width:670px;
margin:0px 0px;
height:100%;
list-style-type:none;
text-align:left;
line-height:22px;
padding:0px 0px;


}
