/*THIS IS THE TOP BAR (WITHOUT A  DROP DOWN MENU */
#topbar { /* holds the horizonal navigation */
	float:left;
	width: 950px;
	background-image:url(https://www.westgatechurch.org.uk/stylesheets/images/c66.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin: 0;
       

}

#topbar ul { /* controls the horizontal list */
	list-style:none;
	text-align: center;
	line-height:47px;
	float: left;
	margin:0;
	padding:0;
}

#topbar ul li { /* controls the horizontal list items */
	border-right: 1px solid #924956;
	display:block;
	float:left;
	padding: 0 24px 0 24px;
}


#topbar ul li a { /* controls the horizontal list item links  */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;

}

#topbar ul li a:visited { /* controls the horizontal list item visited link */
color:#FFFFFF;
text-decoration:none;

}

#topbar ul li a:hover { /* controls the horizontal list item hover link  */
	color:#ABA776;
	text-decoration:none;

}




/*THIS IS THE SIDE BAR */
#sidebar { /* holds sidebar content */
	float:left;
	width:217px;
	margin:11px 0 0 9px;
	padding:0;
	display:inline;
}

.sidebarTop { /* top of sidebar box */
	background-image:url(https://www.westgatechurch.org.uk/stylesheets/images/c57.jpg);
	height:20px;
	margin:0;
	padding:0;
}

.sidebarBody { /* contains the sidebar content */
	background-image:url(https://www.westgatechurch.org.uk/stylesheets/images/c56.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding:0 0 0 0;

}

.sideBarHeader { /* sidebar heading */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#63222D;
	margin:-3px 15px 8px 20px;
	padding:0;
}

.sideBarHeader a { /* sidebar heading link */
	color:#63222D;
	text-decoration:none;
}

.sideBarHeader a:visited { /* sidebar heading visited link */
	color:#63222D;
	text-decoration:none;
}

.sideBarHeader a:hover { /* sidebar heading hover link */
	color:#817D4F;
	text-decoration:none;
}

.sidebarBody ul { /* controls the sidebar menu list */
	list-style:none;
	width:187px;
	margin:0 0 0 15px;
	padding:0;
}



/* controls the sidebar menu items */

.sidebarBody ul li.sidelink1 {  /* controls the sidebar menu items */
	border-top: 2px solid #E9E9E1;
	padding: 8px 15px 8px 5px;
	font-weight:bold;
	
}

.sidebarBody ul li.sidelink1 a {  /* controls the sidebar menu item links */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#817D4F;
text-decoration:none;

}


.sidebarBody ul li.sidelink1 a:visited { /* controls the sidebar menu visited links */
color:#817D4F;
text-decoration:none;

}

.sidebarBody ul li.sidelink1 a:hover{ /* controls the sidebar menu hover links */
color:#63222D;
text-decoration:none;

}

.sidebarBody ul li.sidelink1empty {
        /* This for when there are no child items */
        background: white;
        height: 1px;
}

/* controls the sidebar menu items -- end */




/* controls the sidebar menu active items */

.sidebarBody ul li.sidelink1SELECTED {  /* controls the sidebar menu items */
	border-top: 2px solid #E9E9E1;
	padding: 8px 15px 8px 5px;
	font-weight:bold;
	
}

.sidebarBody ul li.sidelink1SELECTED a {  /* controls the sidebar menu item links */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#63222D;
text-decoration:none;

}


.sidebarBody ul li.sidelink1SELECTED a:visited { /* controls the sidebar menu visited links */
color:#63222D;
text-decoration:none;

}

.sidebarBody ul li.sidelink1SELECTED a:hover{ /* controls the sidebar menu hover links */
color:#817D4F;
text-decoration:none;

}

/* controls the sidebar menu active items -- end */







/* controls the sidebar submenu items */

.sidebarBody ul li.sidelink2 {  /* controls the sidebar menu items */
	border:none;
	padding: 0px 15px 8px 20px;
	font-weight:normal;
	
}

.sidebarBody ul li.sidelink2 a {  /* controls the sidebar menu item links */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#817D4F;
text-decoration:none;

}


.sidebarBody ul li.sidelink2 a:visited { /* controls the sidebar menu visited links */
color:#817D4F;
text-decoration:none;

}

.sidebarBody ul li.sidelink2 a:hover{ /* controls the sidebar menu hover links */
color:#63222D;
text-decoration:none;

}

/* controls the sidebar submenu items -- end */




/* controls the sidebar submenu active item */

.sidebarBody ul li.sidelink2SELECTED {  /* controls the sidebar menu items */
	border:none;
	padding: 0px 15px 8px 20px;
	font-weight:normal;
	
}

.sidebarBody ul li.sidelink2SELECTED a {  /* controls the sidebar menu item links */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#63222D;
text-decoration:none;

}


.sidebarBody ul li.sidelink2SELECTED a:visited { /* controls the sidebar menu visited links */
color:#63222D;
text-decoration:none;

}

.sidebarBody ul li.sidelink2SELECTED a:hover{ /* controls the sidebar menu hover links */
color:#817D4F;
text-decoration:none;

}

/* controls the sidebar submenu active item -- end */



.sidebarBase { /* sidebar base */
	background-image:url(https://www.westgatechurch.org.uk/stylesheets/images/c63.jpg);
	height:19px;
	margin:0;
	padding:0;
}