﻿/* r.a.d.menu Plain skin */

.RadMenu_Summit .horizontal li{
	margin: 0 20px;
}
.RadMenu_Summit .vertical li{
	margin: 0;
}

.RadMenu_Summit_Context
{
	background: none;
	border:0;
}

.RadMenu_Summit .link
{
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	text-decoration:none;
	color: #006284;
	cursor: pointer;
}

.RadMenu_Summit .link:hover,
.RadMenu_Summit .focused,
.RadMenu_Summit .expanded
{
	color: #ffffff;
	cursor: pointer;
	background: #0C6183;
}

.RadMenu_Summit .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial;
}

.RadMenu_Summit .group
{
	border-top: solid 1px #887f6b;
}

.RadMenu_Summit .group .text{

	padding: 0 19px 0 10px;
}

.RadMenu_Summit .group .link
{
	background: #C4BCA6 url('img/bg_submenu.jpg') top right repeat-y;	
	text-align: left;
	border: 1px solid #887f6b;
	border-top: none;
	line-height: 18px;
	color: #777265;	
	width: 
}

.RadMenu_Summit .group .link:hover,
.RadMenu_Summit .group .focused,
.RadMenu_Summit .group .expanded
{
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	background: #0C6183;
	text-decoration: none;
}

.RadMenu_Summit .leftArrow,
.RadMenu_Summit .rightArrow,
.RadMenu_Summit .topArrow,
.RadMenu_Summit .bottomArrow,
.RadMenu_Summit .leftArrowDisabled,
.RadMenu_Summit .rightArrowDisabled,
.RadMenu_Summit .topArrowDisabled,
.RadMenu_Summit .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Summit .topArrow,
.RadMenu_Summit .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Summit .bottomArrow,
.RadMenu_Summit .bottomArrowDisabled
{
	background-image:url('img/arrowDown.gif');
	width:100%;
}

.RadMenu_Summit .rightArrow,
.RadMenu_Summit .leftArrow
{
	height:100%;
}

.RadMenu_Summit .rightArrow,
.RadMenu_Summit .rightArrowDisabled
{
	background-image: url('img/arrowRight.gif');
}

.RadMenu_Summit .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Summit .expandLeft,
.RadMenu_Summit .expandRight
{
	background: transparent url(img/arrowRight.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Summit_rtl .expandLeft,
.RadMenu_Summit_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Summit .link:hover .expandLeft,
.RadMenu_Summit .link:hover .expandRight,
.RadMenu_Summit .focused .expandLeft,
.RadMenu_Summit .focused .expandRight,
.RadMenu_Summit .expanded .expandLeft,
.RadMenu_Summit .expanded .expandRight
{
	background:transparent url(img/arrowRight.gif) right center no-repeat;
}

.RadMenu_Summit_rtl .link:hover .expandLeft,
.RadMenu_Summit_rtl .link:hover .expandRight,
.RadMenu_Summit_rtl .focused .expandLeft,
.RadMenu_Summit_rtl .focused .expandRight,
.RadMenu_Summit_rtl .expanded .expandLeft,
.RadMenu_Summit_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}