.RadMenu_Robotic
{
	
	line-height:23px;
	white-space:normal;
	cursor:pointer;
}

.RadMenu_Robotic .rootGroup 
{
	
	cursor:pointer;
}

.RadMenu_Robotic .rootGroup .item
{
	
	cursor:pointer;
}

.RadMenu_Robotic .link
{		
	background:url('img/seperator.jpg') no-repeat bottom;  
	font-family:Georgia;	
	font-weight :normal ;
	font-size:12px;
	color:#205831;
	text-decoration:none;
	
}

.RadMenu_Robotic .link:hover,
.RadMenu_Robotic .expanded
{
 cursor:pointer; 
}

.RadMenu_Robotic .link:hover
{
	font-family:Georgia ;
	font-weight :normal ;
	font-size:12px;
	color:#205831;
	font-weight:bold;
 }

.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-color:#ff0000;*/
	background:url('img/itembg.jpg') left top repeat-y;
	width:218px;
	
}



.RadMenu_Robotic .group .link,
.RadMenu_Robotic .group .link:hover,
.RadMenu_Robotic .group .expanded,
.RadMenu_Robotic .group .expanded:hover
{

	margin:0;
	border:0;
	min-width:218px;
	min-height:15px;
	_width:218;
	_height:15px;
	padding:0;
	cursor:pointer;
	padding-top:6px;
}

.RadMenu_Robotic .group .text
{
	padding-bottom:7px;
	padding-left:20px;
	margin-right:0px;
	cursor:pointer;
}


.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 
{
	padding-top:23px;
	background:url(img/groupImage.png) top center no-repeat;
	border-bottom:0px solid #ECECEC;	
	margin-left:0px;
/*	BEHAVIOR: url(media/iepngfix.htc);*/
}

.RadMenu_Robotic .link .expandLeft ,
.RadMenu_Robotic .link .expandRight
{
	background:url(img/bullet.gif) right center no-repeat;	
	margin-right:28px;
	margin-left:0px;
	
} 

.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/bullet.gif) right center no-repeat;	
	margin-right:28px;
	margin-left:0px;
	
} 