/* RadMenu Default skin */

.RadMenu_Robotic
{
	float: left;
	vertical-align: top;
	border: 0px 0px 0px 0px;
}

 .RadMenu_Robotic .group .link
{
	text-decoration: none;
	line-height: 26px;
	 background:#F5F5F5 url(img/menu_bg.jpg) bottom no-repeat;
	cursor: hand;
	width: 204px;
	font-weight: normal;
    color: #000000; /*	menu text color NO MOUSE */
	border-left:#E5E5E5 solid 1px;
	border-right:#E5E5E5 solid 1px;
	border-bottom:#E5E5E5 solid 1px;
	border-top:#E5E5E5 solid 1px;
}  

.RadMenu_Robotic .link:hover, .RadMenu_Robotic .focused, .RadMenu_Robotic .expanded
{
	cursor: pointer;
	/*background:#020202 url(img/menu_bg_mo.jpg) bottom no-repeat;*/
	border: 0px 0px 0px 0px;
	border-bottom:solid 0px;
	border-bottom:#e5e3e3 solid 0px;
}

.RadMenu_Robotic .link .text
{
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding-right:3px; 
	padding-left:3px; 
	
}

.RadMenu_Robotic .group
{
 
	white-space: normal;
	border: 0px 0px 0px 0px;
	 
}

.RadMenu_Robotic .group .text
{
	font-size: 11px;
	font-family: verdana;
	font-weight:bold;
	border-top: solid 0px white;
	border-bottom: solid 0px white;
	padding-left: 14px;
	padding-right:9px;
	color: #005293;
}
.RadMenu_Robotic .group .link:hover .text
{
	font-size: 11px;
	font-weight:bold;
	font-family: verdana;
	padding-right:9px;
	color: #FFFFFF;
	border: 0px 0px 0px 0px;
	
}
.RadMenu_Robotic .group .focused .text
{
	font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
}
.RadMenu_Robotic .group .expanded .text
{
	font-size: 11px;
	font-family: verdana;
	white-space: normal;
	color: #FFFFFF;
	
}

.RadMenu_Robotic .group .link:hover, .RadMenu_Robotic .group .focused, .RadMenu_Robotic .group .expanded
{
	white-space: normal;
	background:#0C5A98 url(img/menu_over.jpg) bottom no-repeat;
	font-weight: normal;
	border-top:#005293 solid 1px;
	border-bottom:#005293 solid 1px;
	border-left:#005293 solid 1px;
	border-right:#005293 solid 1px;
	width: 204px;
	color: #CB0604;
	padding-left: 0px;
}


.RadMenu_Robotic .leftArrow, .RadMenu_Robotic .rightArrow, .RadMenu_Robotic .topArrow, .RadMenu_Robotic .bottomArrow, .RadMenu_Robotic .leftArrowDisabled, .RadMenu_Robotic .rightArrowDisabled, .RadMenu_Robotic .topArrowDisabled, .RadMenu_Robotic .bottomArrowDisabled
{
	border: 0px 0px 0px 0px;
	width: 15px;
	
}

/*.RadMenu_Robotic .topArrow, .RadMenu_Robotic .topArrowDisabled
{
	background-image: url(img/top.gif);
	width: 100%;
}

.RadMenu_Robotic .bottomArrow, .RadMenu_Robotic .bottomArrowDisabled
{
	background-image: url(img/bottom.gif);
	width: 100%;
}

.RadMenu_Robotic .rightArrow, .RadMenu_Robotic .leftArrow
{
	height: 100%;
	vertical-align: bottom;
	
}

.RadMenu_Robotic .rightArrow, .RadMenu_Robotic .rightArrowDisabled
{
	background-image: url(img/right.gif);
	vertical-align: bottom;
}*/

 
/*.RadMenu_Robotic ul.group 
{
	padding-bottom:9px;
	background:transparent url(img/groupbg.png) bottom no-repeat;
	border-bottom:0px solid #ECECEC;	
	padding-left:0px;
	margin-left:1px;
	
	
}*/

 
/*.RadMenu_Robotic .vertical .separator .text, .RadMenu_Robotic .expandLeft, .RadMenu_Robotic .expandRight
{
	background: transparent url(img/groupImage.gif) left no-repeat;
}

.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/groupImage.gif) left no-repeat;
} */

/*
  .RadMenu_Robotic .group .expandLeft 
{
	background:transparent url(img/arrow.gif) right center no-repeat;	
	margin-right:7px;
	margin-top: 0px;
	margin-left:2px;
} 

.RadMenu_Robotic  .group  :hover .expandLeft
{
	background:transparent url(img/arrowHover.gif) right center no-repeat;	
	margin-right:7px;
	margin-left:2px;
	margin-top: 0px;
} */