﻿.RadMenu_HotJoe, .RadMenu_HotJoe .rmLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
}
.RadMenu_HotJoe .rmVertical
{
	line-height: 15px;
}
.RadMenu_HotJoe .rmLink
{
	text-decoration: none;
	color: White;
	cursor: pointer;
}
.RadMenu_HotJoe .rmLink .rmText{
	cursor: pointer;
}
.RadMenu_HotJoe .rmLink:hover{
	color: #F05A28;
	cursor: pointer;
}
.RadMenu_HotJoe .rmFocused
{
    color: #F05A28;
    background-color: transparent;
}
.RadMenu_HotJoe .rmDisabled{
	color: gray;
	background-color: transparent;
}
.RadMenu_HotJoe .rmHorizontal .rmSeparator{
	background-image: url('Menu/separator.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	height: 15px;
}
