/* RadMenu Default skin */

.RadMenu_Robotic
{
	float: left;
	vertical-align: top;
	border: 0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
	
}
.RadMenu_Robotic .rootGroup .horizontal .item .link
{
	/*background-position: 50% 100%;*/
	border: solid 0px #ff0000;
	
}

.RadMenu_Robotic .link
{
	text-decoration: none;
	line-height: 16px;
	cursor: hand;
	font-weight: normal;
	color: #AAA7A3; /*menu text color NO MOUSE*/
	border: 0px 0px 0px 0px;
	/*background-position: 100% 100%;*/

	padding: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 0px;
	padding:0px 0px 0px 0px;
}

.RadMenu_Robotic .link .text
{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #717171;
	padding:0px 0px 0px 0px;
	
}

.RadMenu_Robotic .group
{
	white-space: normal;

}
.RadMenu_Robotic .group .link
{
	white-space: normal;
	border-top: #D8D8D8 solid 0px;
	border-bottom: #D8D8D8 solid 0px;
	border-right:solid 0px ;
	width: 175px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	/*background:#453E35;*/
	/*background:url(Img/22.png) repeat-y;*/
	background:#DCDCDC url(Img/separator.png) bottom no-repeat;
	border-bottom:0px solid #ff0000;
}

.RadMenu_Robotic .group .text
{
	border-top: solid 0px white;
	border-bottom: solid 0px white;
	padding-left: 0px;
	color: #717171;
	padding:0px 0px 0px 0px;
	padding-left:13px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:7px;
	background:url(Img/separator.png) bottom no-repeat;

}
.RadMenu_Robotic .group .link:hover .text
{
	color: #222222;
	border: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	padding-left:13px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:7px;
border-bottom:0px solid #ff0000;
	
}
.RadMenu_Robotic .group .focused .text
{
	color: #222222;
}

.RadMenu_Robotic .group .expanded .text
{
	white-space: normal;
	color: #222222;
}

.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 0px;
	border-right:solid 0px ;
	width: 152px;
	color: #AAA7A3;
		/*background:url(Img/itembg_hover.png) no-repeat;*/
	padding-left: 0px;
	padding:0px 0px 0px 0px;
	
}
.RadMenu_Robotic ul.group
{
		background-position: 100% 100%;
	/*background:url(Img/GroupBG1.png) no-repeat 100% 100%;*/
	/*background:url(Img/groupbg.png) bottom no-repeat;*/
	background:url(Img/333.png) bottom no-repeat;
	border: solid 0px #ff0000;
	padding-bottom:9px;
	/*background:url(Img/radgroupbg.png) no-repeat 100% 100%;*/
	
}

.RadMenu_Robotic ul.group.level1
{
	padding-top:0px;
	
}

.RadMenu_Robotic ul.group.level2
{
	padding-top:0px;
	
	/*background:url(Img/topimg.png) top no-repeat;*/
}

.RadMenu_Robotic .group .link .expandLeft
{
	background: transparent url(img/ar.png) no-repeat 97% 10px;
	background:url(Img/separator.png) bottom no-repeat;
	border:solid 0px #ff0000;
}
.RadMenu_Robotic .group .link:hover .expandLeft, .RadMenu_Robotic .group .link:hover .expandRight, .RadMenu_Robotic .group .focused .expandLeft, .RadMenu_Robotic .group .focused .expandRight, .RadMenu_Robotic .group .expanded .expandLeft, .RadMenu_Robotic .group .expanded .expandRight
{
	background:transparent url(img/ar.png) no-repeat 97% 10px;	
	border:solid 0px #000000;
}

/*.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/arrow.png) right no-repeat;
}*/


