td.root-item{
	font-size: 10px; 
	font-weight: bold;
	width: 285px;
	text-align: center;
	padding-bottom: 10px;
}
td.root-item a{
	text-decoration: none;
}
td.root-item a.root-item
{
	color:#fff;
	font-weight:bold;
}
td.root-item a.root-item:hover
{
	color:#00C6FF;
	font-weight:bold;
}

/*Root menu selected*/
td.root-item a.root-item-selected
{
	color: #fff;
	font-weight:bold;
}