/* RadMenu SHCC skin */

.RadMenu_SHCC 
{
	background: #85D1E4;
	text-align: center;	
}

.RadMenu_SHCC a
{
	text-decoration: none;
	
}

.RadMenu_SHCC .link
{			
	text-decoration: none;
	color: #fff;			
}

.RadMenu_SHCC .rootGroup .link:hover,
.RadMenu_SHCC .rootGroup .focused,
.RadMenu_SHCC .rootGroup .expanded
{
	background-color: #16a8d0;		
}

.radmenu .higher
{
   white-space: normal !important;
}

/*for single-lined items*/
.RadMenu_SHCC .text
{
	padding: 5px 5px 0px 5px;
	font: bold 8pt Arial, sans-serif;    
    height: 30px;
    line-height: 25px;
	text-align:center;
}

/*for double-lined items*/
.RadMenu_SHCC .higher .text
{
    line-height: 12px;
}