/*********************************************************/

/*..............Blue Navigation bar......................*/

/**************Designed by Helen Turner******************/

/*navigational bar blue this relates to main menu at the top of each page*/



.navBarBlock {
	background-color:  #cc0000;
	border-right-style: solid;
	border-right-color:  #cc0000;
	border-right-width: 1px;
	left: 128px;
	position: absolute;
	z-index: 1;
	top: 119px;
	right: 0px;
	height: 20px;



}

.navBlockContentColoured {
	background-color:  #cc0000;
	border-left-color:  #cc0000;
}


}

.navBarText {color: #FFFFFF; }
.navBarText {font-weight:bold; }
.navBarText a:link 	{ color: #FFFFFF; }
.navBarText a:visited 	{ color: #FFFFFF; }
.navBarText a:active 	{ color: #FFFFFF; }
.navBarText a:hover 	{ color: #FFFFFF; }

