.WaikatoDraughtMenuMain 
{
	background: transparent;
	text-transform: uppercase;
}
.WaikatoDraughtMenuMain .link
{
	padding: .5em 6px;
	text-decoration: none;
	color: white;
}

.WaikatoDraughtMenuMain .link:hover,
.WaikatoDraughtMenuMain .focused
{
	color: #fed91c;
}

.WaikatoDraughtMenuMain .rootGroup .disabled:hover
{
}

.WaikatoDraughtMenuMain .rootGroup li a,
.WaikatoDraughtMenuMain .rootGroup li a:hover
{
	padding: 10px 0 0 0;
	cursor: hand;
}

.WaikatoDraughtMenuMain .rootGroup li
{
	padding: 0 4px;
}

.WaikatoDraughtMenuMain .rootGroup li li
{
	padding: 0;
}

.WaikatoDraughtMenuMain .text
{
	vertical-align: middle;
	padding-right: 10px;
	font-weight: bold;
}

/*	sub menu style */
.WaikatoDraughtMenuMain .group
{
	/*	background:white; */
	/* border:1px solid buttonshadow; */
	background-color: #272727;
	color: white;
}

.WaikatoDraughtMenuMain .group li a:hover
{
	background-color: #272727;
	color: #ce121d;
}

.WaikatoDraughtMenuMain .group .text
{
	padding: 5px 46px 5px 5px;
}

.WaikatoDraughtMenuMain .leftArrow,
.WaikatoDraughtMenuMain .rightArrow,
.WaikatoDraughtMenuMain .topArrow,
.WaikatoDraughtMenuMain .bottomArrow,
.WaikatoDraughtMenuMain .leftArrowDisabled,
.WaikatoDraughtMenuMain .rightArrowDisabled,
.WaikatoDraughtMenuMain .topArrowDisabled,
.WaikatoDraughtMenuMain .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('Images/Menu/left.gif') center center no-repeat;
	width:15px;
}

.WaikatoDraughtMenuMain .topArrow,
.WaikatoDraughtMenuMain .topArrowDisabled
{
	background-image:url('Images/Menu/top.gif');
	width:100%;
}

.WaikatoDraughtMenuMain .bottomArrow,
.WaikatoDraughtMenuMain .bottomArrowDisabled
{
	background-image:url('Images/Menu/bottom.gif');
	width:100%;
}

.WaikatoDraughtMenuMain .rightArrow,
.WaikatoDraughtMenuMain .leftArrow
{
	height:100%;
}

.WaikatoDraughtMenuMain .rightArrow,
.WaikatoDraughtMenuMain .rightArrowDisabled
{
	background-image:url('Images/Menu/right.gif');
}

.WaikatoDraughtMenuMain .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

.WaikatoDraughtMenuMain .expandLeft,
.WaikatoDraughtMenuMain .expandRight
{
	background:transparent url(Images/Menu/invertedGroupImage.gif) right center no-repeat;
}

.WaikatoDraughtMenuMain_rtl .expandLeft,
.WaikatoDraughtMenuMain_rtl .expandRight
{
	background: transparent url(Images/Menu/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.WaikatoDraughtMenuMain_rtl .group .link:hover .expandLeft,
.WaikatoDraughtMenuMain_rtl .group .link:hover .expandRight
{
	background:transparent url(Images/Menu/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.WaikatoDraughtMenuMain .link:hover .expandLeft,
.WaikatoDraughtMenuMain .link:hover .expandRight,
.WaikatoDraughtMenuMain .focused .expandLeft,
.WaikatoDraughtMenuMain .focused .expandRight,
.WaikatoDraughtMenuMain .expanded .expandLeft,
.WaikatoDraughtMenuMain .expanded .expandRight
{
	background:transparent url(Images/Menu/rightred.gif) right center no-repeat;
}