ul.makeMenu, ul.makeMenu2, ul.makeMenu ul, ul.makeMenu2 ul { margin: 0px; padding: 0px; }

ul.makeMenu, ul.makeMenu ul {
	width: 144px; /* cell main width*/
	border: 0px solid #003724;
	background-color: #5799D5; /* cell main background colour*/
	padding-left: 0px;
	cursor: default;
	margin-left: 0px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	color: #ffffff;
	line-height: 15px;
	padding: 5px;
	border-bottom: 5px solid #FFFFFF; /*cell text colour and cell style*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/button-Bkg.jpg);
}
ul.makeMenu li > ul { 
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 144px; 
	text-decoration: none; 
	background-color: #5799D5; } /* sub menu off set*/
	
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	color: #000000;
	background-color: #5799D5;
	background-image: url(../images/button-over.jpg);
} /* cell hover background and text colour main menu*/
	
ul.makeMenu ul.CSStoShow { display: block; }
ul.makeMenu li:hover > ul {
	display: block;
	width: 144px;
	color: #ffffff;
}
ul.makeMenu li a {
	text-decoration: none; 
	color: #ffffff; 
	display: block; 
	width: 144px; }
	

ul.makeMenu li { behavior: url(../IEmen.htc); }
ul.makeMenu ul {
	color: #FFFFFF;  
	text-decoration: none;  
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 149px;
	background-color: #5799D5; }

a.M:link {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
a.M:visited {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
a.M:hover {
	color: #000033;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}
