/* RadMenu Plain skin */

.RadMenu_GIBS 
{
	
}

.RadMenu_GIBS_Context
{
	background: none;
	border:0;
}

li.item
{
	padding:0px;	
	background:none;
}

.RadMenu_GIBS .link:link,
.RadMenu_GIBS .link:visited
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 31px;
	line-height:29px;
	border-bottom:1px solid #000000;
}

.RadMenu_GIBS .link,
.RadMenu_GIBS div.text
{
	text-decoration:none;
	color: #FFFFFF;
	background: #555656 url(img/topNavGradient.gif) left top repeat;
	font-weight: normal;
	padding: 0px 31px;
	line-height:29px;
}

.RadMenu_GIBS .link:hover,
.RadMenu_GIBS .focused,
.RadMenu_GIBS .expanded,
.RadMenu_GIBS div.text:hover
{
	color: #FFFFFF;
	text-decoration:none;
	background-image: none;
	background: #435096 url(img/topNavGradient_over.gif) left top repeat-x;
	border-bottom:1px solid #000000;
}

.RadMenu_GIBS .text
{
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.RadMenu_GIBS .separator .text
{
	background: #482e13 url(img/topNavGradientTile.gif) left top repeat-x;
	display: block;
	float: left;
	padding: 13px 0px 13px 0px;
	color:#FFFFFF;
}

.RadMenu_GIBS_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}

.RadMenu_GIBS .group
{
	background-color:#dbdbdb;
	cursor:default;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#a7a5a6,direction=180);
	font-family: Arial, Helvetica, sans-serif;
}

.RadMenu_GIBS .group .link,
.RadMenu_GIBS .group .link:ACTIVE,
.RadMenu_GIBS .group .link:LINK,
.RadMenu_GIBS .group .link:VISITED,
.RadMenu_GIBS .group div.text
{
	font-family: Arial, Helvetica, sans-serif;
	cursor:default;
	background: #dbdbdb;
	color:#222222;
	padding: 5px 0px 0px 0px;
}

.RadMenu_GIBS_rtl .group .link,
.RadMenu_GIBS_rtl .group div.text
{
	text-align: right;
}

.RadMenu_GIBS .group .link:hover,
.RadMenu_GIBS .group .focused,
.RadMenu_GIBS .group .expanded
{
	background: #3265b5;
	font-weight: normal;
}

.RadMenu_GIBS .leftArrow,
.RadMenu_GIBS .rightArrow,
.RadMenu_GIBS .topArrow,
.RadMenu_GIBS .bottomArrow,
.RadMenu_GIBS .leftArrowDisabled,
.RadMenu_GIBS .rightArrowDisabled,
.RadMenu_GIBS .topArrowDisabled,
.RadMenu_GIBS .bottomArrowDisabled
{
	/*
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
	*/
}

.RadMenu_GIBS .topArrow,
.RadMenu_GIBS .topArrowDisabled
{
	/*
	background-image:url('img/top.gif');
	width:100%;
	*/
}

.RadMenu_GIBS .bottomArrow,
.RadMenu_GIBS .bottomArrowDisabled
{
	/*
	background-image:url('img/bottom.gif');
	width:100%;
	*/
}

.RadMenu_GIBS .rightArrow,
.RadMenu_GIBS .leftArrow
{
	height:100%;
}

.RadMenu_GIBS .rightArrow,
.RadMenu_GIBS .rightArrowDisabled
{
	/*
	background-image: url('img/right.gif');
	*/
}

.RadMenu_GIBS .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_GIBS .expandLeft,
.RadMenu_GIBS .expandRight
{
	/*
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	*/
}

.RadMenu_GIBS_rtl .expandLeft,
.RadMenu_GIBS_rtl .expandRight
{
	/*
	background: url(img/groupImageRTL.gif) left center no-repeat;
	*/
}

.RadMenu_GIBS .link:hover .expandLeft,
.RadMenu_GIBS .link:hover .expandRight,
.RadMenu_GIBS .focused .expandLeft,
.RadMenu_GIBS .focused .expandRight,
.RadMenu_GIBS .expanded .expandLeft,
.RadMenu_GIBS .expanded .expandRight
{
	/*
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	*/
}

.RadMenu_GIBS_rtl .link:hover .expandLeft,
.RadMenu_GIBS_rtl .link:hover .expandRight,
.RadMenu_GIBS_rtl .focused .expandLeft,
.RadMenu_GIBS_rtl .focused .expandRight,
.RadMenu_GIBS_rtl .expanded .expandLeft,
.RadMenu_GIBS_rtl .expanded .expandRight
{
	/*
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
	*/
}