.RadMenu_Robotic
{
	font:10px verdana;
	line-height:11px;
	white-space:normal;
	cursor:pointer;
	 
}

.RadMenu_Robotic .rootGroup 
{
	cursor:pointer;
}

.RadMenu_Robotic .rootGroup .item
{
	cursor:pointer;
}

.RadMenu_Robotic .link
{		
	background:#D53939 url(img/menuItembg.jpg) top no-repeat;   
	font-family:verdana ;
	font-weight :normal ;
	font-size:10px;
	text-decoration:none;
	position:relative;
}

.RadMenu_Robotic .link:hover,
.RadMenu_Robotic .group .text:hover
{
	color:black;
	font-family:verdana;
	font-weight :normal;
	font-size:10px;
	cursor:pointer; 
	background:#FFFFFF url(img/menuItembg1.jpg) bottom repeat-y;
	
}
.RadMenu_Robotic .expanded
{
	cursor:pointer; 
}


.RadMenu_Robotic .rootGroup .disabled:hover
{
	background: none;
	border-top:0;
	BORDER-LEFT:0;
	border-right:0;
	margin-left: 15px;
	margin-right:0;
	margin-top:0px;
}

.RadMenu_Robotic .group .item
{
	background:#D53939;   
	border-left:0px solid #E8E4C9;
	border-right:0px solid #E8E4C9;
	padding:0;
}

.RadMenu_Robotic .group .item:hover
{
	color:#D53939;
	border-left:0px solid #E8E4C9;
	border-right:0px solid #E8E4C9;
	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:185px;
	min-height:20px;
	_width:185px;
	_height:20px;
	padding:0;
	cursor:pointer;
}

.RadMenu_Robotic .group .text
{
	padding-top:10px;
	padding-bottom:15px;
	padding-left:20px;
	margin-right:10px;
	cursor:pointer;
	color:#000000;
}


 
.RadMenu_Robotic ul.group 
{
	padding-bottom:10px;
	background:transparent url(img/groupbg.gif) 0px bottom no-repeat;
	border-bottom:0px solid #ECECEC;	
	padding-left:0px;
	
	/*behavior: url("http:\\Pune\Tunnet\iepngfix.htc");*/
}

/* .RadMenu_Robotic .group .first .expanded .expandLeft
{
	background:transparent url(img/arrow.gif) left center no-repeat;	
	margin-top: 0px;
	margin-left:10px;
}*/

.RadMenu_Robotic  .group .expanded:hover .expandLeft
{
	background:transparent url(img/arrowHover.gif) left center no-repeat;	
	margin-right:2px;
	margin-left:2px;
	margin-top: 0px;
} 