/* RadMenu Default skin */

.RadMenu_Marshalls  {
/*	Gerry removed
	border: 1px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838; */
	text-align: left;
}

.RadMenu_Marshalls  .item
{

	background:  url("img/MenuBackground.jpg") no-repeat top left;
	height: 31px;
	width:156px;

}



.RadMenu_Marshalls  .item .link:hover,
.RadMenu_Marshalls  .item .focused,
.RadMenu_Marshalls  .item .expanded {
		background:  url("img/MenuBackground_over.jpg") no-repeat top left;
		width:156px;

	margin-top:1px;
	

}



.RadMenu_Marshalls_rtl
{
	text-align: right;
}

.RadMenu_Marshalls_Context
{
/*	Gerry Removed
	background: none; 
	border: 0;*/
}

.RadMenu_Marshalls a
{
	text-decoration: none;
}

.RadMenu_Marshalls .link
{
	line-height: 31px; /* Gerry changed from 24px */
	text-decoration: none;
	color: #000000;
	position: relative;
	float:left;
}


.RadMenu_Marshalls .expanded
{
	z-index: 10000;
}

.RadMenu_Marshalls .rootGroup .link:hover,
.RadMenu_Marshalls .rootGroup .focused,
.RadMenu_Marshalls .rootGroup .expanded
{
	/* background-color: #ffffff; 
	background-url: "img/MenuBackground_over.jpg" ; */ /*Gerry added and marked out */
	color: #906423;
	font-weight: bold;
	padding-left:40px;

}

.RadMenu_Marshalls .rootGroup .link .text
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_Marshalls .group
{
	/* background: #446A90; /*Gerry changed */
	
}

.RadMenu_Marshalls .group .item .link:hover,
.RadMenu_Marshalls .group .item .focused,
.RadMenu_Marshalls .group .item .expanded
{
	background:  url("img/MenuBackground_over.jpg") no-repeat top left;
	width:156px;
		}

.RadMenu_Marshalls .group .link
{
	text-decoration: none;
	width:156px;
	margin-top:2px;
	/* color: #906423;
	background: #446A90; Gerry changed and marked out */
}

.RadMenu_Marshalls_rtl .group .link
{
	text-align: right;
	

}

.RadMenu_Marshalls .group .link:hover,
.RadMenu_Marshalls .group .focused,
.RadMenu_Marshalls .group .expanded
{
	color: #906423;

/*	background: #444;  *//*Gerry removed */
}

.RadMenu_Marshalls .link
{
		padding: 9px 20px 5px 22px;
		width:156px;
}

.RadMenu_Marshalls .group .link .text
{
	font-size: 11px;
}



/* </expand arrows styling> */

/*.RadMenu_Marshalls .horizontal .item { border-right: 1px solid #353535; }
.RadMenu_Marshalls .horizontal .item { border-right: 0; }
.RadMenu_Marshalls .horizontal .last { border-right: 0; }

.RadMenu_Marshalls .vertical .item { border-bottom: 1px solid #353535; }
.RadMenu_Marshalls .vertical .last { border-bottom: 0; }

.RadMenu_Marshalls_rtl .horizontal .item { border-left: 0; }

.RadMenu_Marshalls .rootGroup .group .item { border-right: 0; border-bottom: 0; }

NOTE: Gerry removed the gorup above */

.RadMenu_Marshalls .group
{
	/* background-color:  #FFFFFF; Gerry changed */ 
	
}

.RadMenu_Marshalls .group .expanded
{
	z-index: 200;
}


.RadMenu_Marshalls .rootGroup .item .disabled .text,
.RadMenu_Marshalls .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Marshalls .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Marshalls .group .item .disabled
{
	background-color:  #BDC6B3; /*Gerry changed  from #ffffff*/
}

/* .RadMenu_Marshalls .horizontal .separator
{
	height: 20px;
	width: 1px;
}
 
.RadMenu_Marshalls .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Marshalls .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}
 Gerry removed  */
.RadMenu_Marshalls .separator .text
{
	display: none;
}

/*
.RadMenu_Marshalls .slide
{
	margin: -1px 0 0 -1px !important;
	margin: 0!important;
}

* html .RadMenu_Marshalls .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Marshalls .horizontal .slide
{
	margin-top: -2px !important;
	margin-top: 0 !important;
}

.RadMenu_Marshalls_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Marshalls_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Marshalls_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}
*/
.RadMenu_Marshalls .rootGroup .item .disabled:hover
{
	background: none;
}
