/* RadMenu Eshop skin */
.RadMenu_Eshop
{
	background:transparent;
	height:20px;
	border-left:0px solid #000000;
	text-align:center;
	margin-top:0px;
	margin-left:10px;
}

.RadMenu_Eshop .link
{
	text-decoration:none;
	color: #9b2a26;
	line-height: 28px;
	border-right:0px solid #cccccc;
    width:auto;
	text-align:left;
	padding-left:0px;
	background:url('img/sep_lines.jpg') no-repeat left center;
}

.RadMenu_Eshop .link .text
{
	padding-right: 20px;
	
}

.RadMenu_Eshop .link:hover,
.RadMenu_Eshop .focused,
.RadMenu_Eshop .expanded
{
	
	/*background: #8e2735;*/
	color: #f0738c;
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
}

.RadMenu_Eshop .link:hover .text,
.RadMenu_Eshop .focused .text,
.RadMenu_Eshop .expanded .text
{

}

.RadMenu_Eshop .rootGroup .disabled:hover
{
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	background: #000000;
	
}

.RadMenu_Eshop .rootGroup .disabled:hover .text
{
	border-top: 0px solid #000000;
	
}

.RadMenu_Eshop .text
{
	padding: 0px 15px;
	font-size: 11px;
	font-family:Verdana;
	
}

.RadMenu_Eshop .group
{
	border: 0px;
	border-bottom:solid 0px #000000;
	border-right:solid 0px #000000;
	
	
	
}

.RadMenu_Eshop .group .link
{
    
	background: #8a053c;
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
	border-top: solid 1px #660e2e;
	border-bottom: solid 1px #af0844;
	text-align: left;
	text-decoration:none;
	color:#ffffff;
	line-height:25px;
	width:210px;

}

.RadMenu_Eshop .group .text
{
	padding-left:6px;
	padding-right: 40px;
	
}


.RadMenu_Eshop .group .link:hover .text,
.RadMenu_Eshop .group .focused .text,
.RadMenu_Eshop .group .expanded .text
{
	border-top: 0px;
	
}

.RadMenu_Eshop .group .link:hover,
.RadMenu_Eshop .group .focused,
.RadMenu_Eshop .group .expanded
{
	background: #b41456;
	border-top: solid 1px #660e2e;
	border-bottom: solid 1px #af0844;
	color:#ffffff;
	font-weight: normal;
	line-height:25px;
}

.RadMenu_Eshop .leftArrow,
.RadMenu_Eshop .rightArrow,
.RadMenu_Eshop .topArrow,
.RadMenu_Eshop .bottomArrow,
.RadMenu_Eshop .leftArrowDisabled,
.RadMenu_Eshop .rightArrowDisabled,
.RadMenu_Eshop .topArrowDisabled,
.RadMenu_Eshop .bottomArrowDisabled
{
	
	border-right: 0px solid #000000;
	width:15px;
	
}

.RadMenu_Eshop .topArrow,
.RadMenu_Eshop .topArrowDisabled
{
	width:100%;
	
}

.RadMenu_Eshop .bottomArrow,
.RadMenu_Eshop .bottomArrowDisabled
{
	width:100%;
	
}

.RadMenu_Eshop .rightArrow,
.RadMenu_Eshop .leftArrow
{
	height:100%;
	
}

.RadMenu_Eshop .rightArrow,
.RadMenu_Eshop .rightArrowDisabled
{
	
}

.RadMenu_Eshop .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	
	border-right: solid 0px #000000;
	
}

.RadMenu_Eshop .expandLeft,
.RadMenu_Eshop .expandRight
{
}

.RadMenu_Eshop .link:hover .expandLeft,
.RadMenu_Eshop .link:hover .expandRight,
.RadMenu_Eshop .focused .expandLeft,
.RadMenu_Eshop .focused .expandRight,
.RadMenu_Eshop .expanded .expandLeft,
.RadMenu_Eshop .expanded .expandRight
{
}

/* right to left */
.RadMenu_Eshop_rtl .group .link:hover .expandLeft,
.RadMenu_Eshop_rtl .group .link:hover .expandRight
{
}

.RadMenu_Eshop_rtl .expandLeft,
.RadMenu_Eshop_rtl .expandRight
{
}
/* end right to left */