﻿/* r.a.d.menu Main Menu skin */

.RadMenu_Decor 
{
	z-index:999;
	font-family:arial,verdana;    
}

.RadMenu_Decor_Context
{
	background: none;
	border:0;
}

.RadMenu_Decor .rmLink
{
	text-decoration: none;
	color:#581e00;
	background: url(../../../Media/Images/menu_background-inactive.jpg) no-repeat;
	height: 25px;
	width:137px;
	padding: 0px !important;
}

.RadMenu_Decor .rmLink:hover,
.RadMenu_Decor .rmFocused,
.RadMenu_Decor .rmExpanded
{
	cursor: hand;
	background: url(../../../Media/Images/menu_background-active.jpg) no-repeat;
}

.RadMenu_Decor .rmText
{	
	background:none;
	color:white;
	font-weight:bold;   
	font-size: 12px;
	text-align:center;
	padding:2px 0px 0px 0px !important;
	height: 25px;
	width:137px;
	white-space:normal;
}

.RadMenu_Decor .rmText:hover
{
	color:#5A5A5C;
}

.RadMenu_Decor .rmGroup
{
	background-color:white;
}

.RadMenu_Decor .rmGroup .rmLink
{
	background:none;
	background-color:#949599;
	font-family:arial,verdana;   
	width:auto;	
	margin-right:1px;
	margin-bottom:1px;
	height: 25px;
}

.RadMenu_Decor .rmGroup .rmLink:hover,
.RadMenu_Decor .rmGroup .rmFocused,
.RadMenu_Decor .rmGroup .rmExpanded
{
	background:none;
	background-color:#D1D2D6;
	color:#5A5A5C;
	font-weight:bold;
}

.RadMenu_Decor .rmGroup .rmText
{
	font-size: 12px;
	color:White;
	padding:5px 15px 0px 10px !important;
	text-align:left;
	height: 25px;
	width:auto;
	white-space:nowrap;
}

.RadMenu_Decor .rmGroup .rmText:hover
{
	color:#5A5A5C;
}

.RadMenu_Decor .rmSeparator
{
	width:1px;
	height:25px;
    background: white; 
}

.RadMenu_Decor .rmGroup .rmExpandLeft,
.RadMenu_Decor .rmGroup .rmExpandRight  
{  
	background: transparent url(../../../App_Themes/Default/MainMenuSkin/Images/GroupImage.gif) right 9px no-repeat;
}