/* <RadMenu / Default> */

.RadMenu
{
    padding-left:24px;
}

.RadMenu_Custom
{
    color: #928c80;
	text-decoration: none;
	margin: 0px;
	font-family: times new roman, georgia;
	font-size: 14px;
	width: auto;
	margin-top: 10px;
}

.RadMenu_Custom .rmRootGroup .rmItem
{
    border-left: 1px solid #ccc;
}

.RadMenu_Custom .rmRootGroup .rmItem.rmFirst
{
    border-left: none;
}

.RadMenu_Custom .rmLink
{
    text-decoration: none;
    color: #928c80;
}

.RadMenu_Custom .rmLink .rmText
{
    cursor:pointer;
    padding: 1px;
    margin:0px;
	text-align: left;
}

.RadMenu_Custom .rmVertical .rmItem
{
	background-color: #eaeaea;
    line-height: 34px;
    border-left:none;
	border-bottom: 1px solid #dedede;
    text-decoration:none;
    color: #928c80;
	font-family: times new roman;
	font-size: 14px;
	text-align: left;
}

.RadMenu_Custom .rmVertical .rmItem .rmLink .rmText
{
    padding-right: 15px;
    padding-left: 4px;
}

.RadMenu_Custom .rmLink:hover,
.RadMenu_Custom .rmFocused,
.RadMenu_Custom .rmSelected,
.RadMenu_Custom .rmExpanded,
.RadMenu_Custom .rmExpanded:hover
{
	background-color: #cfdeff;
    color: #928c80;
}

.RadMenu_Custom .rmVertical .rmLink:hover,
.RadMenu_Custom .rmVertical .rmFocused,
.RadMenu_Custom .rmVertical .rmSelected,
.RadMenu_Custom .rmVertical .rmExpanded,
.RadMenu_Custom .rmVertical .rmExpanded:hover
{
	background-color: #cfdeff;
    color: #928c80;
}

.RadMenu_Custom .rmDisabled,
.RadMenu_Custom .rmDisabled:hover
{
	color: #7d7d7d;
}

/* <Submenu offsets (Default - specific, overlapping submenus)> */

.RadMenu_Custom .rmSlide
{
	margin: 0 0 0 0px;
}

.RadMenu_Custom .rmVertical .rmSlide,
.RadMenu_Custom .rmSlide .rmSlide,
.RadMenu_Custom_Context .rmGroup .rmSlide
{
	margin: 0 0 0 0px;
}

/* </Submenu offsets> */

/* </RadMenu / Default> */
