
TABLE.menuLeft A {
	TEXT-DECORATION: none;
	DISPLAY: block; 
	FILTER: blendTrans(duration=0.8); 
	FONT: 16px Verdana, Arial; 
	Weight: Bold; 
	CURSOR: hand; 
	COLOR: white; 
	/*BORDER-BOTTOM: black 1px solid;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; */ 
	
}
TABLE.menuLeft {  /*This is the menu position, Set to Absolute to sit at top, or use other to sit where table is */
	POSITION: center
}
TABLE.menuLeft A {  /*This is the Standard BG Color */
	MARGIN-LEFT: 5px; 
	WIDTH: 125px; 
	BACKGROUND-COLOR: #133284; 
	TEXT-ALIGN: left; 
	/*BORDER-RIGHT-COLOR: black;
	BORDER-TOP-COLOR: black;
	BORDER-LEFT-COLOR: black; 
	BORDER-BOTTOM-COLOR: black;*/  
}
TABLE.menuLeft A:link { 
	COLOR: #ffffff; font-weight: bold; font-size: medium
}
TABLE.menuLeft A:visited {  /*Visited link Text Colour */
	COLOR: #ffffff; font-weight: bold; font-size: medium
}
TABLE.menuLeft A:hover {  /*This is the Mouse over colour */
	COLOR: black; BACKGROUND-COLOR: #1582E1; TEXT-DECORATION: none
}
TABLE.menuLeft A:active {
	COLOR: white
