﻿/* r.a.d.menu Plain skin */

.RadMenu_customTopMenuSkin 
{
	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
}

.RadMenu_customTopMenuSkin_Context
{
	background: none;
	border:0;
}

.RadMenu_customTopMenuSkin .link
{
	line-height: 20px;
	text-decoration:none;
	color: #0000BD;
	border-left: solid 0px #fff;
	border-right: solid 0px #d6d6d6;
	background-color :#CEED6F;
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	color: #FE169D;
}

.RadMenu_customTopMenuSkin .text
{
	padding-left: 5px;	
	padding-right: 6px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_customTopMenuSkin .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_customTopMenuSkin .group .link
{
	background: #f7f7f7;
	border-top: solid 0px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:#000000;
}

.RadMenu_customTopMenuSkin .leftArrow,
.RadMenu_customTopMenuSkin .rightArrow,
.RadMenu_customTopMenuSkin .topArrow,
.RadMenu_customTopMenuSkin .bottomArrow,
.RadMenu_customTopMenuSkin .leftArrowDisabled,
.RadMenu_customTopMenuSkin .rightArrowDisabled,
.RadMenu_customTopMenuSkin .topArrowDisabled,
.RadMenu_customTopMenuSkin .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:5px;
}

.RadMenu_customTopMenuSkin .topArrow,
.RadMenu_customTopMenuSkin .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_customTopMenuSkin .bottomArrow,
.RadMenu_customTopMenuSkin .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_customTopMenuSkin .rightArrow,
.RadMenu_customTopMenuSkin .leftArrow
{
	height:100%;
}

.RadMenu_customTopMenuSkin .rightArrow,
.RadMenu_customTopMenuSkin .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_customTopMenuSkin .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_customTopMenuSkin .expandLeft,
.RadMenu_customTopMenuSkin .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_customTopMenuSkin .link:hover .expandLeft,
.RadMenu_customTopMenuSkin .link:hover .expandRight,
.RadMenu_customTopMenuSkin .focused .expandLeft,
.RadMenu_customTopMenuSkin .focused .expandRight,
.RadMenu_customTopMenuSkin .expanded .expandLeft,
.RadMenu_customTopMenuSkin .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	color:#000000;
}