/* RadMenu Alamo_vertical skin */

.RadMenu_Alamo_vertical
{
	white-space: normal;
}
.RadMenu_Alamo_vertical .rootGroup .item
 {
	width: 116px;
	padding-right: 24px;
}

.RadMenu_Alamo_vertical .rootGroup .link {
	background: url(img/MenuBackground.gif) right top no-repeat;
	width: 116px;
	/*height: 27px;*/
	padding-right: 24px;
}


.RadMenu_Alamo_vertical .rootGroup .text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #296585;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-top: 4px;
}

.RadMenu_Alamo_vertical .rootGroup .link {
	text-decoration: none;
}

.RadMenu_Alamo_vertical .rootGroup .Alamo_vertical_Selected {
	background: url(img/MenuBackground_selected.gif) right top no-repeat;
	padding-right: 24px;
}

.RadMenu_Alamo_vertical .rootGroup .Alamo_vertical_Selected .text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-top: 4px;
}