Wrong css

I have this in my css:


.mainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 18px;
	color: #0066FF;
	background-image: url("../images/topmenubg.gif");
	background-repeat: repeat;
	white-space: nowrap;
}

and this as my call tag:


<td align="right" class="mainMenu">hello I am the date</td>

it wont accept the css white-space part… any suggestions?

~ Lacuna aka Seretha :love: