/* r.a.d.menu Web 2.0 skin */

.RadMenu_LIUAP 
{
	background: url(Img/MenuItemBackground.gif);
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9ea9c3;*/
}

.RadMenu_LIUAP_Context
{
	background: none;
	border:0;
}

.RadMenu_LIUAP .rmLink
{
	text-decoration: none;
	color: #1a3b73;
	border-left: solid 0px #ffffff;
	border-right: solid 1px #ffffff;
	background: transparent;
	/*padding-bottom: 5px;*/
}

.RadMenu_LIUAP .rmLink:hover,
.RadMenu_LIUAP .rmFocused,
.RadMenu_LIUAP .rmExpanded
{
	color: #ffffff;
	background: transparent url(Img/MainItemBackgroundHover.gif) no-repeat center;
}

.RadMenu_LIUAP .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
	padding-left: 14px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
	margin-right: 4px;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 24px;
	padding-right: 14px;
    background-image:none;
    cursor:hand;
	cursor:pointer;
	
}


.RadMenu_LIUAP .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_LIUAP .rmHorizontal .rmExpandBottom,  
.RadMenu_LIUAP .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Img/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_LIUAP .rmVertical .rmExpandLeft,
.RadMenu_LIUAP .rmVertical .rmExpandRight  
{  
  background: transparent url(Img/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_LIUAP .rmSlide
{
	margin-top:-1px;
}

/*.RadMenu_LIUAP .rmGroup
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9ea9c3;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}*/

.RadMenu_LIUAP .rmGroup .rmLink
{
	border: 0px;
	/*border-bottom: solid 1px #f0f2f3;*/
	color: #FFFFFF;
	font-weight: bold;
	background-color: #48628f;
	font-size: 11px;
}

.RadMenu_LIUAP .rmGroup .rmText
{
	font-weight: normal !important;
	margin-right: 0 !important;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 11px;
	/*background-image: url(Img/MenuItemBackground.gif);
	background-repeat: repeat-x;*/
}

.RadMenu_LIUAP .rmGroup .rmLink:hover,
.RadMenu_LIUAP .rmGroup .rmFocused,
.RadMenu_LIUAP .rmGroup .rmExpanded
{
	/*border: 0px;*/
	/*border-bottom: solid 1px #d8dde0;*/
	background-color: #1a3b73;
	color: #FFFFFF;
}

.RadMenu_LIUAP .rmLeftArrow,
.RadMenu_LIUAP .rmRightArrow,
.RadMenu_LIUAP .rmTopArrow,
.RadMenu_LIUAP .rmBottomArrow,
.RadMenu_LIUAP .rmLeftArrowDisabled,
.RadMenu_LIUAP .rmRightArrowDisabled,
.RadMenu_LIUAP .rmTopArrowDisabled,
.RadMenu_LIUAP .rmBottomArrowDisabled
{
	background: #e7f1ff url(Img/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_LIUAP .rmTopArrow,
.RadMenu_LIUAP .rmTopArrowDisabled
{
	background-image: url(Img/top.gif);
	width: 100%;
}

.RadMenu_LIUAP .rmBottomArrow,
.RadMenu_LIUAP .rmBottomArrowDisabled
{
	background-image:url(Img/bottom.gif);
	width: 100%;
}

.RadMenu_LIUAP .rmRightArrow,
.RadMenu_LIUAP .rmLeftArrow
{
	height: 100%;
}

.RadMenu_LIUAP .rmRightArrow,
.RadMenu_LIUAP .rmRightArrowDisabled
{
	background-image: url(Img/right.gif);
}

.RadMenu_LIUAP .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_LIUAP .rmSeparator .rmText
{
	display: none;
}

.RadMenu_LIUAP .rmExpandLeft,
.RadMenu_LIUAP .rmExpandRight,
.RadMenu_LIUAP .rmFocused .rmExpandLeft,
.RadMenu_LIUAP .rmFocused .rmExpandRight,
.RadMenu_LIUAP .rmExpanded .rmExpandLeft,
.RadMenu_LIUAP .rmExpanded .rmExpandRight
{
	background: transparent url(Img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_LIUAP .rmGroup .rmExpandLeft,
.RadMenu_LIUAP .rmGroup .rmExpandRight,
.RadMenu_LIUAP .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_LIUAP .rmGroup .rmFocused .rmExpandRight,
.RadMenu_LIUAP .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_LIUAP .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_LIUAP .rmLink.rmDisabled,
.RadMenu_LIUAP .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_LIUAP_rtl,
.RadMenu_LIUAP_rtl *
{
    text-align:right;
}

.RadMenu_LIUAP_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_LIUAP_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_LIUAP .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_LIUAP_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_LIUAP_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_LIUAP_rtl .rmVertical .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Img/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_LIUAP_rtl .rmGroup .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Img/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_LIUAP_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_LIUAP_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_LIUAP_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_LIUAP_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_LIUAP_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_LIUAP_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_LIUAP_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Img/groupImageRTL.gif) 5px center no-repeat;
}

