﻿/* r.a.d.menuBrick skin modified for S&A */
.RadMenu_Practices
{
    background: #FFFFFF;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    white-space: normal !important;
}

.RadMenu_Practices li.rmItem
{ 
	text-align: left;
	padding-bottom: 0px ;
}

.RadMenu_Practices A.rmSelected
{ 
	color: #a5a580;
    font-weight: bold;
	
}

.RadMenu_Practices .rmLink 
{
	text-decoration:none;
	color: #333333;
}

.RadMenu_Practices .rmLink .rmText
{
	padding-right: 26px;
}

.RadMenu_Practices .rmLink .rmText:hover
{
	color: #a5a580;
}


.RadMenu_Practices .rmLink:hover,
.RadMenu_Practices .rmFocused,
.RadMenu_Practices .rmExpanded
{
	color: #333333;
	cursor: hand;
}

.RadMenu_Practices .link:hover .text,
.RadMenu_Practices .focused .text,
.RadMenu_Practices .expanded .text
{
    background-color: #D3D1BE;
}

.RadMenu_Practices .rmRootGroup .rmDisabled:hover
{
	background: #ffffff;
}

.RadMenu_Practices .rmRootGroup .rmDisabled:hover .text
{

}

.RadMenu_Practices .rmText
{
	padding: 0px 5px;
	font-size: 11px;
}

.RadMenu_Practices .rmGroup
{
	background: white;
	border: 0px;
}

.RadMenu_Practices .rmGroup .rmLink
{
	background: #a5a580;
	text-align: left;
	cursor: hand;
}

.RadMenu_Practices .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 0px;
}


.RadMenu_Practices .rmGroup .rmLink:hover .rmText,
.RadMenu_Practices .rmGroup .rmFocused .rmText,
.RadMenu_Practices .rmGroup .rmEexpanded .rmText
{
	border-top: 0px;
}

.RadMenu_Practices .rmGroup .rmLink:hover,
.RadMenu_Practices .rmGroup .rmFocused,
.RadMenu_Practices .rmGroup .rmExpanded
{
	background: #D3D1BE;
	font-weight: normal;
}

.RadMenu_Practices .rmLeftArrow,
.RadMenu_Practices .rmRightArrow,
.RadMenu_Practices .rmTopArrow,
.RadMenu_Practices .rmBottomArrow,
.RadMenu_Practices .rmLeftArrowDisabled,
.RadMenu_Practices .rmRightArrowDisabled,
.RadMenu_Practices .rmTopArrowDisabled,
.RadMenu_Practices .rmBottomArrowDisabled
{
	width:15px;
}

.RadMenu_Practices .rmTopArrow,
.RadMenu_Practices .rmTopArrowDisabled
{
	width:100%;
}

.RadMenu_Practices .rmBottomArrow,
.RadMenu_Practices .rmBottomArrowDisabled
{
	width:100%;
}

.RadMenu_Practices .rmRightArrow,
.RadMenu_Practices .rmLeftArrow
{
	height:100%;
}

.RadMenu_Practices .rmRightArrow,
.RadMenu_Practices .rmRightArrowDisabled
{
}

.RadMenu_Practices .rmVertical .rmSeparator .rmText
{
	background: #e0dcd4;
	font-size: 12px;
	padding-top: 2px;
}

.RadMenu_Practices .rmExpandLeft,
.RadMenu_Practices .rmExpandRight
{
	margin: 0px 3px;
}

.RadMenu_Practices .rmLink:hover .rmExpandLeft,
.RadMenu_Practices .rmLink:hover .rmExpandRight,
.RadMenu_Practices .rmFocused .rmExpandLeft,
.RadMenu_Practices .rmFocused .rmExpandRight,
.RadMenu_Practices .rmExpanded .rmExpandLeft,
.RadMenu_Practices .rmExpanded .rmExpandRight
{
	
}

/* right to left 
.RadMenu_Practices_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Practices_rtl .rmGroup .rmLink:hover .rmExpandRight
{
	margin: 0px 1px;
	padding-left: 5px;
}

.RadMenu_Practices_rtl .rmExpandLeft,
.RadMenu_Practices_rtl .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}*/
/* end right to left */



