/* r.a.d.menu Plain skin */

.RadMenu_Profile 
{
	/*background: #ececec;*/
 
}

.RadMenu_Profile_Context
{
	background: none;
	border:0;
}

.RadMenu_Profile .link
{
	line-height: 20px;
	text-decoration:none;
	color: #666666;
	font-weight: normal;
}

.RadMenu_Profile .link:hover,
.RadMenu_Profile .focused,
.RadMenu_Profile .expanded
{
	color: #000066; text-decoration: underline;
}

.RadMenu_Profile .text
{
	padding-left: 8px;	
	padding-right: 8px;
	font-size: 11px;
	font-family: Arial, Verdana;	font-weight: bold;
}

.RadMenu_Profile .group
{
	line-height: 23px;
 border-bottom: solid 1px #f68a1f;  border-top: 1px solid #f6f6f6; border-left: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6;
}

.RadMenu_Profile .group .link 
{	
	background: #ffffff;
	text-align: left;
	color: #666666;
}
.RadMenu_Profile .group .link:hover
{ 	background: #e2e9f0;
	font-weight: normal;
	color: #000066; text-decoration: none;}
	
.RadMenu_Profile .group .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight: normal;
}
.RadMenu_Profile .group .focused,
.RadMenu_Profile .group .expanded
{
	background: #ffffff;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color: #000066;
}

.RadMenu_Profile .leftArrow,
.RadMenu_Profile .rightArrow,
.RadMenu_Profile .topArrow,
.RadMenu_Profile .bottomArrow,
.RadMenu_Profile .leftArrowDisabled,
.RadMenu_Profile .rightArrowDisabled,
.RadMenu_Profile .topArrowDisabled,
.RadMenu_Profile .bottomArrowDisabled
{
	background: #f0f4f7 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Profile .topArrow,
.RadMenu_Profile .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Profile .bottomArrow,
.RadMenu_Profile .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Profile .rightArrow,
.RadMenu_Profile .leftArrow
{
	height:100%;
}

.RadMenu_Profile .rightArrow,
.RadMenu_Profile .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Profile .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Profile .expandLeft,
.RadMenu_Profile .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Profile .link:hover .expandLeft,
.RadMenu_Profile .link:hover .expandRight,
.RadMenu_Profile .focused .expandLeft,
.RadMenu_Profile .focused .expandRight,
.RadMenu_Profile .expanded .expandLeft,
.RadMenu_Profile .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Profile .leftImage
    {
      margin-top: 6px !important;  /* moves the image 5px down */
      
      margin-right:5px;
    }

