/* RadMenu Footer skin */

.RadMenu_Footer {
	text-align: left;
	display: block;
}

.RadMenu_Footer a {
	text-decoration: none;
}

.RadMenu_Footer .link {
	text-decoration: none;
	color: #0055a4;
}

.RadMenu_Footer .rootGroup .link:hover, .RadMenu_Footer .rootGroup .focused, .RadMenu_Footer .rootGroup .expanded {
	color: #0055a4;
	text-decoration: underline;
	cursor: pointer;
}

.RadMenu_Footer .text {
	padding: 0 8px 0 8px;
}

.RadMenu_Footer .horizontal .item {
	border-right: 1px solid #efefef;
}

.RadMenu_Footer .horizontal .last {
	border-right: 0;
}