/* RadMenu Plain skin */

.RadMenu_MassynSide 
{
	width:164px;
}

.RadMenu_MassynSide_Context
{
	background: none;
	border:0;
}

.RadMenu_MassynSide .link,
.RadMenu_MassynSide div.text
{
	line-height: 23px;
	margin-bottom:2px;
	border-right:1px solid #aeaeae;
	text-decoration:none;
	cursor:pointer;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	font-weight:bold;
	color: #013467;
	background-image:url(MenuSide/MenuItemBackground.gif);
}

.RadMenu_MassynSide .link:hover,
.RadMenu_MassynSide .focused,
.RadMenu_MassynSide .expanded,
.RadMenu_MassynSide div.text:hover
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #013467;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	background-image:url(MenuSide/menuItemHover.gif);
}

.RadMenu_MassynSide .text
{
	
}

.RadMenu_MassynSide .separator .text
{
	color:#c3a164;
	vertical-align:bottom;
	cursor:default;
	line-height:23px;
	font-size:15px;
	font-weight:bold;
}

.RadMenu_MassynSide_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_MassynSide .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_MassynSide .group .link,
.RadMenu_MassynSide .group div.text
{
	background: #c3a164;
	border-bottom: solid 1px #e1d0b1;
	text-align: left;
	line-height:23px;
}

.RadMenu_MassynSide_rtl .group .link,
.RadMenu_MassynSide_rtl .group div.text
{
	text-align: right;
}

.RadMenu_MassynSide .group .link:hover,
.RadMenu_MassynSide .group .focused,
.RadMenu_MassynSide .group .expanded
{
	background: #003366;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	color:#FFFFFF;
}

.RadMenu_MassynSide .leftArrow,
.RadMenu_MassynSide .rightArrow,
.RadMenu_MassynSide .topArrow,
.RadMenu_MassynSide .bottomArrow,
.RadMenu_MassynSide .leftArrowDisabled,
.RadMenu_MassynSide .rightArrowDisabled,
.RadMenu_MassynSide .topArrowDisabled,
.RadMenu_MassynSide .bottomArrowDisabled
{
	background: #ededed url('MenuSide/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_MassynSide .topArrow,
.RadMenu_MassynSide .topArrowDisabled
{
	background-image:url('MenuSide/top.gif');
	width:100%;
}

.RadMenu_MassynSide .bottomArrow,
.RadMenu_MassynSide .bottomArrowDisabled
{
	background-image:url('MenuSide/bottom.gif');
	width:100%;
}

.RadMenu_MassynSide .rightArrow,
.RadMenu_MassynSide .leftArrow
{
	height:100%;
}

.RadMenu_MassynSide .rightArrow,
.RadMenu_MassynSide .rightArrowDisabled
{
	background-image: url('MenuSide/right.gif');
}

.RadMenu_MassynSide .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MassynSide .expandLeft,
.RadMenu_MassynSide .expandRight
{
	background: transparent url(MenuSide/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MassynSide_rtl .expandLeft,
.RadMenu_MassynSide_rtl .expandRight
{
	background: url(MenuSide/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MassynSide .link:hover .expandLeft,
.RadMenu_MassynSide .link:hover .expandRight,
.RadMenu_MassynSide .focused .expandLeft,
.RadMenu_MassynSide .focused .expandRight,
.RadMenu_MassynSide .expanded .expandLeft,
.RadMenu_MassynSide .expanded .expandRight
{
	background:transparent url(MenuSide/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MassynSide_rtl .link:hover .expandLeft,
.RadMenu_MassynSide_rtl .link:hover .expandRight,
.RadMenu_MassynSide_rtl .focused .expandLeft,
.RadMenu_MassynSide_rtl .focused .expandRight,
.RadMenu_MassynSide_rtl .expanded .expandLeft,
.RadMenu_MassynSide_rtl .expanded .expandRight
{
	background:transparent url(MenuSide/groupImageRTL.gif) left center no-repeat;
}