/* r.a.d.menu PGTUtil skin */
.RadMenu_PGTResource
{
	
    padding: 0px 0px 0px 0px;
    

}
.RadMenu_PGTResource .item
{
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    
}

/* Describes the top level menu text */
.RadMenu_PGTResource .link
{
	
	background-color: Transparent;
    text-decoration: none;
   
 }


/* hover a drop-down menu item, not the top level menu */
.RadMenu_PGTResource .link:hover, .RadMenu_PGTResource .link:hover .text, .RadMenu_PGTResource .expanded
{
    text-decoration: none;
    font-family: Arial, Sans-Serif;
    background-color:#f0f3f8;
    font-size: 8pt;
}



.RadMenu_PGTResource .RadMenu_PGTResource .focused
{
 
}

.RadMenu_PGTResource .rootGroup .link
{
	
}

/* appearance of drop down items when they first drop down */
.RadMenu_PGTResource .text
{
    color: #002369;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    text-align: left;
    background-color:#e0e6f1;
}

/* needed for horizontal scrolling case */
.RadMenu_PGTResource .group .horizontal
{
	background: #e9e9e9 none;
}


.RadMenu_PGTResource .group
{
	background-color:White;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 0px #676767;
	margin-top:-2px !important;
}



/* describes the drop down list as a whole. this is where a separator can be included */
.RadMenu_PGTResource .group .link
{
	background: none;
	border-bottom: solid 0px #fff;
	border-top: solid 0px #d4d4d4;
	line-height: 22px;
	padding-top: 0px;
}

/* left hand image area default */
.RadMenu_PGTResource .group .link 
{
	background-color: #e0e6f1;
}

/* drop down menu when it first appears, again */
.RadMenu_PGTResource .group .link .text
{
	
}

/* left hand image area on hover*/
.RadMenu_PGTResource .group .link:hover,
.RadMenu_PGTResource .group .focused,
.RadMenu_PGTResource .group .expanded
{
	background-color: #f0f3f8;
}

.RadMenu_PGTResource .group .level2
{
	
}

.RadMenu_PGTResource .group .level2 .first .link, .RadMenu_PGTResource .group .level2 .last .link,
.RadMenu_PGTResource .group  .horizontal .first .link,
.RadMenu_PGTResource .group  .horizontal .first .link:hover,
.RadMenu_PGTResource .group .horizontal .last .link
{
}


.RadMenu_PGTResource .leftArrow,
.RadMenu_PGTResource .rightArrow,
.RadMenu_PGTResource .topArrow,
.RadMenu_PGTResource .bottomArrow,
.RadMenu_PGTResource .leftArrowDisabled,
.RadMenu_PGTResource .rightArrowDisabled,
.RadMenu_PGTResource .topArrowDisabled,
.RadMenu_PGTResource .bottomArrowDisabled
{
	
}

.RadMenu_PGTResource .topArrow,
.RadMenu_PGTResource .topArrowDisabled
{
	
}

.RadMenu_PGTResource .bottomArrow,
.RadMenu_PGTResource .bottomArrowDisabled
{
	
}

.RadMenu_PGTResource .rightArrow,
.RadMenu_PGTResource .leftArrow
{
	height:100%;
}

.RadMenu_PGTResource .rightArrow,
.RadMenu_PGTResource .rightArrowDisabled
{
	
}

.RadMenu_PGTResource .horizontal .separator
{
 padding-right:10px;
}

.RadMenu_PGTResource .vertical .separator .text
{
	border-bottom: solid 1px #989898;
}

.RadMenu_PGTResource .vertical .separator
{
}


.RadMenu_PGTResource .expandLeft,
.RadMenu_PGTResource .expandRight
{
	
}

.RadMenu_PGTResource_rtl .expandLeft,
.RadMenu_PGTResource_rtl .expandRight,
.RadMenu_PGTResource_rtl .group .link:hover .expandLeft,
.RadMenu_PGTResource_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_PGTResource .link:hover .expandLeft,
.RadMenu_PGTResource .link:hover .expandRight,
.RadMenu_PGTResource .focused .expandLeft,
.RadMenu_PGTResource .focused .expandRight,
.RadMenu_PGTResource .expanded .expandLeft,
.RadMenu_PGTResource .expanded .expandRight
{
	
}

/* used to display the arrow graphic in the drop down */
.RadMenu_PGTResource .customClass
{     
	padding-left: 10px;
	background-color:#e0e6f1;
}
.RadMenu_PGTResource .customClass .leftImage
{
	margin-left:-7px; /* moves the image 10px to the left */
	margin-top: 7px;  /* moves the image 5px down */
	background-color:Transparent;
}


