﻿/* r.a.d.menu customTopMenuSkin skin */

.RadMenu_customTopMenuSkin
{
	padding: 0 0 0px;
	background: #59BD7C url('img/MenuBackground.gif');
	line-height: 23px;
}

.RadMenu_customTopMenuSkin .link
{
	text-decoration:none;
	color: black;
	font-weight: bold;
	text-align:  center;
	line-height: 23px;
	font-family:Tahoma;
	padding-left:10px;
	padding-right:55px;
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	color: black;
	font-weight: bold;
	background: #74C590 url('img/MainItemBackground.gif') repeat-x;
	font-family:Tahoma;
	padding-left:10px;
	padding-right:55px;
}

.RadMenu_customTopMenuSkin .text
{
	font-size: 11px;
}

.RadMenu_customTopMenuSkin .group
{
	border: solid 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_customTopMenuSkin .group .link
{
	background: white;
	border-top: solid 0px;
	border-bottom: solid 1px #6D6E71;
	border-left: solid 1px #6D6E71;
	border-right: solid 1px #6D6E71;
	width: auto;
	text-align: left;
	color: black;
	min-width :130px;
}

.RadMenu_customTopMenuSkin .group .text
{
	padding-left: 10px;
	font-weight: normal;
	padding-right: 5px;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: white;
	color: #6D6E71;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_customTopMenuSkin .leftArrow,
.RadMenu_customTopMenuSkin .rightArrow,
.RadMenu_customTopMenuSkin .topArrow,
.RadMenu_customTopMenuSkin .bottomArrow,
.RadMenu_customTopMenuSkin .leftArrowDisabled,
.RadMenu_customTopMenuSkin .rightArrowDisabled,
.RadMenu_customTopMenuSkin .topArrowDisabled,
.RadMenu_customTopMenuSkin .bottomArrowDisabled
{
	border-left: 0px solid #d2d8de;
	border-left: 0px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.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: 0px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_customTopMenuSkin .expandLeft,
.RadMenu_customTopMenuSkin .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.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;
}