/* r.a.d.menu LP skin */

.RadMenu_LP
{
	/*border: solid 1px #999999;*/
	border-bottom: 0px;
}

.RadMenu_LP .link
{
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 21px;
	background: #005992 url('img/MainItemBackground.gif') repeat-x;
	cursor: pointer;

}

.RadMenu_LP .link:hover,
.RadMenu_LP .focused,
.RadMenu_LP .expanded
{
	color: #f2c511;
	background: #005992 url('img/MainItemBackgroundHvr.gif') repeat-x;
	cursor: pointer;
}

.RadMenu_LP .text
{
	font-size: 11px;
	padding: 0px 8px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

.RadMenu_LP .group
{
	background: white url('img/MenuItemBackground.gif');
	border: solid 1px #dadada;
}

.RadMenu_LP .group .link
{
	background: none;
	float: left;
	 /*_width: 110px; IE6 
	min-width: 110px;  IE7, Mozilla, Opera */
	_width: 85px;
	min-width:85px;
	text-align: left;
	color:#005992;

}

.RadMenu_LP .group .text
{
	padding-left: 10px;
	
}

.RadMenu_LP .group .link:hover,
.RadMenu_LP .group .focused,
.RadMenu_LP .group .expanded
{
	background: #005992 url('img/MenuItemBackgroundHvr.gif') repeat-x;
	color: #f2c511;
}

.RadMenu_LP .leftArrow,
.RadMenu_LP .rightArrow,
.RadMenu_LP .topArrow,
.RadMenu_LP .bottomArrow,
.RadMenu_LP .leftArrowDisabled,
.RadMenu_LP .rightArrowDisabled,
.RadMenu_LP .topArrowDisabled,
.RadMenu_LP .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_LP .topArrow,
.RadMenu_LP .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_LP .bottomArrow,
.RadMenu_LP .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_LP .rightArrow,
.RadMenu_LP .leftArrow
{
	height:100%;
}

.RadMenu_LP .rightArrow,
.RadMenu_LP .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_LP .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_LP .expandLeft,
.RadMenu_LP .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_LP_rtl .expandLeft,
.RadMenu_LP_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_LP_rtl .group .link:hover .expandLeft,
.RadMenu_LP_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_LP .link:hover .expandLeft,
.RadMenu_LP .link:hover .expandRight,
.RadMenu_LP .focused .expandLeft,
.RadMenu_LP .focused .expandRight,
.RadMenu_LP .expanded .expandLeft,
.RadMenu_LP .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	color: #f2c511;
}

ul.rootGroup li.item { margin-right: 30px;}

ul.rootGroup li.item li { margin-right: 0;}

