/* <RadMenu / SimpleLeft> */

.RadMenu_SimpleLeft ul.rmRootGroup,
.RadMenu_SimpleLeft div.rmRootGroup
{
	margin:  10px 0px 0px;
}

/* <Root items> */

.RadMenu_SimpleLeft,
.RadMenu_SimpleLeft .rmLink
{
	font: normal 12px/19px Arial, Verdana, "Segoe UI", sans-serif;
	color: #ffffff;
	letter-spacing: -0.4px;
	text-decoration: none;
	cursor: pointer;
	width: 80px;
	white-space: normal;
}

.RadMenu_SimpleLeft .rmItem .rmLink
{
	padding:   0px 0px 0px;
	margin: 0 0px 0px;
}

.RadMenu_SimpleLeft .rmItem .rmLink .rmText
{
	padding-right: 0;
}

.RadMenu_SimpleLeft .rmItem .rmLink:hover,
.RadMenu_SimpleLeft .rmItem .rmFocused,
.RadMenu_SimpleLeft .rmItem .rmSelected
{
	font: normal 12px/19px Arial, Verdana, "Segoe UI", sans-serif;
	color: #ffffff;
	letter-spacing: -0.4px;
	text-decoration: none;
	cursor: pointer;
	width: 80px;
	white-space: normal;
}

.RadMenu_SimpleLeft .rmItem .rmExpanded,
.RadMenu_SimpleLeft .rmItem .rmExpanded:hover
{
	font: normal 12px/19px Arial, Verdana, "Segoe UI", sans-serif;
	color: #ffffff;
	letter-spacing: -0.4px;
	text-decoration: none;
	cursor: pointer;
	width: 80px;
	white-space: normal;
}

.RadMenu_SimpleLeft .rmItem .rmDisabled,
.RadMenu_SimpleLeft .rmItem .rmDisabled:hover
{
	color: #7d7d7d;
	border: 0;
	padding: 1px 8px;
}

.RadMenu_SimpleLeft img.rmLeftImage
{
	margin: 2px 2px 0 0;
	padding-bottom: 3px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_SimpleLeft .rmGroup
{
	background-color: #ffffff;
	text-align: left;
    border-top: solid 2px white;
    text-align: left;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/ /*IE*/
    /*-moz-opacity: 0.7;*/ /*FireFox*/
    font: normal 14px/19px Arial, Verdana, "Segoe UI", sans-serif;
	color: #a2a2a2;
	letter-spacing: -0.4px;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
.RadMenu_SimpleLeft .rmGroup .rmVertical
{
	
   text-align: left;
}

.RadMenu_SimpleLeft .rmGroup .rmHorizontal
{
	
   
}

.RadMenu_SimpleLeft .rmGroup .rmItem .rmLink
{
	padding: 0px;
	margin:  1px 0 0px 0;
	border-bottom: solid 1px #939191;
	font: normal 13px/19px Arial, Verdana, "Segoe UI", sans-serif;
	color: #565555;
	text-decoration: none;
    cursor: pointer;
    outline: none;
	-moz-outline-style: none;
	}

.RadMenu .rmGroup .rmItem .rmLeftImage
{
	margin: 2px 0 0 6px;
}

* html .RadMenu .rmGroup .rmItem .rmLeftImage { margin: 0 0 0 0; }
*+html .RadMenu .rmGroup .rmItem .rmLeftImage { margin: 0 0 0 0; }

.RadMenu_SimpleLeft .rmGroup .rmItem .rmLink:hover,
.RadMenu_SimpleLeft .rmGroup .rmItem .rmFocused,
.RadMenu_SimpleLeft .rmGroup .rmItem .rmSelected,
.RadMenu_SimpleLeft .rmGroup .rmItem .rmExpanded,
.RadMenu_SimpleLeft .rmGroup .rmItem .rmExpanded:hover
{
	padding: 0 0 0 0;
	outline: none;
	-moz-outline-style: none;
}

.RadMenu_SimpleLeft .rmGroup .rmItem .rmDisabled,
.RadMenu_SimpleLeft .rmGroup .rmItem .rmDisabled:hover
{
	padding: 0 0 0 0;
}

.RadMenu_SimpleLeft .rmGroup .rmItem .rmLink .rmText
{
	padding-right: 20px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	outline: none;
}

.RadMenu_SimpleLeft .rmGroup .rmHorizontal .rmLink .rmText
{
	padding-right: 20px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.RadMenu_SimpleLeft .rmGroup .rmExpandRight,
.RadMenu_SimpleLeft .rmGroup .rmExpandLeft,
.RadMenu_SimpleLeft .rmTopArrow,
.RadMenu_SimpleLeft .rmBottomArrow,
.RadMenu_SimpleLeft .rmLeftArrow,
.RadMenu_SimpleLeft .rmRightArrow
{
	/*background: transparent url('Menu/rmExpandArrows.png') no-repeat;*/
}

.RadMenu_SimpleLeft .rmGroup .rmExpandRight { background-position: 100% 0; }
.RadMenu_SimpleLeft .rmGroup .rmExpandLeft { background-position: 0 -48px; }
.RadMenu_SimpleLeft .rmLink:hover .rmExpandRight,
.RadMenu_SimpleLeft .rmFocused .rmExpandRight,
.RadMenu_SimpleLeft .rmSelected .rmExpandRight,
.RadMenu_SimpleLeft .rmExpanded .rmExpandRight { background-position: 100% -24px; }
.RadMenu_SimpleLeft .rmLink:hover .rmExpandLeft,
.RadMenu_SimpleLeft .rmFocused .rmExpandLeft,
.RadMenu_SimpleLeft .rmSelected .rmExpandLeft,
.RadMenu_SimpleLeft .rmExpanded .rmExpandLeft { background-position: 0 -72px; }

.RadMenu_SimpleLeft .rmTopArrow,
.RadMenu_SimpleLeft .rmBottomArrow,
.RadMenu_SimpleLeft .rmLeftArrow,
.RadMenu_SimpleLeft .rmRightArrow
{
	background-color: #fff;
}

.RadMenu_SimpleLeft .rmTopArrow
{
	border-bottom: 1px solid #616161;
	background-position: 50% -95px;
}

.RadMenu_SimpleLeft .rmBottomArrow
{
	border-top: 1px solid #616161;
	background-position: 50% -109px;
}

.RadMenu_SimpleLeft .rmLeftArrow
{
	border-right: 1px solid #616161;
	background-position: 50% -48px;
}

.RadMenu_SimpleLeft .rmRightArrow
{
	border-left: 1px solid #616161;
	background-position: 50% 1px;
}

.RadMenu_SimpleLeft .rmVertical li.rmSeparator .rmText,
.RadMenu_SimpleLeft .rmHorizontal .rmVertical li.rmSeparator .rmText
{
	background: #616161;
	padding-bottom: 1px;
	margin-top: 2px;
}

.RadMenu_SimpleLeft .rmHorizontal li.rmSeparator .rmText,
.RadMenu_SimpleLeft .rmVertical .rmHorizontal li.rmSeparator .rmText
{
	background: #616161;
	width: 1px;
	margin-left: 1px;
}

/* <rtl> */

.RadMenu_SimpleLeft_rtl .rmGroup,
.RadMenu_SimpleLeft_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_SimpleLeft_rtl .rmGroup .rmItem .rmLink .rmText
{
	padding-left: 10px;
	padding-right: 10px;
}

.RadMenu_SimpleLeft_rtl .rmGroup .rmHorizontal .rmLink .rmText
{
	padding-left: 5px;
	padding-right: 6px;
}

/* </rtl> */

.RadMenu_SimpleLeft .rmScrollWrap .rmVertical
{
	border: 0;
}

/* </RadMenu / SimpleLeft> */
