/* r.a.d.menu coop skin */

.RadMenu_districold 
{
	background: transparent;
	position:relative;
	top:0px;
	_top:0px;
}

.RadMenu_districold .link
{
	text-decoration:none;
	color: #003366;
	font-size: 11px;
	width: 92px;
	line-height: 23px;
	background: #f0f0db url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
}

.link:visited
{
	text-decoration:none;
	color: #003366;
	font-size: 11px;
	width: 92px;
	line-height: 23px;
	background: #f0f0db url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
}

.RadMenu_districold .link:hover,
.RadMenu_districold .focused,
.RadMenu_districold .expanded
{
	text-decoration:none;
	color: #0066ff;
	font-size: 11px;
	width: 92px;
	line-height: 23px;
	background: #f0f0db url('img/MainItemBackgroundOn.gif') no-repeat;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_districold .rootGroup .disabled:hover
{	color:#75c1f5;
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
}

.RadMenu_districold .text
{
/*	color: #003366;*/
}

.RadMenu_districold .group
{
	border: solid 1px #d3d3cf;
	border-left: solid 5px #3399ff;
	background: white;
}

.RadMenu_districold .group .text
{
	color: #003366;
	padding-left: 9px;
}      

.RadMenu_districold .group .link
{
	margin-top:10px;
	background: white;
	width: 159px;
	line-height: 20px;
	text-align: left;
	padding-right: 24px;
}



.RadMenu_districold .group .link .text 
{
	color: #003366;
}

.RadMenu_districold .group .link:hover .text, 
.RadMenu_districold .group .focused .text 
{
	color:#75c1f5;
}

.RadMenu_districold .group .link:hover,
.RadMenu_districold .group .focused,
.RadMenu_districold .group .expanded
{
	background: white;
	width: 159px;
	line-height: 20px;
	text-align: left;
	border: 0px;
	margin-top:10px;
}

.RadMenu_districold .leftArrow,
.RadMenu_districold .rightArrow,
.RadMenu_districold .topArrow,
.RadMenu_districold .bottomArrow,
.RadMenu_districold .leftArrowDisabled,
.RadMenu_districold .rightArrowDisabled,
.RadMenu_districold .topArrowDisabled,
.RadMenu_districold .bottomArrowDisabled
{
	border-left: 1px solid #a9a9a9;
	border-top-color: threedhighlight;
	border-left-color: threedhighlight;
	background: #3399ff url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_districold .topArrow,
.RadMenu_districold .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_districold .bottomArrow,
.RadMenu_districold .bottomArrowDisabled
{
	background-image: url('img/bottom.gif');
	width: 100%;
}

.RadMenu_districold .rightArrow,
.RadMenu_districold .leftArrow
{
	height:100%;
}

.RadMenu_districold .rightArrow,
.RadMenu_districold .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_districold .vertical .separator .text
{
	padding-top: 3px;
	background: #3399ff;
	font-size: 1px;
}

.RadMenu_districold .expandLeft,
.RadMenu_districold .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_districold_rtl .expandLeft,
.RadMenu_districold_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_districold_rtl .group .link:hover .expandLeft,
.RadMenu_districold_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_districold .link:hover .expandLeft,
.RadMenu_districold .link:hover .expandRight,
.RadMenu_districold .focused .expandLeft,
.RadMenu_districold .focused .expandRight,
.RadMenu_districold .expanded .expandLeft,
.RadMenu_districold .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}