.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.png') no-repeat bottom;  
	font-family:verdana ;
	font-weight :normal ;
	font-size:11px;
	color:#040C0C;
	text-decoration:none;
	
}

.RadMenu_Robotic .link:hover,
.RadMenu_Robotic .expanded
{
 cursor:pointer; 
}

.RadMenu_Robotic .link:hover
{
	font-family:verdana ;
	font-weight :normal ;
	font-size:11px;
	color:#936B2E;
 }

.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:#EEECEB;
	opacity: 0.95;
	-moz-opacity: 0.95; /*FireFox*/
	padding:0;
	
}


.RadMenu_Robotic .group .link,
.RadMenu_Robotic .group .link:hover,
.RadMenu_Robotic .group .expanded,
.RadMenu_Robotic .group .expanded:hover
{

	margin:0;
	border:0;
	min-width:148px;
	min-height:15px;
	_width:148px;
	_height:15px;
	padding:0;
	cursor:pointer;
}

.RadMenu_Robotic .group .text
{
	padding-bottom:10px;
	padding-left:10px;
	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-bottom:6px;
	background:url(img/groupbg.png) bottom no-repeat;
	border-bottom:0px solid #ECECEC;	
	padding-top:0px;
	margin-left:0px;
	 border-left:solid 1px #D7D7D7;
	  border-right:solid 1px #D7D7D7;
	  background-color:#EEECEB;
	/*behavior: url("http:\\Pune\Tunnet\iepngfix.htc");*/
}


.RadMenu_Robotic .link .expandLeft ,
.RadMenu_Robotic .link .expandRight
{
	background:url(img/groupImage.png) right center no-repeat;	
	margin-right:5px;
	padding-top: 0px;
	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/invertedGroupImage.png) right center no-repeat;	
	margin-right:5px;
	margin-left:0px;
	padding-top: 0px;
} 