/* RadMenu Default skin */

.RadMenu_wines2whales 
{
    border-top: none;
    border-right: none;
	border-bottom: none;
	border-left: none;
	height:30px;
	background: #D65F1D url('img/navbar.jpg') repeat-x;
}
.RadMenu_wines2whales_Context
{
    background: none;
    border: 0;
}

.RadMenu_wines2whales .link
{
	text-decoration:none;
	color: #ffffff;
	line-height: 30px;
	background: #D65F1D url('img/navbar.jpg') repeat-x;
	
	font-weight: bold;

}

.RadMenu_wines2whales .link:hover,
.RadMenu_wines2whales .focused,
.RadMenu_wines2whales .expanded
{
	background: #B8363E url('img/navbar_red.jpg') repeat-x;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	
}

.RadMenu_wines2whales .text
{
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #ffffff;
	padding-left: 10px;	
	padding-right: 15px;
	border-right: 1px solid #ffffff;


}

.RadMenu_wines2whales .group
{
	
	border: solid 1px #000000;
	border-right: 0px;
	border-bottom: 0px;
	
}

.RadMenu_wines2whales .group .link
{
	background: #B8363E url('img/navbar_red.jpg') repeat-x;
	border-top: solid 1px #f0f0f0;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	
}

* html .RadMenu_wines2whales .group .link
{
    
}

.RadMenu_wines2whales_rtl .group .link
{
	text-align: right;
}

.RadMenu_wines2whales .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_wines2whales .group .link:hover,
.RadMenu_wines2whales .group .focused,
.RadMenu_wines2whales .group .expanded
{
	background: #21366F;
	font-weight: normal;
	color: #ffffff;
}

.RadMenu_wines2whales .leftArrow,
.RadMenu_wines2whales .rightArrow,
.RadMenu_wines2whales .topArrow,
.RadMenu_wines2whales .bottomArrow,
.RadMenu_wines2whales .leftArrowDisabled,
.RadMenu_wines2whales .rightArrowDisabled,
.RadMenu_wines2whales .topArrowDisabled,
.RadMenu_wines2whales .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	
}

.RadMenu_wines2whales .topArrow,
.RadMenu_wines2whales .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_wines2whales .bottomArrow,
.RadMenu_wines2whales .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_wines2whales .rightArrow,
.RadMenu_wines2whales .leftArrow
{
	height:100%;
}

.RadMenu_wines2whales .rightArrow,
.RadMenu_wines2whales .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_wines2whales .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	
}




.RadMenu_wines2whales .expandLeft,
.RadMenu_wines2whales .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_wines2whales_rtl .expandLeft,
.RadMenu_wines2whales_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_wines2whales .link:hover .expandLeft,
.RadMenu_wines2whales .link:hover .expandRight,
.RadMenu_wines2whales .focused .expandLeft,
.RadMenu_wines2whales .focused .expandRight,
.RadMenu_wines2whales .expanded .expandLeft,
.RadMenu_wines2whales .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_wines2whales_rtl .link:hover .expandLeft,
.RadMenu_wines2whales_rtl .link:hover .expandRight,
.RadMenu_wines2whales_rtl .focused .expandLeft,
.RadMenu_wines2whales_rtl .focused .expandRight,
.RadMenu_wines2whales_rtl .expanded .expandLeft,
.RadMenu_wines2whales_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
