
/* RadMenu MPOSecondary skin */

.RadMenu_MPOSecondary
{
	background: #5c863b;
	float:right;
	height:22px;
	vertical-align:middle;
	padding-top:4px;
}

.RadMenu_MPOSecondary_Context
{
	background:none;
}

.RadMenu_MPOSecondary .link
{
	text-decoration:underline;
	color: #ffffff;
	line-height: 20px;
}
.RadMenu_MPOSecondary .link:visited
{
	text-decoration:underline;
	color: #ffffff;
	line-height: 20px;
}
.RadMenu_MPOSecondary .group .link:selectedItem
{
	text-decoration:underline;	
}

.RadMenu_MPOSecondary .link .text
{
	padding-right: 10px;
}

.RadMenu_MPOSecondary .link:hover,
.RadMenu_MPOSecondary .focused,
.RadMenu_MPOSecondary .expanded
{
	color: black;
	text-decoration:underline;
}


.RadMenu_MPOSecondary .text
{
	padding: 0px 10px;
	font-size: 12px;
	
}

.RadMenu_MPOSecondary .group
{
	background: white;
	border: 0px;
}



.RadMenu_MPOSecondary .group .text
{
	padding-left:6px;
	padding-right: 40px;
}

.RadMenu_MPOSecondary .group .link:hover,
.RadMenu_MPOSecondary .group .focused,
.RadMenu_MPOSecondary .group .expanded,
.RadMenu_MPOSecondary .group .link:selectedItem
{
	background: #a7cfe8;
	text-decoration: underline;
	font-weight: normal;
}

.RadMenu_MPOSecondary .group .link:hover .text,
.RadMenu_MPOSecondary .group .focused .text,
.RadMenu_MPOSecondary .group .expanded .text,
.RadMenu_MPOSecondary .group .link:selectedItem .text
{
	border-top: 0;
	text-decoration: underline;
}



