﻿.RadMenu_simedarby
{
cursor: hand;
cursor: pointer;
}

.RadMenu_simedarby .link
{
cursor: hand;
cursor: pointer;
}

.RadMenu_simedarby .link:hover,
.RadMenu_simedarby .focused,
.RadMenu_simedarby .expanded
{

cursor: hand;
color: #FF0000;
text-decoration : underline;
cursor: pointer;
}

.RadMenu_simedarby .text
{
	cursor: hand;
	color: #FF0000;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 26px;
		
}

.RadMenu_simedarby .group
{
	background: #7D5345;
	border: solid 0px #9E6E5E;
	cursor: hand;
    width:150px;  	
	cursor: pointer;
		
}

.RadMenu_simedarby .group .link
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	/*border-bottom: solid 1px #44341E;
	border-left: solid 1px #44341E;
	border-right: solid 1px #44341E;*/
	border-bottom: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	/*background-color:#342817;*/
	background-color:#363636;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
	text-decoration : none;
	width:130px; 
	
}

.RadMenu_simedarby .group .link:hover
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	/*background-color:#FF8A00;*/
	/*background-color:#FF2800;*/
	background-color:#FF1438;
	border-bottom: solid 1px #9E6E5E;
	border-left: solid 1px #9E6E5E;
	border-right: solid 1px #9E6E5E;
	
	
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
		padding-right: 10px;
	color:#ffffff;
	text-decoration : none;
	
}

.RadMenu_simedarby .group .text
{
	font-family:Arial;
	font-size:11px;
	/*background-color:#285A94;*/
	cursor: hand;
	cursor: pointer;
	    width:105px; 	
	color: #FFFFFF;
	font-weight: bold;
}




.RadMenu_simedarby .group .focused,
.RadMenu_simedarby .group .expanded
{
	/*background: #508AB7 url('img/MenuItemBackground.gif') repeat-y right;*/
	width: 120px;
	text-align: left;
	
	
}

.RadMenu_simedarby .leftArrow,
.RadMenu_simedarby .rightArrow,
.RadMenu_simedarby .topArrow,
.RadMenu_simedarby .bottomArrow,
.RadMenu_simedarby .leftArrowDisabled,
.RadMenu_simedarby .rightArrowDisabled,
.RadMenu_simedarby .topArrowDisabled,
.RadMenu_simedarby .bottomArrowDisabled

{
	
	
}

.RadMenu_simedarby .topArrow,
.RadMenu_simedarby .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	padding-left: 10px;
}

.RadMenu_simedarby .bottomArrow,
.RadMenu_simedarby bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
	
}

.RadMenu_simedarby .rightArrow,
.RadMenu_simedarby .leftArrow
{
	height:100%;
	
	
}

.RadMenu_simedarby .rightArrow,
.RadMenu_simedarby .rightArrowDisabled
{
	background-image: url('img/right.gif');
	
}

.RadMenu_simedarby.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 .expandLeft,
.RadMenu_simedarby .expandRight
{
	background:transparent url(img/groupImage.gif) right no-repeat;
	padding-right: 30px;
	
}

.RadMenu_simedarby .link:hover .expandLeft,
.RadMenu_simedarby .link:hover .expandRight,
.RadMenu_simedarby .focused .expandLeft,
.RadMenu_simedarby .focused .expandRight,
.RadMenu_simedarby .expanded .expandLeft,
.RadMenu_simedarby .expanded .expandRight

{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
	padding-right: 30px;
	
}

.RadMenu_simedarby .expandTop
{
	text-transform:uppercase;			
}


	


