﻿/* r.a.d.menu Plain skin */

.RadMenu_Informance 
{
	background-color: #4d4d4d;
	width: 100%;
	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: #ffffff;
	border-left: solid 0px #fff;
	border-right: solid 0px #d6d6d6;
	cursor: pointer;
    cursor: hand;
    background-image: url(/images/menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.RadMenu_Informance .customClass
{
	BACKGROUND-IMAGE: url(http://www.informance.com/images/navbar_bg.gif);
	PADDING-BOTTOM: 0px;
	HEIGHT: 46px;
	padding-left:46px !important;
}

.RadMenu_Informance .link:hover,
.RadMenu_Informance .focused,
.RadMenu_Informance .expanded
{
	color: #FFF;
	background-color: #f05a28;
    background-image: url(/images/menu_arrow_hover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;	
}

.RadMenu_Informance .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-family: "Trebuchet MS", sans-serif;
}

.RadMenu_Informance .group
{
	border: solid 1px #FFF;
	background-color: #4d4d4d;
	cursor: pointer;
    cursor: hand;
}

.RadMenu_Informance .group .link
{
	background: #4d4d4d;
	text-align: left;
	text-decoration:none;
	cursor: pointer;
    cursor: hand;
}


.RadMenu_Informance .group .link:hover,
.RadMenu_Informance .group .focused,
.RadMenu_Informance .group .expanded
{
	background: #f05a28;
	border-bottom-color: #FFF;
	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: 0px;
	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;
}
