/* RadMenu Plain skin */

/* Master Settings*/
.RadMenu_MPMG_Menu_Main 
{

}

/*
.RadMenu_MPMG_Menu_Main_Context
{
	background: none;
	border:0;
}
*/

.RadMenu_MPMG_Menu_Main .link
{
	line-height: 40px; 
	vertical-align: middle; 
	text-decoration: none;
	font-weight: Bold;
	text-align:center;
	color: #fff;
	background: url('img/menu_bg_mid.gif') ; 
	/*font-family: Verdana, Arial, Sans-Serif;*/
	font-size: 14px;
}


/*Controls how the main toolbar's background appears when choosing a submenu*/
.RadMenu_MPMG_Menu_Main .link:hover
{
		height: 40px;
		background: #E0691A url('img/bar3.gif') repeat-x; 
}

/*Controls how the main toolbar's text appears when choosing a submenu*/
.RadMenu_MPMG_Menu_Main .focused,
.RadMenu_MPMG_Menu_Main .expanded
{
	color: #fff;
}
/*
/* Controls all text for the entire Menu */

.RadMenu_MPMG_Menu_Main .text
{
	/*padding-left: 10px;	
	padding-right: 36px;*/
	/*font-size: 11px;*/
	font-family: Verdana, Arial, Sans-Serif ;
}


/* Not sure what this does (rtl = Right-to-left) */
/*
.RadMenu_MPMG_Menu_Main_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}
*/

/* Controls Borders of the Submenus. */
.RadMenu_MPMG_Menu_Main .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

/* Controls the appearance of the submenus */
.RadMenu_MPMG_Menu_Main .group .link
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 20px;	
		
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

/*
.RadMenu_MPMG_Menu_Main_rtl .group .link
{
	background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	text-align: right;
}
*/
/*Controls the appearance of the submenus when they are hovered over, and when 
their submenus are expanded. */
.RadMenu_MPMG_Menu_Main .group .link:hover,
.RadMenu_MPMG_Menu_Main .group .focused,
.RadMenu_MPMG_Menu_Main .group .expanded
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	height: 20px;	

	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;

}

/* Don't know what this does */
/*
.RadMenu_MPMG_Menu_Main .leftArrow,
.RadMenu_MPMG_Menu_Main .rightArrow,
.RadMenu_MPMG_Menu_Main .topArrow,
.RadMenu_MPMG_Menu_Main .bottomArrow,
.RadMenu_MPMG_Menu_Main .leftArrowDisabled,
.RadMenu_MPMG_Menu_Main .rightArrowDisabled,
.RadMenu_MPMG_Menu_Main .topArrowDisabled,
.RadMenu_MPMG_Menu_Main .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') right center no-repeat;
	width:15px;
}
*/
/*
.RadMenu_MPMG_Menu_Main .topArrow,
.RadMenu_MPMG_Menu_Main .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}
*/
/*
.RadMenu_MPMG_Menu_Main .bottomArrow,
.RadMenu_MPMG_Menu_Main .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}
*/
/*
.RadMenu_MPMG_Menu_Main .rightArrow,
.RadMenu_MPMG_Menu_Main .leftArrow
{
	height:100%;
}
*/
/*
.RadMenu_MPMG_Menu_Main .rightArrow,
.RadMenu_MPMG_Menu_Main .rightArrowDisabled
{
	background-image: url('img/right.gif');
	background-position: right center;
}
*/
/*
.RadMenu_MPMG_Menu_Main .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}
*/

.RadMenu_MPMG_Menu_Main .expandLeft,
.RadMenu_MPMG_Menu_Main .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	/* There is 36 px padding in the menu controls, the negative margin will
		allow the image to appear within that padded area.*/
	margin-right: -30px;
}

/*
.RadMenu_MPMG_Menu_Main_rtl .expandLeft,
.RadMenu_MPMG_Menu_Main_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}
*/


.RadMenu_MPMG_Menu_Main .link:hover .expandLeft,
.RadMenu_MPMG_Menu_Main .link:hover .expandRight,
.RadMenu_MPMG_Menu_Main .focused .expandLeft,
.RadMenu_MPMG_Menu_Main .focused .expandRight,
.RadMenu_MPMG_Menu_Main .expanded .expandLeft,
.RadMenu_MPMG_Menu_Main .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*
.RadMenu_MPMG_Menu_Main_rtl .link:hover .expandLeft,
.RadMenu_MPMG_Menu_Main_rtl .link:hover .expandRight,
.RadMenu_MPMG_Menu_Main_rtl .focused .expandLeft,
.RadMenu_MPMG_Menu_Main_rtl .focused .expandRight,
.RadMenu_MPMG_Menu_Main_rtl .expanded .expandLeft,
.RadMenu_MPMG_Menu_Main_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
*/
