.SteinlagerMenuMain
/*updated 240609*/
{
	background: transparent;
	position:absolute;
	left:155px;
	margin-bottom:10px;
	/*
	border:1px solid buttonshadow;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	*/
}
.SteinlagerMenuMain .link
{
	font: menu;
	padding: .5em 0px;
	text-decoration: none;
	color: Gray;
}

.SteinlagerMenuMain .link:hover,
.SteinlagerMenuMain .focused,
.SteinlagerMenuMain .expanded
{
	cursor: pointer;
}
.SteinlagerMenuMain .rootGroup .slide{ padding-left: 4px;}
.SteinlagerMenuMain .rootGroup .slide .level2{  margin-left: -10px;}
.SteinlagerMenuMain .rootGroup .slide .level2 .item .link{background-color: Black; margin-left: -10px;}
.SteinlagerMenuMain .rootGroup .slide .level2 .item .link:hover{background-color: #555555}

.SteinlagerMenuMain .rootGroup .disabled:hover
{
	background: #700103;
}

.SteinlagerMenuMain .rootGroup li a,
.SteinlagerMenuMain .rootGroup li a:hover
{
	background-color: transparent;
}

.SteinlagerMenuMain .rootGroup li
{
	padding: 0 0;
}

.SteinlagerMenuMain .rootGroup li li
{
	padding: 0 0 0 5px;
}

.SteinlagerMenuMain .text
{
	padding-right: 10px;
	font-weight: bold;
}

.SteinlagerMenuMain .group
{
	/*	background:white; */
	/* border:1px solid buttonshadow; */
	background-color: #700103;
	color: #ededed ;
}

.SteinlagerMenuMain .group li a:hover
{
	background-color: #700103;
	color: #ededed ;
}

.SteinlagerMenuMain .group .text
{
	padding-right: 46px;
}

.SteinlagerMenuMain .leftArrow,
.SteinlagerMenuMain .rightArrow,
.SteinlagerMenuMain .topArrow,
.SteinlagerMenuMain .bottomArrow,
.SteinlagerMenuMain .leftArrowDisabled,
.SteinlagerMenuMain .rightArrowDisabled,
.SteinlagerMenuMain .topArrowDisabled,
.SteinlagerMenuMain .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('Images/Menu/left.gif') center center no-repeat;
	width:15px;
}

.SteinlagerMenuMain .topArrow,
.SteinlagerMenuMain .topArrowDisabled
{
	background-image:url('Images/Menu/top.gif');
	width:100%;
}

.SteinlagerMenuMain .bottomArrow,
.SteinlagerMenuMain .bottomArrowDisabled
{
	background-image:url('Images/Menu/bottom.gif');
	width:100%;
}

.SteinlagerMenuMain .rightArrow,
.SteinlagerMenuMain .leftArrow
{
	height:100%;
}

.SteinlagerMenuMain .rightArrow,
.SteinlagerMenuMain .rightArrowDisabled
{
	background-image:url('Images/Menu/right.gif');
}

.SteinlagerMenuMain .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}


.SteinlagerMenuMain .expandLeft,
.SteinlagerMenuMain .expandRight
{
	background:transparent url(Images/Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_SteinlagerMenuMain_rtl .expandLeft,
.RadMenu_SteinlagerMenuMain_rtl .expandRight
{
	background: transparent url(Images/Menu/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.RadMenu_SteinlagerMenuMain_rtl .group .link:hover .expandLeft,
.RadMenu_SteinlagerMenuMain_rtl .group .link:hover .expandRight
{
	background:transparent url(Images/Menu/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.SteinlagerMenuMain .link:hover .expandLeft,
.SteinlagerMenuMain .link:hover .expandRight,
.SteinlagerMenuMain .focused .expandLeft,
.SteinlagerMenuMain .focused .expandRight,
.SteinlagerMenuMain .expanded .expandLeft,
.SteinlagerMenuMain .expanded .expandRight
{
	background:transparent url(Images/Menu/invertedGroupImage.gif) right center no-repeat;
}


/* additions */
#memberNav { float:right; margin:-120px 0 0 0; padding:0;color:#666;text-transform: uppercase;font-family: Arial Narrow,Arial,Helvetica;font-size:12px;}
#memberNav li.item {float:left; margin:0 0 0 20px; padding:0 0 0 10px; list-style-type:none; background:transparent url(Images/arrow_grey.gif) left center no-repeat;}
#memberNav a.link {margin:0; padding:0;}
#memberNav a {color:#666 !important;}
#memberNav a:hover {color:#fff !important;text-decoration:none;}




