/* RadMenu Default skin */

.RadMenu_Robotic
{
	float: left;
	vertical-align: top;
	border: 0px 0px 0px 0px;	
	margin-right:58px;
}
.RadMenu_Robotic .link
{
	text-decoration: none;
	line-height: 23px;
	cursor: hand;
	font-weight: normal;
	color: #7E7E7E; /*menu text color NO MOUSE*/
	border: 0px 0px 0px 0px;
	
}

.RadMenu_Robotic .link:hover, .RadMenu_Robotic .focused, .RadMenu_Robotic .expanded
{
	cursor: pointer;
	border: 0px 0px 0px 0px;
	border-bottom:solid 0px;
	border-bottom:#CDCDCD solid 1px;
}

.RadMenu_Robotic .link .text
{
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	color: #7E7E7E;
	padding-left:8px; 
}

.RadMenu_Robotic .group
{
	white-space: normal;
	border: 0px 0px 0px 0px;
}
.RadMenu_Robotic .group .link
{
	white-space: normal;
	background: #ffffff;	
	border-top: #D8D8D8 solid 0px;
	border-bottom: #D8D8D8 solid 1px;
	border-right:solid 0px ;
	width: 147px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 7px;
	
}

.RadMenu_Robotic .group .text
{
	border-top: solid 0px white;
	border-bottom: solid 0px white;
	padding-left: 15px;
	color: #7E7E7E;
}
.RadMenu_Robotic .group .link:hover .text
{
	color: #7E7E7E;
	border: 0px 0px 0px 0px;
	
}
.RadMenu_Robotic .group .focused .text
{
	color: #7E7E7E;
}
.RadMenu_Robotic .group .expanded .text
{
	white-space: normal;
	color: #7E7E7E;
	
}

.RadMenu_Robotic .group .link:hover, .RadMenu_Robotic .group .focused, .RadMenu_Robotic .group .expanded
{
	white-space: normal;
	background:#E3EBF8;
	font-weight: normal;
	border-top:#CDCDCD solid 0px;
	border-bottom: #D8D8D8 solid 1px;
	border-right:solid 0px ;
	width: 147px;
	color: #7E7E7E;
	padding-left: 7px;
}


.RadMenu_Robotic .leftArrow, .RadMenu_Robotic .rightArrow, .RadMenu_Robotic .topArrow, .RadMenu_Robotic .bottomArrow, .RadMenu_Robotic .leftArrowDisabled, .RadMenu_Robotic .rightArrowDisabled, .RadMenu_Robotic .topArrowDisabled, .RadMenu_Robotic .bottomArrowDisabled
{
	border: 0px 0px 0px 0px;
	width: 15px;
	
}

.RadMenu_Robotic .topArrow, .RadMenu_Robotic .topArrowDisabled
{
	background-image: url(img/top.gif);
	width: 100%;
}

.RadMenu_Robotic .bottomArrow, .RadMenu_Robotic .bottomArrowDisabled
{
	background-image: url(img/bottom.gif);
	width: 100%;
}

.RadMenu_Robotic .rightArrow, .RadMenu_Robotic .leftArrow
{
	height: 100%;
	vertical-align: bottom;
	
}

.RadMenu_Robotic .rightArrow, .RadMenu_Robotic .rightArrowDisabled
{
	background-image: url(img/right.gif);
	vertical-align: bottom;
}

/*.RadMenu_Robotic .vertical .separator .text, .RadMenu_Robotic .expandLeft, .RadMenu_Robotic .expandRight
{
	background: transparent url(img/invertedGroupImage.jpg) left no-repeat;
}
*/
.RadMenu_Robotic .link:hover .expandLeft, .RadMenu_Robotic .link:hover .expandRight, .RadMenu_Robotic .focused .expandLeft, .RadMenu_Robotic .focused .expandRight, .RadMenu_Robotic .expanded .expandLeft, .RadMenu_Robotic .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.jpg) left no-repeat;
}
