.RadMenu_Robotic
{
	font-family:Georgia ;
	font-weight :normal ;
	font-size:12px;
	line-height:13px;
	white-space:normal;
	cursor:pointer;	
	}

.RadMenu_Robotic .rootGroup 
{
	cursor:pointer;		
}

.RadMenu_Robotic .rootGroup .item
{
	cursor:pointer;	
}

.RadMenu_Robotic .link
{		
	font-family: Georgia ;
	font-weight :normal ;
	font-size:12px;
	text-decoration:none;	
	color:#000097;
}

.RadMenu_Robotic .link:hover,
.RadMenu_Robotic .expanded
{	
	 cursor:pointer; 
	 color:#FFFFFF;	 
}

.RadMenu_Robotic .link:hover
{
	font-family:Georgia ;
	font-weight :normal ;
	font-size:12px;
	text-decoration:none;
}

.RadMenu_Robotic .rootGroup .disabled:hover
{
	background: none;
	border-top:0;
	BORDER-LEFT:0;
	border-right:0;
	margin-left: 0;
	margin-right:0;
	margin-top:0px;	
}

.RadMenu_Robotic .group .item
{
	background:#D7D7D7 url(img/groupbg.jpg) top left no-repeat; 
	border:0px;
	padding:0px;
	min-height:30px;	
	_width:160px;	
}

.RadMenu_Robotic .group .link:hover, .RadMenu_Robotic .group .focused, .RadMenu_Robotic .group .expanded
{
	background:#000099 url(img/itemBkg.jpg)  top left no-repeat;  
	padding:0px;
	border:0px;
	min-height:30px;
	_width:168px;	
	width:168px;
}

.RadMenu_Robotic .group .link,
.RadMenu_Robotic .group .link:hover,
.RadMenu_Robotic .group .expanded,
.RadMenu_Robotic .group .expanded:hover
{
	margin:0px;
	border:0px;
	min-width:168px;
	min-height:30px;
	_width:168px;
	width:168px;
    padding:0;
  	cursor:pointer;	
  }

.RadMenu_Robotic .group .text
{
	font:Georgia;
	vertical-align:middle;
	padding-bottom:8px;
	padding-top:9px;
	margin-left:13px;
	padding-right:10px;	
	cursor:pointer;
	vertical-align:bottom;
}

.RadMenu_Robotic .group .text:hover
{
	color:#ffffff;
	padding-top:9px;
	font-weight:normal;
}

.RadMenu_Robotic .group .first .link,
.RadMenu_Robotic .group .first .link:hover,
.RadMenu_Robotic .group .first .expanded,
.RadMenu_Robotic .group .first .expanded:hover
{
	border-top:0;
}

.RadMenu_Robotic ul.group 
{
	border-bottom:0px;	
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	border-bottom:solid 1px #ffffff;
}

.RadMenu_Robotic .text
{
	display:block;
}

.RadMenu_Robotic .link .expandLeft ,
.RadMenu_Robotic .link .expandRight
{
	background:transparent url(img/GroupImage.gif) right no-repeat;		
	margin-top: 0px;
	margin-right:17px; 	
}

.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.gif) right no-repeat;		
	margin-top: 0px;
	margin-right:17px; 	
}

