﻿.RadMenu_Footer
{
    background: #994a89;
    height: 28px;
    margin-top:12px;
	margin-bottom:12px;
	float:right !important;
}

.RadMenu_Footer .rmLink
{
    line-height: 28px;
    text-decoration:none;
}

.RadMenu_Footer .rmFirst
{
    background: url(images/background-footer-first.gif) no-repeat left;
    padding-left: 9px;
}

.RadMenu_Footer .rmLast
{
    background: url(images/background-footer-last.gif) no-repeat right;
    padding-right: 9px;
}

.RadMenu_Footer .rmText
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    padding: 0 10px;
}

.RadMenu_Footer .rmLink:hover .rmText,
.RadMenu_Footer .rmFocused .rmText,
.RadMenu_Footer .rmExpanded .rmText,
.RadMenu_Footer .rmSelectedItem .rmText
{
    cursor: pointer;
}
