﻿/* r.a.d.menu Merriweather skin */

.RadMenu_Merriweather
{
	padding: 0 0px;
	background: #1900AF url('img/sidebar2.png') repeat-y;
	line-height: 23px;
}

.RadMenu_Merriweather .link
{
	text-decoration:none;
	color: white;
	font-weight: normal;
	text-align:left;
	line-height: 23px;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
}

.RadMenu_Merriweather .link:hover,
.RadMenu_Merriweather .focused,
.RadMenu_Merriweather .expanded
{
	color: White;
	font-weight: bold;
	background:url('img/sidebar1.png') repeat-y;
}

.RadMenu_Merriweather .text
{
	font-size: 12px;
	padding: 8px 40px 8px 40px;
	
	
}

.RadMenu_Merriweather .group
{
	background: #7475C1;
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_Merriweather .group .link
{
	background: #1900AF url('img/sidebar2.png') repeat-y;
	width: auto;
	text-align: left;
	color: White;
}

.RadMenu_Merriweather .group .text
{
	padding-left: 12px;
	padding-right: 20px;
}

.RadMenu_Merriweather .group .link:hover,
.RadMenu_Merriweather .group .focused,
.RadMenu_Merriweather .group .expanded
{
	background:url('img/sidebar1.png') repeat-y;
	color: White;
	font-weight: bold;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_Merriweather .leftArrow,
.RadMenu_Merriweather .rightArrow,
.RadMenu_Merriweather .topArrow,
.RadMenu_Merriweather .bottomArrow,
.RadMenu_Merriweather .leftArrowDisabled,
.RadMenu_Merriweather .rightArrowDisabled,
.RadMenu_Merriweather .topArrowDisabled,
.RadMenu_Merriweather .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Merriweather .topArrow,
.RadMenu_Merriweather .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Merriweather .bottomArrow,
.RadMenu_Merriweather .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Merriweather .rightArrow,
.RadMenu_Merriweather .leftArrow
{
	height:100%;
}

.RadMenu_Merriweather .rightArrow,
.RadMenu_Merriweather .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Merriweather .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Merriweather .expandLeft,
.RadMenu_Merriweather .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Merriweather .link:hover .expandLeft,
.RadMenu_Merriweather .link:hover .expandRight,
.RadMenu_Merriweather .focused .expandLeft,
.RadMenu_Merriweather .focused .expandRight,
.RadMenu_Merriweather .expanded .expandLeft,
.RadMenu_Merriweather .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}