/* RadMenu Main Skin */

.RadMenu_Main a
{
	text-decoration: none;
}

.RadMenu_Main .link
{
	text-decoration: none;
	color: #fff;
}

.RadMenu_Main .rootGroup .link:hover,
.RadMenu_Main .rootGroup .focused
{
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
}

.RadMenu_Main .link .text
{
	font: bold 14px Trebuchet MS, Sans-Serif;
	text-transform: uppercase;
}

.RadMenu_Main .text
{
	padding: 0 8px 0 8px;
}