﻿/* r.a.d.menu Web 2.0 skin */

.RadMenu .RadMenu_Web20 .me A
{	  
	background: url(../images/medical-equipment1.gif); 
}
.RadMenu .RadMenu_Web20 .me A:hover
{	  
	background: url(../images/medical-equipment2.gif); 
}
.RadMenu_Web20_Context
{
	background: none;
	border:0;
}

 

.RadMenu_Web20 A #mq:hover,
.RadMenu_Web20 .rmFocused,
.RadMenu_Web20 .rmExpanded
{ 
	background: transparent url(../images/medical-equipment2.gif) no-repeat left;}

 


.RadMenu_Web20 .rmRootGroup .rmText .rmLeftImage
{
	margin: 0px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

 


.RadMenu_Web20 .rmSlide
{
	margin-top:-3px;
	margin-left:-1px;
}

.RadMenu_Web20 .rmGroup
{
	border: solid 1px #486086;
	border-top: solid 0px #FFFFFF;
	background: white;
}

.RadMenu_Web20 .rmGroup .rmLink
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
}

.RadMenu_Web20 .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
}

.RadMenu_Web20 .rmGroup .rmLink:hover,
.RadMenu_Web20 .rmGroup .rmFocused,
.RadMenu_Web20 .rmGroup .rmExpanded
{
	background: #e7f1ff;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

 
 

.RadMenu_Web20 .rmRightArrow,
.RadMenu_Web20 .rmLeftArrow
{ 
}

 

.RadMenu_Web20 .rmVertical .rmSeparator
{ 
	background: #6788be;
	font-size: 1px; 
}

.RadMenu_Web20 .rmSeparator .rmText
{
	display: none;
}

 

 
/* mozilla only - disabled state */
.RadMenu_Web20 .rmLink.rmDisabled,
.RadMenu_Web20 .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_Web20_rtl,
.RadMenu_Web20_rtl *
{
    text-align:right;
}

.RadMenu_Web20_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_Web20_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_Web20 .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_Web20_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_Web20_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

 

 
