﻿/* r.a.d.menu Default skin */

.RadMenu_simedarby_plantation
{
cursor: hand;
cursor: pointer;
float:none;
}

.RadMenu_simedarby_plantation .link
{
cursor: hand;
cursor: pointer;
}

.RadMenu_simedarby_plantation .link:hover,
.RadMenu_simedarby_plantation .focused,
.RadMenu_simedarby_plantation .expanded
{

cursor: hand;
color: #FF0000;
cursor: pointer;
	text-decoration : none;
}

.RadMenu_simedarby_plantation .text
{
	cursor: hand;
	color: #FF0000;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 15px;
	text-transform: uppercase;		
}

.RadMenu_simedarby_plantation .group
{
	background: #6D7D45;
	border: solid 0px #727071;
	cursor: hand;
    padding-left: 10px;
	cursor: pointer;
		
}

.RadMenu_simedarby_plantation .group .link
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	border-bottom: solid 1px #798A4E;
	border-left: solid 1px #798A4E;
	border-right: solid 1px #798A4E;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	background-color:#6D7D45;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	text-decoration : none;

	text-transform: capitalize;		
	
}

.RadMenu_simedarby_plantation .group .link:hover
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	background-color:#869955;
	border-bottom: solid 1px #798A4E;
	border-left: solid 1px #798A4E;
	border-right: solid 1px #798A4E;
	
	
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
		padding-right: 5px;
	color:#ffffff;
	text-decoration : none;
	text-transform: capitalize;		
	
}

.RadMenu_simedarby_plantation .group .text
{
	font-family:Arial;
	font-size:11px;
	/*background-color:#285A94;*/
	cursor: hand;
	cursor: pointer;
	    width: 100px; 	
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;		
	
}




.RadMenu_simedarby_plantation .group .focused,
.RadMenu_simedarby_plantation .group .expanded
{
	/*background: #508AB7 url('img/MenuItemBackground.gif') repeat-y right;*/

	text-align: left;
	
	
}

.RadMenu_simedarby_plantation .leftArrow,
.RadMenu_simedarby_plantation .rightArrow,
.RadMenu_simedarby_plantation .topArrow,
.RadMenu_simedarby_plantation .bottomArrow,
.RadMenu_simedarby_plantation .leftArrowDisabled,
.RadMenu_simedarby_plantation .rightArrowDisabled,
.RadMenu_simedarby_plantation .topArrowDisabled,
.RadMenu_simedarby_plantation .bottomArrowDisabled

{
	
	
}

.RadMenu_simedarby_plantation .topArrow,
.RadMenu_simedarby_plantation .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	padding-left: 10px;
}

.RadMenu_simedarby_plantation .bottomArrow,
.RadMenu_simedarby_plantation bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
	
}

.RadMenu_simedarby_plantation .rightArrow,
.RadMenu_simedarby_plantation .leftArrow
{
	height:100%;
	
	
}

.RadMenu_simedarby_plantation .rightArrow,
.RadMenu_simedarby_plantation .rightArrowDisabled
{
	background-image: url('img/right.gif');
	
}

.RadMenu_simedarby_plantation .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_plantation .expandLeft,
.RadMenu_simedarby_plantation .expandRight
{
	background:transparent url(img/groupImage.gif) right no-repeat;
	padding-right: 30px;
	
}

.RadMenu_simedarby_plantation .link:hover .expandLeft,
.RadMenu_simedarby_plantation .link:hover .expandRight,
.RadMenu_simedarby_plantation .focused .expandLeft,
.RadMenu_simedarby_plantation .focused .expandRight,
.RadMenu_simedarby_plantation .expanded .expandLeft,
.RadMenu_simedarby_plantation .expanded .expandRight

{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
	padding-right: 30px;
	
}


	



