/* RadMenu YellowTail skin */
.RadMenu_Apollo{
	background-color: #FFFFFF;
	padding: 10px 0;
	width:100%;
}

.RadMenu_Apollo ul li{
	padding-bottom: 0px;
	background:none;
	padding:0;
}

.RadMenu_Apollo .link:link,
.RadMenu_Apollo .link:visited,
.RadMenu_Apollo .link:active{
	text-decoration:none;
	color: #000000; /* MAIN FONT COLOUR FOR MENU */
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin-right: 3px;
}

.RadMenu_Apollo .link .text{
	padding-right: 20px;
}

.RadMenu_Apollo .activeHeaderMenu:link,
.RadMenu_Apollo .activeHeaderMenu:visited,
.RadMenu_Apollo .activeHeaderMenu:active,
.RadMenu_Apollo .focused,
.RadMenu_Apollo .expanded{
	background-color: #650006;
	color:#ffffff;
}

.RadMenu_Apollo .link:hover {
	background-color: #ffffff;
	color:#650006;
	cursor: pointer;
}

.RadMenu_Apollo .activeHeaderMenu:hover {
	background-color: #650006;
	color:#ffffff;
}

.RadMenu_Apollo .link:hover {
	background-color: #650006;
	color:#ffffff;
}


.RadMenu_Apollo .rootGroup .disabled:hover{
	color:#cccccc;
}

.RadMenu_Apollo .text{
	padding: 0px 15px;
	font-size: 0.77em;
}

.RadMenu_Apollo .group{
	background: white;
}

.RadMenu_Apollo .group{
	border: 0px;
}

.RadMenu_Apollo .group .link{
	background: #e6eee4;
	border: solid 1px #c2e3bf;
	border-top-color: white;
	text-align: left;
}

.RadMenu_Apollo .group .text{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_Apollo .group .link:hover .text,
.RadMenu_Apollo .group .focused .text,
.RadMenu_Apollo .group .expanded .text{
	border-top: 0px;
}

.RadMenu_Apollo .group .link:hover,
.RadMenu_Apollo .group .focused,
.RadMenu_Apollo .group .expanded{
	background: #bedab4;
	border-bottom: 1px solid #ff9900;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_Apollo .leftArrow,
.RadMenu_Apollo .rightArrow,
.RadMenu_Apollo .topArrow,
.RadMenu_Apollo .bottomArrow,
.RadMenu_Apollo .leftArrowDisabled,
.RadMenu_Apollo .rightArrowDisabled,
.RadMenu_Apollo .topArrowDisabled,
.RadMenu_Apollo .bottomArrowDisabled{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Apollo .topArrow,
.RadMenu_Apollo .topArrowDisabled{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Apollo .bottomArrow,
.RadMenu_Apollo .bottomArrowDisabled{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Apollo .rightArrow,
.RadMenu_Apollo .leftArrow{
	height:100%;
}

.RadMenu_Apollo .rightArrow,
.RadMenu_Apollo .rightArrowDisabled{
	background-image:url('img/right.gif');
}

.RadMenu_Apollo .vertical .separator .text{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_Apollo .expandLeft,
.RadMenu_Apollo .expandRight{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_Apollo .link:hover .expandLeft,
.RadMenu_Apollo .link:hover .expandRight,
.RadMenu_Apollo .focused .expandLeft,
.RadMenu_Apollo .focused .expandRight,
.RadMenu_Apollo .expanded .expandLeft,
.RadMenu_Apollo .expanded .expandRight{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Apollo_rtl .group .link:hover .expandLeft,
.RadMenu_Apollo_rtl .group .link:hover .expandRight{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Apollo_rtl .expandLeft,
.RadMenu_Apollo_rtl .expandRight{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */

