
#menu
{
	background-image: url(../_img/MenuTile.jpg);
	background-repeat: repeat-x;
	margin-bottom:2px;
	/*height:44px;*/
	/*overflow:hidden;  added to remove whitespace that was appearing in IE.  http://css-discuss.incutio.com/?page=ClearingSpace*/
	
}

.MenuStyle
{	
	z-index:1; /* so that it displays above the premium items */
}

.mnuItem 
{
	
	background-image: url(../_img/MenuTile.png);
	background-repeat:repeat-y;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 2px;
	
	cursor:pointer;

}

.mnuItemOver 
{
	background-image: url(../_img/MenuTileOver.png);
	background-repeat:repeat-y;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 2px;
	
	cursor:pointer;
	
}
	
	
.lastMnuItem 
{
	height:30px;
	background-image: url(../_img/MenuTileLast.png);
	background-repeat:no-repeat;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 4px;
	cursor:pointer;
	
}

.lastMnuItemOver
{
	height:30px;
	background-image: url(../_img/MenuTileOverLast.png);
	background-repeat:no-repeat;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 4px;
	cursor:pointer;
}