﻿/* r.a.d.menu customTopMenuSkin skin */

.RadMenu_customTopMenuSkin
{
	padding: 0 30px;
	background: ##99aabc /*#d5d9de url('img/MenuBackground.gif');*/
	line-height: 23px;
}

.RadMenu_customTopMenuSkin .link
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align:  center;
	line-height: 23px;
	width: 130px;
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	color: #276c9d;
	font-weight: bold;
	background: ##99aabc /*#fefefe url('img/MainItemBackground.gif') repeat-x;*/
}

.RadMenu_customTopMenuSkin .text
{
	font-size: 11px;
	padding: 0px 24px;
}

.RadMenu_customTopMenuSkin .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_customTopMenuSkin .group .link
{
	background: #f0f2f4;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: 130px;
	text-align: left;
	color: #333;
}

.RadMenu_customTopMenuSkin .group .text
{
	padding-left: 12px;
	font-weight: normal;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: white;
	color: #5984a2;
	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: 1px solid #d2d8de;
	border-left: 1px 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: 3px;
	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;
}
