/* RadMenu Default skin */

.RadMenu_BioIT
{
	background: transparent url('img/MenuBackground.gif') repeat-x top left;
	border-right: 1px solid white;
	
	height: 29px;
}

.RadMenu_BioIT.selected
{
	background: transparent url('img/MenuBackgroundDark.gif') repeat-x top left;
}

.RadMenu_BioIT_rtl
{
	text-align: right;
}

.RadMenu_BioIT_Context
{
	background: none;
	border: 0;
}

.RadMenu_BioIT a
{
	text-decoration: none;
}

.RadMenu_BioIT .link
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block !important;
}

.RadMenu_BioIT .link:focused,
.RadMenu_BioIT .focused
{
	outline: 0;
}

.RadMenu_BioIT .expanded
{
	z-index: 10000;
}

.RadMenu_BioIT .rootGroup .link .text
{
	padding-top: 6px;
	font: normal 13px Arial, sans-serif;
	cursor: pointer;
}

.RadMenu_BioIT .group
{
	background: #fff;
}

.RadMenu_BioIT .group .link
{
	text-decoration: none;
	color: #333;
	background: #fff;
}

.RadMenu_BioIT_rtl .group .link
{
	text-align: right;
}

.RadMenu_BioIT .group .link:hover,
.RadMenu_BioIT .group .focused,
.RadMenu_BioIT .group .expanded
{
	color: #fff;
	/*background: #444;*/
	background: #7b1d20;
}

.RadMenu_BioIT .text
{
	/* padding: 3px 16px 5px 16px; */
	padding: 3px 11px 5px 11px;
}

.RadMenu_BioIT .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_BioIT .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_BioIT .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_BioIT .group .link:hover .expandLeft,
.RadMenu_BioIT .group .focused .expandLeft,
.RadMenu_BioIT .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_BioIT .group .link:hover .expandRight,
.RadMenu_BioIT .group .focused .expandRight,
.RadMenu_BioIT .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_BioIT .horizontal .item { border-right: 1px solid #353535; }
.RadMenu_BioIT .horizontal .last { border-right: 0; }

.RadMenu_BioIT .vertical .item { border-bottom: 1px solid #353535; }
.RadMenu_BioIT .vertical .last { border-bottom: 0; }

.RadMenu_BioIT_rtl .horizontal .item { border-left: 0; }

.RadMenu_BioIT .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_BioIT .group
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_BioIT .group .expanded
{
	z-index: 11;
}

.RadMenu_BioIT .topArrowDisabled,
.RadMenu_BioIT .bottomArrowDisabled,
.RadMenu_BioIT .leftArrowDisabled,
.RadMenu_BioIT .rightArrowDisabled
{
	display: none;
}

.RadMenu_BioIT .topArrow,
.RadMenu_BioIT .bottomArrow,
.RadMenu_BioIT .leftArrow,
.RadMenu_BioIT .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_BioIT .topArrow,
.RadMenu_BioIT .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_BioIT .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_BioIT .leftArrow,
.RadMenu_BioIT .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_BioIT .rightArrow
{
	background-position: -18px center;
}

.RadMenu_BioIT .rootGroup .item .disabled .text,
.RadMenu_BioIT .group .item .disabled .text
{
	color: #999;
}

.RadMenu_BioIT .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_BioIT .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_BioIT .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_BioIT .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_BioIT .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_BioIT .separator .text
{
	display: none;
}

.RadMenu_BioIT .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_BioIT .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_BioIT .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_BioIT_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_BioIT_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_BioIT_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_BioIT .rootGroup .item .disabled:hover
{
	background: none;
}