/**************************************************************************
		RadMenu for Wikman Gerber
**************************************************************************/

.RadMenu_wg
{
	width:885px;
	background: #FFFFFF url('img/MainItemBackground.gif') repeat-x;
	padding-left:15px;
}

.RadMenu_wg .link,.RadMenu_wg .link:visited
{
	text-decoration:none;
	color: #000000;
	line-height: 39px;
	background: #FFFFFF url('img/MainItemBackground.gif') repeat-x;
	border-right: 1px solid #dbdbdb;
	
		}

.RadMenu_wg .link:hover
{
	background: #c8f415 url('img/menuItemHover.gif') repeat-x;
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}
.RadMenu_wg .focused,
.RadMenu_wg .expanded
{
	color: black;
}

.RadMenu_wg .text
{
	display:inline;
	font-size: 10px;
	padding: 0px 26px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:10px;
	
}

.RadMenu_wg .group
{
	background: white;
	border: solid 1px #e4e4e4;
	
}

.RadMenu_wg .group .link
{
	background: #FFFFFF url('img/MenuItemBackground.gif') repeat left;
	min-width: 220px;
}

* html .RadMenu_wg .group .link
{
  
}

.RadMenu_wg_rtl .group .link
{

}

.RadMenu_wg .group .text
{

}


.RadMenu_wg_rtl .group .text
{
	padding-left: 0px;

	
}

.RadMenu_wg .group .link:hover,
.RadMenu_wg .group .focused,
.RadMenu_wg .group .expanded
{
	background: #c8f415 url('img/menuItemHover.gif') repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #000000;


}

.RadMenu_wg .leftArrow,
.RadMenu_wg .rightArrow,
.RadMenu_wg .topArrow,
.RadMenu_wg .bottomArrow,
.RadMenu_wg .leftArrowDisabled,
.RadMenu_wg .rightArrowDisabled,
.RadMenu_wg .topArrowDisabled,
.RadMenu_wg .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_wg .topArrow,
.RadMenu_wg .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_wg .bottomArrow,
.RadMenu_wg .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_wg .rightArrow,
.RadMenu_wg .leftArrow
{
	height:100%;
}

.RadMenu_wg .rightArrow,
.RadMenu_wg .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_wg .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_wg .expandLeft,
.RadMenu_wg .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_wg_rtl .expandLeft,
.RadMenu_wg_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_wg .link:hover .expandLeft,
.RadMenu_wg .link:hover .expandRight,
.RadMenu_wg .focused .expandLeft,
.RadMenu_wg .focused .expandRight,
.RadMenu_wg.expanded .expandLeft,
.RadMenu_wg .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_wg_rtl .link:hover .expandLeft,
.RadMenu_wg_rtl .link:hover .expandRight,
.RadMenu_wg_rtl .focused .expandLeft,
.RadMenu_wg_rtl .focused .expandRight,
.RadMenu_wg_rtl .expanded .expandLeft,
.RadMenu_wg_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
