.pbProductMenu 
{
	padding: 0px 23px;
}

.pbProductMenu_Context
{
	background: none;
	border:0;
}

.pbProductMenu .link
{
	line-height: 18px;
	text-decoration:none;
	color: #333333;
	border-bottom: solid 1px #1E94EE;
}

.pbProductMenu .link:hover,
.pbProductMenu .focused,
.pbProductMenu .expanded
{
	color: #5A97D8;
	background-color:#D5D5D5;
}

.pbProductMenu .text
{
	padding-right: 32px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pbProductMenu .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.pbProductMenu .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.pbProductMenu .group .link:hover,
.pbProductMenu .group .focused,
.pbProductMenu .group .expanded
{
	background-color:#D5D5D5;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.pbProductMenu .leftArrow,
.pbProductMenu .rightArrow,
.pbProductMenu .topArrow,
.pbProductMenu .bottomArrow,
.pbProductMenu .leftArrowDisabled,
.pbProductMenu .rightArrowDisabled,
.pbProductMenu .topArrowDisabled,
.pbProductMenu .bottomArrowDisabled
{
	background: #ededed url('Images/Menu/left.gif') center center no-repeat;
	width:15px;
}

.pbProductMenu .topArrow,
.pbProductMenu .topArrowDisabled
{
	background-image:url('Images/Menu/top.gif');
	width:100%;
}

.pbProductMenu .bottomArrow,
.pbProductMenu .bottomArrowDisabled
{
	background-image:url('Images/Menu/bottom.gif');
	width:100%;
}

.pbProductMenu .rightArrow,
.pbProductMenu .leftArrow
{
	height:100%;
}

.pbProductMenu .rightArrow,
.pbProductMenu .rightArrowDisabled
{
	background-image: url('Images/Menu/right.gif');
}

.pbProductMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.pbProductMenu .expandLeft,
.pbProductMenu .expandRight
{
	background: transparent url(Images/Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.pbProductMenu_rtl .expandLeft,
.pbProductMenu_rtl .expandRight
{
	background: url(Images/Menu/groupImageRTL.gif) left center no-repeat;
}

.pbProductMenu .link:hover .expandLeft,
.pbProductMenu .link:hover .expandRight,
.pbProductMenu .focused .expandLeft,
.pbProductMenu .focused .expandRight,
.pbProductMenu .expanded .expandLeft,
.pbProductMenu .expanded .expandRight
{
	background:transparent url(Images/Menu/invertedGroupImage.gif) right center no-repeat;
}

.pbProductMenu_rtl .link:hover .expandLeft,
.pbProductMenu_rtl .link:hover .expandRight,
.pbProductMenu_rtl .focused .expandLeft,
.pbProductMenu_rtl .focused .expandRight,
.pbProductMenu_rtl .expanded .expandLeft,
.pbProductMenu_rtl .expanded .expandRight
{
	background:transparent url(Images/Menu/groupImageRTL.gif) left center no-repeat;
}