
.RadMenu_PGTMain
{
    /*background-position-y: center;*/
    background-image: url(img/mainBG.gif);
    background-repeat: repeat-x;
	font-size: 10pt;
}

/*  top menu */
.RadMenu_PGTMain .item
{
    background-position: right center;
    background-image: url(img/mainDivider.gif);
    background-repeat: no-repeat;
    height: 35px;
}

/* top menu link text */
.RadMenu_PGTMain .item .link
{
    color:White;
    font-size: 11pt;
    text-decoration:none;
}

/* top menu link text */
.RadMenu_PGTMain .link .text
{
    font-family: Arial, Sans-Serif;
    font-size:11pt;
    vertical-align: middle;
    text-decoration:none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bolder;
}


.RadMenu_PGTMain .rootGroup .focused,
.RadMenu_PGTMain .rootGroup .link:hover
{
	z-index:60;
	background:#FFD59A url(Img/mainBGHover.gif) left top repeat-x;
	background-color:Transparent;
}

.RadMenu_PGTMain .leftArrow,
.RadMenu_PGTMain .rightArrow,
.RadMenu_PGTMain .topArrow,
.RadMenu_PGTMain .bottomArrow,
.RadMenu_PGTMain .leftArrowDisabled,
.RadMenu_PGTMain .rightArrowDisabled,
.RadMenu_PGTMain .topArrowDisabled,
.RadMenu_PGTMain .bottomArrowDisabled
{
	border-left: 1px solid #000000;
	border-right: 1px solid #d1d1d1;
	background: #f1f1f1 url('img/left.gif') center center no-repeat;
	width:15px;
}

/* drop down items without hover */
.RadMenu_PGTMain .group
{
	
	font-family: Arial, Sans-Serif;
	font-size:12px;
	background-color:#e0e6f1;
	 
}


/* drop down list link items when not hovering */
.RadMenu_PGTMain .group .link
{
	text-decoration:none;
	color:#003876; /* link text font color */
	font-size:16px;
	font-family: Arial, Sans-Serif;
	background: none;
	height:35px;
}





/* Describes the drop down when mouse is hovering */

/* Describes the drop down when mouse is not hovering */
.RadMenu_PGTMain .customClass
{     
	/*padding-left:10px !important;*/
}

.RadMenu_PGTMain .customClass .leftImage
{
	margin-left:10px; /* moves the image 10px to the left */
	margin-top: 15px;  /* moves the image 5px down */
}

