﻿/* CLC External Footer Menu Skin */
.RadMenu_CLCFooterMenu 
{
	border: none;
	text-align: left;
	margin-bottom: 10px;
}
.RadMenu_CLCFooterMenu a
{
	text-decoration: none;
}

.RadMenu_CLCFooterMenu li, .RadMenu_CLCFooterMenu ul
{
	padding: 0px;
	background: none;
	margin-left: 0px !important;
}

.RadMenu_CLCFooterMenu a:hover
{
	text-decoration: underline !important;
	color: #EBEBEB !important;
}

.RadMenu_CLCFooterMenu .rmLink
{
	color: #EBEBEB;
	line-height: 24px;
}

.RadMenu_CLCFooterMenu .rmLink .rmText
{
	color: #EBEBEB;
	cursor: pointer;
	font-family: Arial, Helvetica, Verdana, 'FreeSans', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.RadMenu_CLCFooterMenu .rmSeparator .rmText
{
	color: #EBEBEB;
	font-size: 14px !important;
	line-height: 24px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}


/*****Telerik Q2 2009 Fixes*****/
.RadMenu_CLCFooterMenu .rmText, .RadMenu_CLCFooterMenu .rmLink
{
	padding: 0px !important;
}
.RadMenu_CLCFooterMenu .rmSeparator .rmText {
	height: auto !important;
	margin: 0px !important;
	width: auto !important;
}