/* r.a.d.menu Web 2.0 skin */

.RadMenu_Lilipoh 
{
	background: url('img/MenuItemBackground1.gif') repeat-x;
	border-left: solid 1px #afafaf;
	height: 3em;
	margin: 0;
	padding: 0;
}

.RadMenu_Lilipoh_Context
{
	background: url('img/MenuItemBackground1.gif');
	border:0;
}

.RadMenu_Lilipoh .rmLink
{
	float: left;
	text-decoration: none;
	color: #787878;
	height: 3em;
	border-right: solid 1px #c5c5c5;
	background: transparent;
}

.RadMenu_Lilipoh .rmLink:hover,
.RadMenu_Lilipoh .rmFocused,
.RadMenu_Lilipoh .rmExpanded
{
	color: #000066;
	background: transparent url('img/MainItemBackgroundHover1.gif') repeat-x;

}

.RadMenu_Lilipoh .rmRootGroup .rmText
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 1em;
	margin-right: 4px;
	font: bold 1em/3em Arial, Verdana, Sans-serif;
	padding-right: 2em;
	color: #646464;
	background-image:none;
	
}




.RadMenu_Lilipoh .rmHorizontal .rmExpandBottom,  
.RadMenu_Lilipoh .rmHorizontal .rmExpandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_Lilipoh .rmVertical .rmExpandLeft,
.RadMenu_Lilipoh .rmVertical .rmExpandRight  
{  
  background: transparent url('img/groupImage.gif') no-repeat right center;  
} 


.RadMenu_Lilipoh .rmSlide
{
	margin-top:0px;
}

.RadMenu_Lilipoh .rmGroup
{
	border-top: solid 1px #6788be;
	background: white;
	height: 1.5em;
	margin: 0;
	padding: 0;
}

.RadMenu_Lilipoh .rmGroup .rmLink
{
	background: #EFF0F2;
	border: solid 1px #5D7B9D;
	border-top: 0;
	color: #333;
	height: 2.5em;
	font-size: .8em;
}

.RadMenu_Lilipoh .rmGroup .rmLink:hover,
.RadMenu_Lilipoh .rmGroup .rmFocused,
.RadMenu_Lilipoh .rmGroup .rmExpanded
{
	background: #DAE2EE;
	border: solid 1px #6788be;
	border-top: none;
	height: 2.5em;
	font-size: .8em;
}

.RadMenu_Lilipoh .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	font-size: 1em;
	font: normal 1em/2.5em Verdana, Arial, sans-serif;
	
}

.RadMenu_Lilipoh .rmLeftArrow,
.RadMenu_Lilipoh .rmRightArrow,
.RadMenu_Lilipoh .rmTopArrow,
.RadMenu_Lilipoh .rmBottomArrow,
.RadMenu_Lilipoh .rmLeftArrowDisabled,
.RadMenu_Lilipoh .rmRightArrowDisabled,
.RadMenu_Lilipoh .rmTopArrowDisabled,
.RadMenu_Lilipoh .rmBottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Lilipoh .rmTopArrow,
.RadMenu_Lilipoh .rmTopArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Lilipoh .rmBottomArrow,
.RadMenu_Lilipoh .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Lilipoh .rmRightArrow,
.RadMenu_Lilipoh .rmLeftArrow
{
	height: 100%;
}

.RadMenu_Lilipoh .rmRightArrow,
.RadMenu_Lilipoh .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Lilipoh .rmVertical .rmSeparator .rmText
{
	padding-top: 0px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Lilipoh .rmExpandLeft,
.RadMenu_Lilipoh .rmExpandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_Lilipoh .rmLink:hover .rmexpandLeft,
.RadMenu_Lilipoh .rmLink:hover .rmexpandRight,
.RadMenu_Lilipoh .rmFocused .rmexpandLeft,
.RadMenu_Lilipoh .rmFocused .rmexpandRight,
.RadMenu_Lilipoh .rmExpanded .rmexpandLeft,
.RadMenu_Lilipoh .rmExpanded .rmexpandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Lilipoh .rmLink.disabled, .RadMenu_Lilipoh .rmLink.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}