/* **********************         main body' menu   ***********************/

/* left hand side menu. */
.menu_border{
	border-collapse: collapse; 
	width:190px;
	border:0;
	background-color:#E4D9FB;
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px;
	margin-right: 0px
}
TD.menu_space_margin{
	background-color:#E4D9FB;
	height:60px
}
TD.menu_ht_margin{
	background-color:#E4D9FB;
	width:190px;
	height:24px;
	margin-top: 6px; 	
	margin-bottom: 6px; 
	margin-right: 4px
}
TD.menu_line{
	 height:1px;
	 background-color:#F8F3FE
}
TD.menu_line2{
	 height:1px;
	 background-color:#E4D9FB
}
TD.menu_line_black{
	 height:1px;
	 background-color:#000000
}
p.menu_items {
    font-size : 13px;
	margin-left: 2px
}

/* end of left hand side menu. */



/* left hand side menu - only include this in home */
a.menu_left:link {  
	color: #660066; 
	text-decoration: none; 
	font-size: 13px;
	font-weight: bold
}

a.menu_left:hover { 
	color:#FFFFFF; 
	text-decoration: none; 
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold
}

a.menu_left:visited { 
	color: #660066; 
	text-decoration: none; 
	font-size: 13px;
	font-weight: bold
}

a.menu_left:visited:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	text-decoration: underline;
	 font-size: 13px;
	font-weight: bold
}

/* left hand side menu - use this for second level  */
a.menu_items_top:link {  
	color: #660066; 
	text-decoration: none; 
		font-size: 13px
}

a.menu_items_top:hover { 
	color:#660066; 
	text-decoration: none; 
	text-decoration: underline;
	font-size: 13px
	
}

a.menu_items_top:visited { 
	color: #660066; 
	text-decoration: none; 
	font-size: 13px
}

a.menu_items_top:visited:hover { 
	color: #660066; 
	text-decoration: none;
	text-decoration: underline;	
	font-size: 13px	
}
/* ******** */



.menumargin {
	margin-top: 6px; 
	margin-left: 12px; 
	margin-bottom: 6px; 
	margin-right: 4px
}


 
a.acbee_menu:link {  
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold
}

a.acbee_menu:hover { 
	color: #990033; 
	text-decoration: none; 
	font-weight: bold
}

a.acbee_menu:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold
}

a.acbee_menu:visited:hover { 
	color: #990033; 
	text-decoration: none; 
	font-weight: bold
}



.menu_td{
	font-family : Arial, Helvetica, sans-serif; 
	color : #FFFFFF; 
	background-color : #660066; 
	font-weight : bold; 
	font-size : 0.9em
}

/* top level left menu*/

TD.menu_space_margin_top{
	background-color:#E4D9FB;
	height:72px
}

TD.menu_ht_margin_top{
	background-color:#F8F3FE;
	width:190px;
	height:18px
}
TD.menu_line_top{
	 height:1px;
	 background-color:#F8F3FE
}
p.menu_items_top {
    font-size : 13px;
	margin-left: 14px
}
/* end of top level left menu*/


/* left hand side menu*/
.menu_ul{
	list-style-image: url(http://www.cebe.heacademy.ac.uk/images/icon/bullet_66.gif);
	list-style-type : square; 
	margin-left: 12px;
	margin-top: 2px;
	padding:1px;
	font-family : Arial, Helvetica, sans-serif
}
.menu_ul li{
	margin-left: 12px;
	margin-top: 6px;	
	font-family : Arial, Helvetica, sans-serif
}

.menu_level2_ul{    /* for menu*/

	list-style-image: url(http://www.cebe.heacademy.ac.uk/images/icon/bullet_66.gif);
	margin-left: 10px;
	padding: 1px;
	list-style-type : square; 
	font-family : Arial, Helvetica, sans-serif
}
.menu_level2_ul li{  /* for menu*/
	margin-left: 10px;
	margin-top: 6px
}
