/* RadMenu Default skin */
.RadMenu_Robotic
{
    float: right;
    vertical-align: top;
    border: 0;
    padding: 15px 0 0 0;
  
}
.RadMenu_Robotic .rootGroup .horizontal .item .link
{
    border: solid 0 #ff0000;
 }
.RadMenu_Robotic .link
{
    text-decoration: none;
    line-height: 16px;
    cursor: hand;
    font-weight: normal;
    color: #000000; /*menu text color NO MOUSE*/
    border: 0;
    padding:0;
    top: 0;
    border: solid 0 #ff0000;
}
.RadMenu_Robotic .link:hover, .RadMenu_Robotic .focused, .RadMenu_Robotic .expanded
{
    cursor: pointer;
    border: 0;
    padding:0;
}
.RadMenu_Robotic .link .text
{
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    color: #FFFFFF;
    margin:0;
    padding:0;
}
.RadMenu_Robotic .group
{
    white-space: normal;
    background-position: 100% 100%;
    border: solid 0 #ff0000;
   
}
.RadMenu_Robotic .group .link
{
    white-space: normal;
    width: 182px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
    background: url(Img/itembg.png) center top no-repeat;
    border: solid 0 #ff0000;
}
.RadMenu_Robotic .group .text
{
    padding-left: 0;
    color: #FFFFFF;
    padding:0;
    padding: 5px 30px 5px 24px;
    border: solid 0 #ff0000;
}
.RadMenu_Robotic .group .link:hover .text
{
    color: #09A8F2;
    border: 0;
    padding: 5px 30px 5px 24px;
    font-weight: normal;
}
.RadMenu_Robotic .group .focused .text
{
    color: #09A8F2;
    padding-right: 30px;
}
.RadMenu_Robotic .group .expanded .text
{
    white-space: normal;
    padding-right: 30px;
    color: #FFFFFF;
}
.RadMenu_Robotic .group .link:hover, .RadMenu_Robotic .group .focused, .RadMenu_Robotic .group .expanded
{
    white-space: normal; /*background:#E3EBF8;*/
    font-weight: normal;
    border: 0;
    width: 182px;
    color: #09A8F2;
    padding:0;
}
.RadMenu_Robotic ul.group
{
    background: url(Img/bgbot.png) left bottom no-repeat;
    border: solid 0 #ff0000;
    padding-bottom: 10px;
  
}
.RadMenu_Robotic ul.group.level1
{
    /*margin-top:14px;*/
    padding-top: 17px;
    padding-bottom: 10px;
       /*margin-left:-13px;*/
}
.RadMenu_Robotic ul.group.level2
{
    padding-bottom: 10px;
    /*margin-left:10px;
    margin-top:5px;*/
}
.RadMenu_Robotic ul.group.level3
{
    padding-bottom: 10px;
    /*margin-left:10px;
    margin-top:5px;*/
}
.RadMenu_Robotic ul.group.level4
{
    padding-bottom: 10px;
    /*margin-left:10px;
    margin-top:5px;*/
}
.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/arrowblue.png) 155px 9px no-repeat;
    border: solid 0 #ff0000;
}
/*.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;
}*/
.RadMenu_Robotic .expandLeft, .RadMenu_Robotic .expandRight, .RadMenu_Robotic .expandLeft, .RadMenu_Robotic .expandRight, .RadMenu_Robotic .expanded .expandLeft, .RadMenu_Robotic .expanded .expandRight
{
    background: transparent url(img/arrow.png) 155px 9px no-repeat;
    border: solid 0 #ffffff;
}
