/* r.a.d.menu Web 2.0 skin */

.RadMenu_Galenica 
{
	/*	background: url('img/menu_bkg.gif');*/
	cursor:hand;
	cursor:pointer;
	background-color: #0d3b78;
	text-align:right;
	float:right
}

.RadMenu_Galenica_Context
{
	/*background: url('img/MenuItemBackground.gif');*/
	border:0;
	cursor:hand;
	cursor:pointer;
}

.RadMenu_Galenica .link
{
	float: left;
	text-decoration: none;
	color: #000000;
	/*border-right: solid 1px #cccccc;*/
	background: transparent;
	cursor:hand;
	cursor:pointer;
}



.RadMenu_Galenica .link:hover,
.RadMenu_Galenica .focused,
.RadMenu_Galenica .expanded
{
	text-decoration:none;
	/*background: transparent url('img/MenuItemBackground.gif') no-repeat center;*/
	cursor:hand;
	cursor:pointer;
}

.RadMenu_Galenica .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	background-image:none;
	cursor:hand;
	cursor:pointer;
	padding-left: 13px;
	margin-right: 0px;
	line-height: 20px;
	padding-right: 16px;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.RadMenu_Galenica .horizontal .expandBottom,  
.RadMenu_Galenica .horizontal .expandTop  
{  
  background: transparent url('img/bottom.gif') no-repeat right center;  
} 

.RadMenu_Galenica .vertical .expandLeft,
.RadMenu_Galenica .vertical .expandRight  
{  
  background: transparent url('img/groupImage.gif') no-repeat right center;  
} 


.RadMenu_Galenica .slide
{

}

.RadMenu_Galenica .group,
.RadMenu_Galenica .group .link
{
	/*background: grey;*/
	border: 0px;
	background-color: #0d3b78;
	color: #0d3b78;
	cursor:hand;
	cursor:pointer;
}

.RadMenu_Galenica .group .text
{
	
	padding-left: 13px;
	margin-right: 0px;
	line-height: 20px;
	padding-right: 13px;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#0d3b78;
	border-bottom:1px #ffffff solid;
}

.RadMenu_Galenica .group .link:hover,
{
	
	font-weight: normal !important;
	font-size: 10px;
	color:#3587b9;
	margin-right: 0px !important;
	font: normal Verdana 10px !important;
	text-decoration:none;
}
.RadMenu_Galenica .group .focused,
.RadMenu_Galenica .group .expanded
{
	border: 0px;
	background-color: #CCCCCC !important;
	color: #dad8d8;
	cursor:hand;
	cursor:pointer;
	border: 0px;
}

.RadMenu_Galenica .leftArrow,
.RadMenu_Galenica .rightArrow,
.RadMenu_Galenica .topArrow,
.RadMenu_Galenica .bottomArrow,
.RadMenu_Galenica .leftArrowDisabled,
.RadMenu_Galenica .rightArrowDisabled,
.RadMenu_Galenica .topArrowDisabled,
.RadMenu_Galenica .bottomArrowDisabled
{
	/*background: #e7f1ff url('img/left.gif') center center no-repeat;*/
	width: 15px;
}

.RadMenu_Galenica .topArrow,
.RadMenu_Galenica .topArrowDisabled
{
/*	background-image: url('img/menu_bkg.gif');*/
	width: 100%;
}

.RadMenu_Galenica .bottomArrow,
.RadMenu_Galenica .bottomArrowDisabled
{
	background-image:url('img/menu_bkg.gif');
	width: 100%;
}

.RadMenu_Galenica .rightArrow,
.RadMenu_Galenica .leftArrow
{
	height: 100%;
}

.RadMenu_Galenica .rightArrow,
.RadMenu_Galenica .rightArrowDisabled
{
	background-image: url('img/menu_bkg.gif');
}

.RadMenu_Galenica .vertical .separator .text
{
	/*padding-top: 2px;*/
	/*background: #6788be;*/
	background-image: url('img/sep_menu.gif') repeat-x;
	font-size: 1px;
}

.RadMenu_Galenica .horizontal .separator  
{
	/*padding-top: 2px;*/
	/*background: #6788be;*/
	 width:3px;
	font-size: 1px;
}


.RadMenu_Galenica .expandLeft,
.RadMenu_Galenica .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_Galenica .link:hover .expandLeft,
.RadMenu_Galenica .link:hover .expandRight,
.RadMenu_Galenica .focused .expandLeft,
.RadMenu_Galenica .focused .expandRight,
.RadMenu_Galenica .expanded .expandLeft,
.RadMenu_Galenica .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Galenica .link .disabled, .RadMenu_Galenica .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration:none;
	background: none;
}