
/* r.a.d.menu mcc skin */

.RadMenu_mcc
{
	background: #104E8B;
        color: white;
        text-decoration: none;
        padding-left: 20px;
}

.RadMenu_mcc_Context
{
	background:none;
}

.RadMenu_mcc .link
{
	text-decoration: none;
	color: white;
	line-height: 20px;
	border-bottom: 4px solid #104E8B;
	border-top: 4px solid #104E8B;
}

.RadMenu_mcc .link:hover .text
{
	text-decoration: underline;
	color: #D1C686;
	
}

.RadMenu_mcc .rootGroup .link:hover .text
{
	text-decoration: none;
	color: #D1C686;
	
}

.RadMenu_mcc .rootGroup .item .text
{
      color: white;
      font-family: arial;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
}



.RadMenu_mcc .link .text
{
	padding-right: 20px;

}


.RadMenu_mcc .group
{
	background: #D1C686;
        color: #104E8B;
        text-decoration:none;
        padding-left: 20px;
}

.RadMenu_mcc .group .item .text
{
      color: #104E8B;
      font-family: arial;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
      padding-left: 20px;
}


.RadMenu_mcc .group .link
{
	text-decoration: none;
	color: #104E8B;
	line-height: 20px;
	border-bottom: 4px solid #D1C686;
	border-top: 4px solid #D1C686;
}

.RadMenu_mcc .group .link:hover .text
{

	color: #FFFFFF;
	
}