/* RadMenu Black skin */



/*


.MenuTop .rootGroup LI A
{
	padding: 8px 10px;
	min-width: 100px;
}

.MenuTop .level1 LI A
{
	padding: 0px 10px;
	min-width: 100px;
}



.MenuTop .rootGroup UL 
{
	background-color: #000000;	
}
*/

.MenuTopContainer
{
	text-align: center;
}
.MenuTopContainer TD
{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.RadMenu_BodyAlive A
{
	text-decoration: none !important;
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}

.tblOutside .MenuMain
{
	background: #626262 url("Img/bgMenu.gif") repeat-x top left;
}


.RadMenu_BodyAlive .link:focused,
.RadMenu_BodyAlive .focused
{
	outline: 0;
}

.RadMenu_BodyAlive .expanded
{
	z-index: 10000;
}

.RadMenu_BodyAlive .rootGroup .link IMG
{
	border: 0px;
}
.RadMenu_BodyAlive .rootGroup .link .text
{
	padding: 8px 15px 8px 10px;
	margin: 0px 0px 0px 5px;
}


.RadMenu_BodyAlive .rootGroup .link:hover,
.RadMenu_BodyAlive .rootGroup .focused,
.RadMenu_BodyAlive .rootGroup .expanded
{
	background: transparent url("Img/SelectedBgRoot.gif") no-repeat 0 3px;
	color: #ccc;
}

.RadMenu_BodyAlive .rootGroup .link:hover .text,
.RadMenu_BodyAlive .rootGroup .focused .text,
.RadMenu_BodyAlive .rootGroup .expanded .text
{
	
	background: transparent url("Img/SelectedBgRoot.gif") no-repeat right 3px;
}

.RadMenu_BodyAlive .group
{
	background: #333333 url("Img/SubMenuBackground.gif") repeat-x top;
	border: 1px solid #626262;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
}

.RadMenu_BodyAlive .group .item
{
	margin: 3px;
	text-align: left;
	min-width: 120px;
}
.RadMenu_BodyAlive .group .link .text
{
	padding: 5px 15px 5px 10px;
	margin: 0px 0px 0px 5px;
	
}
.RadMenu_BodyAlive .group .link
{
	color: #c6c6c6;
}
.RadMenu_BodyAlive .group .link:hover,
.RadMenu_BodyAlive .group .focused,
.RadMenu_BodyAlive .group .expanded
{
	background: transparent url("Img/SelectedBgSubitem.gif") repeat-x 0 0;
	text-decoration: none;
	color: #FFFFFF;
}

.RadMenu_BodyAlive .group .link:hover .text,
.RadMenu_BodyAlive .group .focused .text,
.RadMenu_BodyAlive .group .expanded .text
{
	text-decoration: none;
	background: transparent url("Img/SelectedBgSubitem.gif") repeat-x right 0;
}




/* <expand arrows styling> */

.RadMenu_BodyAlive .group .link .expandLeft
{
	background: transparent url("Img/ArrowExpand.gif") no-repeat right center;
	margin-right: 5px;
}

.RadMenu_BodyAlive .group .link:hover .expandLeft,
.RadMenu_BodyAlive .group .focused .expandLeft,
.RadMenu_BodyAlive .group .expanded .expandLeft
{
	background: transparent url("Img/ArrowExpandHover.gif") no-repeat right center;
	
}

/* </expand arrows styling> */



/*
.RadMenu_BodyAlive 
{
	background: #191919;
	margin: 0px;
	padding: 0px;
}

.RadMenu_BodyAlive_rtl
{
	text-align: right;
}

.RadMenu_BodyAlive_Context
{
	background: none;
	border: 0;
}

.RadMenu_BodyAlive a
{
	text-decoration: none;
}

.RadMenu_BodyAlive .link
{
	text-decoration: none;
	color: #5c5c5c;
	position: relative;
	float: none;
	padding-left:3px;
	margin: 0px;
	padding: 3px;
}



.RadMenu_BodyAlive .rootGroup .link:hover,
.RadMenu_BodyAlive .rootGroup .focused,
.RadMenu_BodyAlive .rootGroup .expanded
{
	background: transparent url("Img/SelectedBgRoot.gif") no-repeat 0 4px;
	color: #ccc;
}

.RadMenu_BodyAlive .rootGroup .link:hover .text,
.RadMenu_BodyAlive .rootGroup .focused .text,
.RadMenu_BodyAlive .rootGroup .expanded .text
{
	background: transparent url("Img/SelectedBgRoot.gif") no-repeat right 4px;
}

.RadMenu_BodyAlive .group .link:hover,
.RadMenu_BodyAlive .group .focused,
.RadMenu_BodyAlive .group .expanded,
.RadMenu_BodyAlive .group .link:hover .text,
.RadMenu_BodyAlive .group .focused .text,
.RadMenu_BodyAlive .group .expanded .text
{
	background: transparent url("Img/SelectedBgSubitem.gif") repeat-x 0 0;
}

.RadMenu_BodyAlive .rootGroup .link
{
	margin-right: 0px;
	overflow: visible;
}

.RadMenu_BodyAlive .rootGroup .link .text
{
	font: normal 12px Arial, sans-serif;
	margin-right:-1px;
}

* html .RadMenu_BodyAlive .item,* html .RadMenu_BodyAlive .horizontal .link,* html .RadMenu_BodyAlive .text{float:left}

* html .RadMenu_BodyAlive .group .text,* html .RadMenu_BodyAlive .vertical .text{float:none}

*+html .RadMenu_BodyAlive .rootGroup .link .text
{
	zoom: 1;
}

.RadMenu_BodyAlive .group .link .text
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_BodyAlive .group
{
	background: #191919;
	border: 1px solid #0b0b0b;
}

.tblOutside .MenuMain,
.RadMenu_BodyAlive .horizontal
{
	background: #626262 url("Img/bgMenu.gif") repeat-x top left;
}

.RadMenu_BodyAlive .group .horizontal
{
	background: #626262;
}

.RadMenu_BodyAlive .group .link
{
	text-decoration: none;
	color: #5c5c5c;
	line-height: 18px;
	height: 21px;
	margin: 0;
}

.RadMenu_BodyAlive .rootGroup .link
{
	padding: 8px 10px;
}
.RadMenu_BodyAlive .rootGroup UL .link
{
	padding: 0px 10px;
}
.RadMenu_BodyAlive_rtl .group .link
{
	text-align: right;
	padding-right: 0;
}

.RadMenu_BodyAlive .text
{
	padding: 10px 16px 5px 16px;
}

.RadMenu_BodyAlive .group .link .text
{
	padding: 3px 30px 3px 7px;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
}



.RadMenu_BodyAlive .group .link .expandLeft
{
	background: #191919 url("Img/ArrowExpand.gif") no-repeat right center;
}

.RadMenu_BodyAlive .group .link .expandRight
{
	background: #191919 url("Img/ArrowExpandRTL.gif") no-repeat left center;
}

.RadMenu_BodyAlive .group .link:hover .expandLeft,
.RadMenu_BodyAlive .group .focused .expandLeft,
.RadMenu_BodyAlive .group .expanded .expandLeft
{
	color: #ccc;
	background: #191919 url("Img/ArrowExpandHovered.gif") no-repeat right center;
}

.RadMenu_BodyAlive .group .link:hover .expandRight,
.RadMenu_BodyAlive .group .focused .expandRight,
.RadMenu_BodyAlive .group .expanded .expandRight
{
	color: #ccc;
	background: #191919 url("Img/ArrowExpandHoveredRTL.gif") no-repeat left center;
}




.RadMenu_BodyAlive .group .expanded
{
	z-index: 11;
}

.RadMenu_BodyAlive .topArrowDisabled,
.RadMenu_BodyAlive .bottomArrowDisabled,
.RadMenu_BodyAlive .leftArrowDisabled,
.RadMenu_BodyAlive .rightArrowDisabled
{
	display: none;
}

.RadMenu_BodyAlive .topArrow,
.RadMenu_BodyAlive .bottomArrow,
.RadMenu_BodyAlive .leftArrow,
.RadMenu_BodyAlive .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_BodyAlive .topArrow,
.RadMenu_BodyAlive .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #343434 url("Img/ArrowScrollUpDown.gif") no-repeat center top;
}

.RadMenu_BodyAlive .topArrow
{
	border-top: 1px solid #000;
}

.RadMenu_BodyAlive .bottomArrow
{
	background-position: center bottom;
	border-bottom: 1px solid #000;
}

.RadMenu_BodyAlive .leftArrow,
.RadMenu_BodyAlive .rightArrow
{
	width: 10px;
	height: 20px;
	margin: 0;
	background: #343434 url("Img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_BodyAlive .rightArrow
{
	border-right: 1px solid #000;
	background-position: right center;
}

.RadMenu_BodyAlive .leftArrow
{
	border-left: 1px solid #000;
}

.RadMenu_BodyAlive .rootGroup .item .disabled .text,
.RadMenu_BodyAlive .group .item .disabled .text
{
	color: #333;
}

.RadMenu_BodyAlive .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_BodyAlive .group .item .disabled
{
	background-color: #191919;
}

.RadMenu_BodyAlive .separator
{
	background-color: #1f1f1f;
}

.RadMenu_BodyAlive .horizontal .separator
{
	height: 20px;
	margin-top: 8px;
	width: 1px;
	border-left: 1px solid #303030;
}

.RadMenu_BodyAlive .vertical .separator
{
	height: 1px;
	border-top: 1px solid #303030;
}

.RadMenu_BodyAlive .separator .text
{
	display: none;
}

.RadMenu_BodyAlive .rootGroup .item .disabled:hover,
.RadMenu_BodyAlive .rootGroup .item .disabled:hover .text
{
	background: none;
}