/* RadMenu Plain skin */

.RadMenu_t2BioSystems 
{
	height: 20px;
}

.RadMenu_t2BioSystems_Context
{
	background: none;
	border:0;
}

.RadMenu_t2BioSystems .link
{
	line-height: 20px;
	text-decoration:none;
	color: #666;
}

.RadMenu_t2BioSystems .link:hover,
.RadMenu_t2BioSystems .focused,
.RadMenu_t2BioSystems .expanded
{
	color: #000;
	cursor: pointer;
}

.RadMenu_t2BioSystems .text
{
	padding-left: 8px;	
	padding-right: 8px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.RadMenu_t2BioSystems_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_t2BioSystems .group
{
	border: solid 1px #bbbbbb;
}

.RadMenu_t2BioSystems .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_t2BioSystems_rtl .group .link
{
	text-align: right;
}

.RadMenu_t2BioSystems .group .link:hover,
.RadMenu_t2BioSystems .group .focused,
.RadMenu_t2BioSystems .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_t2BioSystems .leftArrow,
.RadMenu_t2BioSystems .rightArrow,
.RadMenu_t2BioSystems .topArrow,
.RadMenu_t2BioSystems .bottomArrow,
.RadMenu_t2BioSystems .leftArrowDisabled,
.RadMenu_t2BioSystems .rightArrowDisabled,
.RadMenu_t2BioSystems .topArrowDisabled,
.RadMenu_t2BioSystems .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_t2BioSystems .topArrow,
.RadMenu_t2BioSystems .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_t2BioSystems .bottomArrow,
.RadMenu_t2BioSystems .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_t2BioSystems .rightArrow,
.RadMenu_t2BioSystems .leftArrow
{
	height:100%;
}

.RadMenu_t2BioSystems .rightArrow,
.RadMenu_t2BioSystems .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_t2BioSystems .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_t2BioSystems .expandLeft,
.RadMenu_t2BioSystems .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_t2BioSystems_rtl .expandLeft,
.RadMenu_t2BioSystems_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_t2BioSystems .link:hover .expandLeft,
.RadMenu_t2BioSystems .link:hover .expandRight,
.RadMenu_t2BioSystems .focused .expandLeft,
.RadMenu_t2BioSystems .focused .expandRight,
.RadMenu_t2BioSystems .expanded .expandLeft,
.RadMenu_t2BioSystems .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_t2BioSystems_rtl .link:hover .expandLeft,
.RadMenu_t2BioSystems_rtl .link:hover .expandRight,
.RadMenu_t2BioSystems_rtl .focused .expandLeft,
.RadMenu_t2BioSystems_rtl .focused .expandRight,
.RadMenu_t2BioSystems_rtl .expanded .expandLeft,
.RadMenu_t2BioSystems_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
