﻿/* r.a.d.menu Plain skin */

.RadMenu_customTopMenuSkin 
{
	background: #053984 url('img/Up_menu_Image.jpg') repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

.RadMenu_customTopMenuSkin_Context
{
	background: none;
	border:0;
}

.RadMenu_customTopMenuSkin .link
{
	line-height: 20px;
	text-decoration:none;
	color: #FFFFFF;
	background: #053984 url('img/Up_menu_Image.jpg') repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
}

.RadMenu_customTopMenuSkin .link:hover,
.RadMenu_customTopMenuSkin .focused,
.RadMenu_customTopMenuSkin .expanded
{
	color: #FF9900;
	background: #053984 url('img/Up_menu_Image.jpg') repeat-x;
}

.RadMenu_customTopMenuSkin .link:visited
{
	line-height: 20px;
	text-decoration:none;
	color: #FFFFFF;
	background: #053984 url('img/Up_menu_Image.jpg') repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
}

.RadMenu_customTopMenuSkin .text
{
	padding-left: 10px;	
	padding-right: 16px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_customTopMenuSkin .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_customTopMenuSkin .group .link
{
	background: #053984;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_customTopMenuSkin .group .link:hover,
.RadMenu_customTopMenuSkin .group .focused,
.RadMenu_customTopMenuSkin .group .expanded
{
	background: #ffffff url('img/Up_menu_Image.jpg') repeat-x;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.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: #ffffff 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');
	background-color : #ffffff;
}

.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;
}