/* background colour is the left side vertical stripe */#menu {	background-color: #336699;}/* colour of thin horizontal stripe which will sometimes contain a menu list  */#topNav  {	background-color: #FFFFFF;	color: #336699;	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	}	/* colour of main horizontal stripe  */.header {	background-color: #003366;}
