/*=------------------------------------------------------

	MAIN MENU - collapsible sidemenu

-------------------------------------------------------*/



div#side-nav /* div which holds entire menu */

{
	font-size:90%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-right: 0px;
	width: 185px;
	letter-spacing: 1px;
}



	ul#navtree /* main ul, each cat heading is an li */

	{

		

	}

	

		ul#navtree li /* category headings go here */

		{
	display: block;
	font-size:90%;
	margin:0 0 0px 0;
	border-width:0px 0;
	font-weight: bold;
		}	

		

		ul#navtree li h1 /* this holds them ^ */

		{
	display: block;
	margin:0;
	margin-right: 5px;
	color:#003366;
	border:0px solid #cbd6df;
	text-decoration:none;
	text-transform:capitalize;
	background-colorr:#eee;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: bold;
		}

		

		/*

		ul#navtree h1.accessibility			{background-image: url('../images/menu/b-css.gif');}

		ul#navtree h1.website-design		{background-image: url('../images/menu/icon_tm2.gif.gif');}

		ul#navtree h1.website-services	{background-image: url('../images/menu/b-gawds.gif');}

		ul#navtree h1.about							{background-image: url('../images/menu/b-xhtml.gif');}

		ul#navtree h1.new-businesses		{background-image: url('../images/menu/b-wai.gif');}

		ul#navtree h1.resources					{background-image: url('../images/menu/b-ukwda.gif');}

		ul#navtree h1.portfolio					{background-image: url('../images/menu/b-css.gif');}

		*/

		

		ul#navtree h1.home							{
	background-image: url(../images/menu/home2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

		ul#navtree h1.contact						{
	background-image: url(../images/menu/emails.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

		

		ul#navtree h1 a

		{
	color:#053667;
	font-weight:bold;
	text-decoration: none;
		}

		

		ul#navtree h1.work						{
	background-position: 0px 6px;
	font-weight: bold;
}

		ul#navtree h1.work a					{
	color:#053667;
	font-weight: bold;
}

		

		

		ul#navtree li a:hover /* this holds them ^ */

		{
	color: #FFFFFF;
			

		}

		

			ul#navtree li ul

			{
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: right;
			}

					

				ul#navtree li ul li

				{

					border:none;

					margin:0;

				}

				ul#navtree li ul li a

				{
	display:block;
	margin:0;
	color: #006699;
	text-decoration: none;
	font-size:100%;
	font-weight:normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
				}

				ul#navtree li ul li a:hover

				{
	color: #c00;
				}

				

				/* current */

				ul#navtree li ul li strong a

				{
	font-weight:normal;
	color:#c00;
				}

				

			

			.treeview li /*Style for LI elements in general (excludes an LI that contains sub lists)*/

			{
	background-position: 2px 6px;
	background-repeat:no-repeat;
	background-image: url('../images/open.gif');
			}

			

			.treeview li.submenu /* Style for LI that contains sub lists (other ULs). */

			{

				cursor: pointer !important;

				background-image: url('../images/closed.gif');

			}

			

			

			.treeview li.submenu ul /*Style for ULs that are children of LIs (submenu) */

			{

				display: none; /*Hide them by default. Don't delete. */

			}

			

			.treeview .submenu ul li /*Style for LIs of ULs that are children of LIs (submenu) */

			{ 

			cursor: default;

			}
			
/*** 3 Schools Navigation ***/

#school-nav {
	height: 259px;
	margin-top: 0px;
	width: 300px;
	float: right;
}
#school-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#school-nav li {
	float: left;
}
#school-nav li a {
	float: left;
	height: 0px !important;
	height /**/:259px; /* IE 5/Win hack */
	padding: 259px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	border-bottom: 0 none;
}
a img {
	border: 0 none;
	border-bottom: 0 none;
}
#school-nav li a:hover {
	background-position: 0 -259px;
}
#school-nav li#bayswater, #school-nav li#bayswater a {
	width: 101px;
	background-image: url(../images/nav/bayswater.jpg);
}
#school-nav li#chelsea, #school-nav li#chelsea a {
	width: 98px;
	background-image: url(../images/nav/chelsea.jpg);
}
#school-nav li#hydepark, #school-nav li#hydepark a {
	width: 101px;
	background-image: url(../images/nav/hyde-park.jpg);
}
body.bayswater li#bayswater, body.bayswater li#bayswater a, body.bayswater li#bayswater a:hover, body.chelsea li#chelsea, body.chelsea li#chelsea a, body.chelsea li#chelsea a:hover, body.cocktail li#cocktail, body.cocktail li#cocktail a, body.cocktail li#cocktail a:hover, body.hydepark li#hydepark, body.hydepark li#hydepark a, body.hydepark li#hydepark a:hover, body.contactli#contact, body.contactli#contacta, body.contactli#contacta:hover {
	background-position: 0 -259px;
}

