﻿/* r.a.d.menu customTopMenuSkin skin */

.RadMenu_customTopMenuSkin 
{
	background: #c5c4c4 url('img/MenuBarBackground.gif') repeat-x;
}

.RadMenu_customTopMenuSkin .link
{
	text-decoration:none;
	color: #6b6f80;
	font-size: 11px;
	width: 89px;
	line-height: 25px;
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
}


.RadMenu_customTopMenuSkin .last .link
{
	border-right: 1px solid #868485;
}

.RadMenu_customTopMenuSkin .vertical .link
{
	border-right: 1px solid #868485;
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	background: #fefefe url('img/MainItemBackgroundHover.gif') no-repeat;
}

.RadMenu_customTopMenuSkin .rootGroup .disabled:hover
{
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
}

.RadMenu_customTopMenuSkin .text
{
	color: #6b6f80;
}

.RadMenu_customTopMenuSkin .group
{
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #c9c9c9;
}

.RadMenu_customTopMenuSkin .group .text
{
	padding-left: 31px;
	color: #707070;
}      

.RadMenu_customTopMenuSkin .group .link
{
	background: #d0d0d0 url('img/MenuItemBackground.gif') no-repeat;
	width: 139px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #e6e6e6;
}

.RadMenu_customTopMenuSkin .group .first .link
{
	background: #d0d0d0 url('img/MenuItemBgFirst.gif') no-repeat;
	line-height: 33px;
}

.RadMenu_customTopMenuSkin .group .first .link:hover,
.RadMenu_customTopMenuSkin .group .first .focused,
.RadMenu_customTopMenuSkin .group .first .expanded
{
	background: #d0d0d0 url('img/MenuItemBgHoverFirst.gif') no-repeat;
	line-height: 33px;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;
}

.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:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #c9c9c9 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: 3px;
	background: #cdcece url('img/Separator.gif');
	font-size: 1px;
	border-right: 1px solid #e6e6e6;
}

.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;
	margin-left: 8px;
}

/* right to left */
.RadMenu_customTopMenuSkin_rtl .group .link:hover .expandLeft,
.RadMenu_customTopMenuSkin_rtl .group .link:hover .expandRight
{
	background:transparent url(http://www.olympic-candy.com/185/topMenuSkins/customTopMenuSkin/img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.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;
}