/* r.a.d.menu BlueAndBlack skin */

.RadMenu_BlueAndBlack 
{
	font-size: 1em;
}

.RadMenu_BlueAndBlack .link
{
	text-decoration: none;
	color: #FFFFFF;
}

.RadMenu_BlueAndBlack .link:hover,
/*.RadMenu_BlueAndBlack .focused,
*/.RadMenu_BlueAndBlack .expanded
{
	color: #6EB7F3;
	cursor: pointer;
	}


.RadMenu_BlueAndBlack .focused,
{
/*	font-weight: bold;
*/}

.RadMenu_BlueAndBlack .text
{
	padding-right: 22px;
}

.RadMenu_BlueAndBlack .group
{
	background: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0055A5;
}

.RadMenu_BlueAndBlack .group .link
{
	line-height: 26px;
	padding-left: 12px;
	background-color: #2E2E2E;
	background-image: url(img/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.RadMenu_BlueAndBlack .group .link:hover,
.RadMenu_BlueAndBlack .group .focused,
.RadMenu_BlueAndBlack .group .expanded
{
	font-weight: normal;
	background-color: #414141;
	background-image: url(img/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.RadMenu_BlueAndBlack .rootGroup .disabled:hover
{
	font-weight: normal;
}

.RadMenu_BlueAndBlack .leftArrow,
.RadMenu_BlueAndBlack .rightArrow,
.RadMenu_BlueAndBlack .topArrow,
.RadMenu_BlueAndBlack .bottomArrow,
.RadMenu_BlueAndBlack .leftArrowDisabled,
.RadMenu_BlueAndBlack .rightArrowDisabled,
.RadMenu_BlueAndBlack .topArrowDisabled,
.RadMenu_BlueAndBlack .bottomArrowDisabled
{
	background: #f5f3ef url('img/left.gif') center center no-repeat;
	width:15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d6ce;
	border-left-color: #d9d6ce;
}

.RadMenu_BlueAndBlack .topArrow,
.RadMenu_BlueAndBlack .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_BlueAndBlack .bottomArrow,
.RadMenu_BlueAndBlack .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_BlueAndBlack .rightArrow,
.RadMenu_BlueAndBlack .leftArrow
{
	height:100%;
}

.RadMenu_BlueAndBlack .rightArrow,
.RadMenu_BlueAndBlack .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_BlueAndBlack .vertical .separator .text
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #036196;
}

.RadMenu_BlueAndBlack .expandLeft,
.RadMenu_BlueAndBlack .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_BlueAndBlack_rtl .expandLeft,
.RadMenu_BlueAndBlack_rtl .expandRight,
.RadMenu_BlueAndBlack_rtl .group .link:hover .expandLeft,
.RadMenu_BlueAndBlack_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_BlueAndBlack .link:hover .expandLeft,
.RadMenu_BlueAndBlack .link:hover .expandRight,
.RadMenu_BlueAndBlack .focused .expandLeft,
.RadMenu_BlueAndBlack .focused .expandRight,
.RadMenu_BlueAndBlack .expanded .expandLeft,
.RadMenu_BlueAndBlack .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}