﻿.RadMenu_simedarby_property
{
cursor: hand;
cursor: pointer;

 text-align:right;
 padding: 0px 0px 15px 315px;

}

.RadMenu_simedarby_property .expandTop
{
white-space:nowrap; 
}

.RadMenu_simedarby_property .link
{
cursor: hand;
cursor: pointer;
}

.RadMenu_simedarby_property .link:hover,
.RadMenu_simedarby_property .focused,
.RadMenu_simedarby_property .expanded
{

cursor: hand;
color: #FF0000;
cursor: pointer;
text-decoration : none;
font-size:11px;
font-weight: bold;

}

.RadMenu_simedarby_property .text
{
	cursor: hand;
	color: #FF0000;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	
	
}

.RadMenu_simedarby_property .group
{
	background: #7D5345;
	border: dotted 0px #9E6E5E;
	cursor: hand;

	cursor: pointer;
		
}

.RadMenu_simedarby_property .group .link
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	border-bottom: dotted 1px #9E6E5E;
	border-left: dotted 1px #9E6E5E;
	border-right: dotted 1px #9E6E5E;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	background-color:#7D5345;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	text-decoration : none;

	text-transform: capitalize;		
	
}

.RadMenu_simedarby_property .group .link:hover
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	background-color:#9E6E5E;
	border-bottom: dotted 1px #9E6E5E;
	border-left: dotted 1px #9E6E5E;
	border-right: dotted 1px #9E6E5E;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	text-decoration : none;
	
	
}

.RadMenu_simedarby_property .group .text
{
	font-family:Arial;
	font-size:11px;
	/*background-color:#285A94;*/
	cursor: hand;
	cursor: pointer;
	width:100px; 	
	color: #FFFFFF;
	font-weight: bold;
			
	
}




.RadMenu_simedarby_property .group .focused,
.RadMenu_simedarby_property .group .expanded
{
	/*background: #508AB7 url('img/MenuItemBackground.gif') repeat-y right;*/
	
	text-align: left;
	
	
}

.RadMenu_simedarby_property .leftArrow,
.RadMenu_simedarby_property .rightArrow,
.RadMenu_simedarby_property .topArrow,
.RadMenu_simedarby_property .bottomArrow,
.RadMenu_simedarby_property .leftArrowDisabled,
.RadMenu_simedarby_property .rightArrowDisabled,
.RadMenu_simedarby_property .topArrowDisabled,
.RadMenu_simedarby_property .bottomArrowDisabled

{
	
	
}

.RadMenu_simedarby_property .topArrow,
.RadMenu_simedarby_property .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	padding-left: 10px;
}

.RadMenu_simedarby_property .bottomArrow,
.RadMenu_simedarby_property bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
	
}

.RadMenu_simedarby_property .rightArrow,
.RadMenu_simedarby_property .leftArrow
{
	height:100%;
	
	
}

.RadMenu_simedarby_property .rightArrow,
.RadMenu_simedarby_property .rightArrowDisabled
{
	background-image: url('img/right.gif');
	
}

.RadMenu_simedarby_property.vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	
	
}

.RadMenu_simedarby_property .expandLeft,
.RadMenu_simedarby_property .expandRight
{
	background:transparent url(img/groupImage.gif) right no-repeat;
	padding-right: 30px;
	
}

.RadMenu_simedarby_property .link:hover .expandLeft,
.RadMenu_simedarby_property .link:hover .expandRight,
.RadMenu_simedarby_property .focused .expandLeft,
.RadMenu_simedarby_property .focused .expandRight,
.RadMenu_simedarby_property .expanded .expandLeft,
.RadMenu_simedarby_property .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
	padding-right: 30px;
	
}


	


