/* RadMenu demo skin */
.RadMenu_demo{
	background: #13228e 0 top;
/*	width:900px;*/
}
.RadMenu_demo .topShadow{
	margin-top:-8px;
	background-image:url('img/topShadow.gif') repeat-y top left;
	z-index:100;
}
#OldWoodHome #mainMenu,
#OldWood2col #mainMenu{
	height:31px;
	background:#13228E 0 top;
	border-bottom:3px solid #ffffff;
}
#SeniorSchoolHome #mainMenu,
#SeniorSchool2col #mainMenu,
#SixthFormHome #mainMenu,
#SixthForm2col #mainMenu,
#WSPA2col #mainMenu{
	/* baby blue*/
	height:31px;
	background: #13228e 0 top;
	border-bottom:3px solid #b9e6ff;
}
#AbbeyHome #mainMenu,
#Abbey2col #mainMenu{
	/* red */
	height:31px;
	background: #13228e 0 top;
	border-bottom:3px solid #cf2033;
}
#QueensHome #mainMenu,
#Queens2col #mainMenu{
	/* red */
	height:31px;
	background: #13228e 0 top;
	border-bottom:3px solid #5caab1;
}
.RadMenu_demo .link:link,
.RadMenu_demo .link:visited,
.RadMenu_demo .link:active{
	text-decoration:none;
	color: #ffffff; /* MAIN FONT COLOUR FOR MENU */
	height: 31px;
	font-family: Arial, sans-serif;
	cursor:pointer; /* NEEDED TO SHOW CORRECT CURSOR ON MENU HOVER */
	font-weight:normal;
	font-size:14px;
}

.RadMenu_demo .link .text{
	padding-right: 15px;
}
#SeniorSchoolHome .RadMenu_demo .activeHeaderMenu:link,
#SeniorSchoolHome .RadMenu_demo .activeHeaderMenu:visited,
#SeniorSchoolHome .RadMenu_demo .activeHeaderMenu:active,
#SeniorSchoolHome .RadMenu_demo .focused,
#SeniorSchoolHome .RadMenu_demo .expanded,
#SeniorSchool2col .RadMenu_demo .activeHeaderMenu:link,
#SeniorSchool2col .RadMenu_demo .activeHeaderMenu:visited,
#SeniorSchool2col .RadMenu_demo .activeHeaderMenu:active,
#SeniorSchool2col .RadMenu_demo .focused,
#SeniorSchool2col .RadMenu_demo .expanded,
#SeckFound .RadMenu_demo .activeHeaderMenu:link,
#SeckFound .RadMenu_demo .activeHeaderMenu:visited,
#SeckFound .RadMenu_demo .activeHeaderMenu:active,
#SeckFound .RadMenu_demo .focused,
#SeckFound .RadMenu_demo .expanded,
#SeckTheatre .RadMenu_demo .activeHeaderMenu:link,
#SeckTheatre .RadMenu_demo .activeHeaderMenu:visited,
#SeckTheatre .RadMenu_demo .activeHeaderMenu:active,
#SeckTheatre .RadMenu_demo .focused,
#SeckTheatre .RadMenu_demo .expanded,
#WSPA2col .RadMenu_demo .activeHeaderMenu:link,
#WSPA2col .RadMenu_demo .activeHeaderMenu:visited,
#WSPA2col .RadMenu_demo .activeHeaderMenu:active,
#WSPA2col .RadMenu_demo .focused,
#WSPA2col .RadMenu_demo .expanded{
	background:url('img/hover_menu_snr.gif');
	color:#ffffff;
	height:31px;
}
#AbbeyHome .RadMenu_demo .activeHeaderMenu:link,
#AbbeyHome .RadMenu_demo .activeHeaderMenu:visited,
#AbbeyHome .RadMenu_demo .activeHeaderMenu:active,
#AbbeyHome .RadMenu_demo .focused,
#AbbeyHome .RadMenu_demo .expanded,
#Abbey2col .RadMenu_demo .activeHeaderMenu:link,
#Abbey2col .RadMenu_demo .activeHeaderMenu:visited,
#Abbey2col .RadMenu_demo .activeHeaderMenu:active,
#Abbey2col .RadMenu_demo .focused,
#Abbey2col .RadMenu_demo .expanded{
	background:url('img/hover_menu_abbey.gif');
	color:#ffffff;
	height:31px;
}
#QueensHome .RadMenu_demo .activeHeaderMenu:link,
#QueensHome .RadMenu_demo .activeHeaderMenu:visited,
#QueensHome .RadMenu_demo .activeHeaderMenu:active,
#QueensHome .RadMenu_demo .focused,
#QueensHome .RadMenu_demo .expanded,
#Queens2col .RadMenu_demo .activeHeaderMenu:link,
#Queens2col .RadMenu_demo .activeHeaderMenu:visited,
#Queens2col .RadMenu_demo .activeHeaderMenu:active,
#Queens2col .RadMenu_demo .focused,
#Queens2col .RadMenu_demo .expanded{
	background:url('img/hover_menu_queens.gif');
	color:#ffffff;
}
#OldWoodHome .RadMenu_demo .activeHeaderMenu:link,
#OldWoodHome .RadMenu_demo .activeHeaderMenu:visited,
#OldWoodHome .RadMenu_demo .activeHeaderMenu:active,
#OldWoodHome .RadMenu_demo .focused,
#OldWoodHome .RadMenu_demo .expanded,
#OldWood2col .RadMenu_demo .activeHeaderMenu:link,
#OldWood2col .RadMenu_demo .activeHeaderMenu:visited,
#OldWood2col .RadMenu_demo .activeHeaderMenu:active,
#OldWood2col .RadMenu_demo .focused,
#OldWood2col .RadMenu_demo .expanded{
	background:url('img/hover_menu_ow.gif');
	color:#ffffff;
	height:31px;
}
.RadMenu_demo ul{
	margin:0px;
	padding:0px;
}
.RadMenu_demo ul li{
	margin:0px;
	line-height:31px;
	background:transparent url('img/static_menu.gif') no-repeat;
}
#SeniorSchoolHome .RadMenu_demo .link:hover,
#SeniorSchool2col .RadMenu_demo .link:hover,
#SeckFound .RadMenu_demo .link:hover,
#SeckTheatre .RadMenu_demo .link:hover,
#WSPA2col .RadMenu_demo .link:hover{
	background:url('img/hover_menu_snr.gif') left;
	color: #FFFFFF;
}
#AbbeyHome .RadMenu_demo .link:hover,
#Abbey2col .RadMenu_demo .link:hover{
	background:url('img/hover_menu_abbey.gif') left;
	color: #FFFFFF;
}
#QueensHome .RadMenu_demo .link:hover,
#Queens2col .RadMenu_demo .link:hover{
	background:url('img/hover_menu_queens.gif') left;
	color: #FFFFFF;
}
#OldWoodHome .RadMenu_demo .link:hover,
#OldWood2col .RadMenu_demo .link:hover{
	background:url('img/hover_menu_ow.gif') left;
	color: #FFFFFF;
}
#SeniorSchoolHome .RadMenu_demo .activeHeaderMenu:hover,
#SeniorSchool2col .RadMenu_demo .activeHeaderMenu:hover{
	background:url('img/active_menu_snr.gif');
	color:#ffffff;
}
#AbbeyHome .RadMenu_demo .activeHeaderMenu:hover,
#Abbey2col .RadMenu_demo .activeHeaderMenu:hover{
	background:url('img/active_menu_abbey.gif');
	color:#ffffff;
}
#QueensHome .RadMenu_demo .activeHeaderMenu:hover,
#Queens2col .RadMenu_demo .activeHeaderMenu:hover{
	background:url('img/active_menu_queens.gif');
	color:#ffffff;
}
#OldWoodHome .RadMenu_demo .activeHeaderMenu:hover,
#OldWood2col .RadMenu_demo .activeHeaderMenu:hover{
	background:url('img/active_menu_ow.gif');
	color:#ffffff;
}
.RanMenu_demo .clicked{
	background:url("img/active_menu.gif") no-repeat;
}
.RadMenu_demo .rootGroup .disabled:hover{
	color:#cccccc;
}

.RadMenu_demo .rootGroup .disabled:hover .text{
	border-top: 1px solid #bedab4;
}

.RadMenu_demo .text{
	padding: 0px 15px;
	font-size: 12px;
	font-family:Arial, sans-serif;
}

.RadMenu_demo .group{
/*	background: white; */
}

.RadMenu_demo .group{
	border: 0px;
}

.RadMenu_demo .group .link{
/*	background: #0039A6; */
/*	background:none repeat scroll 0 0 #0039A6; */
/*	border: solid 1px #c2e3bf;*/
	text-align: left;
/*	opacity:0.8; */
}

.RadMenu_demo .group .text{
	padding-left:14px;
	padding-right: 40px;
}


.RadMenu_demo .group .link:hover .text,
.RadMenu_demo .group .focused .text,
.RadMenu_demo .group .expanded .text{
	border-top: 0px;
}

.RadMenu_demo .group .link:hover,
.RadMenu_demo .group .focused,
.RadMenu_demo .group .expanded{
	background: #bedab4;
/*	border-bottom: 1px solid #13228E; */
	font-weight: normal;
}

.RadMenu_demo .leftArrow,
.RadMenu_demo .rightArrow,
.RadMenu_demo .topArrow,
.RadMenu_demo .bottomArrow,
.RadMenu_demo .leftArrowDisabled,
.RadMenu_demo .rightArrowDisabled,
.RadMenu_demo .topArrowDisabled,
.RadMenu_demo .bottomArrowDisabled{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#13228E;
	width:15px;
}

.RadMenu_demo .topArrow,
.RadMenu_demo .topArrowDisabled{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_demo .bottomArrow,
.RadMenu_demo .bottomArrowDisabled{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_demo .rightArrow,
.RadMenu_demo .leftArrow{
	height:100%;
}

.RadMenu_demo .rightArrow,
.RadMenu_demo .rightArrowDisabled{
	background-image:url('img/right.gif');
}

.RadMenu_demo .vertical .separator .text{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_demo .expandLeft,
.RadMenu_demo .expandRight{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_demo .link:hover .expandLeft,
.RadMenu_demo .link:hover .expandRight,
.RadMenu_demo .focused .expandLeft,
.RadMenu_demo .focused .expandRight,
.RadMenu_demo .expanded .expandLeft,
.RadMenu_demo .expanded .expandRight{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_demo_rtl .group .link:hover .expandLeft,
.RadMenu_demo_rtl .group .link:hover .expandRight{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_demo_rtl .expandLeft,
.RadMenu_demo_rtl .expandRight{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */
.RadMenu_demo .slide ul li{
	background:transparent url(img/menu-bg.png) left center;
}
