﻿/* r.a.d.menu customTopMenuSkin skin */

.RadMenu_customTopMenuSkin
{
	border: solid 1px #dadada;
	border-bottom: 0px;
	font-family:Arial;
	font-size:12px;
	
}

.RadMenu_customTopMenuSkin .link
{
	
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 22px;
	background: #4291ec url('img/MainItemBackgroundHvr.gif') repeat-x;
	
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 22px;
	background: #e9e9e9 url('img/MainItemBackground.gif') repeat-x;
}

.RadMenu_customTopMenuSkin .text
{
	padding-right:36px;
	padding-left:35px;
}

.RadMenu_customTopMenuSkin .group
{
	background: white url('img/MenuItemBackground.gif');
	border: solid 1px #dadada;
}

.RadMenu_customTopMenuSkin .group .link
{
	background: none;
	text-align: left;
	color: #333;
}

.RadMenu_customTopMenuSkin .group .text
{
	padding-left: 12px;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: #326dc8 url('img/MenuItemBackgroundHvr.gif') repeat-x;
	color: white;
}

.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: #326dc8 url('img/left.gif') right 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: 1px;
	background:	#d0d2d4;
	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_rtl .expandLeft,
.RadMenu_customTopMenuSkin_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_customTopMenuSkin_rtl .group .link:hover .expandLeft,
.RadMenu_customTopMenuSkin_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.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;
}
