.RadMenu_HPC
{
    width: 100%;
    background-color: #525152;
    line-height: 30px;
}

.RadMenu_HPC .rmRootGroup
{
}

.RadMenu_HPC .rmItem
{
}

.RadMenu_HPC .rmLink:hover,
.RadMenu_HPC .focused
{
    text-decoration: none;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #383838;
	padding-right: 13px;
	padding-left: 13px;
}

.RadMenu_HPC .rmLink
{
    text-decoration: none;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
    padding-right: 13px;
    padding-left: 13px;
    border-right: dotted 1px #767678;
}

.RadMenu_HPC .rmDisabled,
.RadMenu_HPC .rmDisabled:hover
{
    text-decoration: none;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	padding-right: 13px;
	padding-left: 13px;
}

.RadMenu_HPC .rmText
{
	cursor:pointer;
	color: #ffffff;
}