﻿/* r.a.d.menu Plain skin */

.RadMenu_Informance 
{
	background: transparent;
	cursor: pointer;
    cursor: hand;
}

.RadMenu_Informance_Context
{
	background: none;
	border:0;
	cursor: pointer;
    	cursor: hand;
}

.RadMenu_Informance .link
{
	line-height: 20px;
	text-decoration:none;
	color: #666;
	background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	border-left: solid 0px #fff;
	border-right: solid 0px #d6d6d6;
	cursor: pointer;
    	cursor: hand;
}

.RadMenu_Informance .customClass
{
	PADDING-BOTTOM: 2px;
	HEIGHT: 46px;
	padding-left:46px !important;
}

.RadMenu_Informance .link:hover,
.RadMenu_Informance .focused,
.RadMenu_Informance .expanded
{
	color: #000;
}

.RadMenu_Informance .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_Informance .group
{
	border: solid 1px #bbbbbb;
	border-bottom: 0px;
	cursor: pointer;
    	cursor: hand;

}

.RadMenu_Informance .group .link
{
	line-height: 20px;	
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	text-decoration:none;
	cursor: pointer;
    	cursor: hand;
}


.RadMenu_Informance .group .link:hover,
.RadMenu_Informance .group .focused,
.RadMenu_Informance .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	cursor: pointer;
    	cursor: hand;
	z-index: 100;
}

.RadMenu_Informance .leftArrow,
.RadMenu_Informance .rightArrow,
.RadMenu_Informance .topArrow,
.RadMenu_Informance .bottomArrow,
.RadMenu_Informance .leftArrowDisabled,
.RadMenu_Informance .rightArrowDisabled,
.RadMenu_Informance .topArrowDisabled,
.RadMenu_Informance .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Informance .topArrow,
.RadMenu_Informance .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Informance .bottomArrow,
.RadMenu_Informance .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Informance .rightArrow,
.RadMenu_Informance .leftArrow
{
	height:100%;
}

.RadMenu_Informance .rightArrow,
.RadMenu_Informance .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Informance .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Informance .expandLeft,
.RadMenu_Informance .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Informance .link:hover .expandLeft,
.RadMenu_Informance .link:hover .expandRight,
.RadMenu_Informance .focused .expandLeft,
.RadMenu_Informance .focused .expandRight,
.RadMenu_Informance .expanded .expandLeft,
.RadMenu_Informance .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.ImageCursorPointer
{
	cursor: pointer;
    	cursor: hand;
}

.radmenu a.link
{
	cursor: pointer;
}