A.navmenu3, A.navmenu3:visited, A.navmenu3:active  {
            	font-size : 8pt;
            	font-family : arial;
            	font-weight : bold;
            	color : #1F6478;
            	background-color : #DFE6EC;
            	border: 1px solid #1F6478;
            	padding : 2px;
            	padding-right : 10px;
            	height : auto;
            	width : 140px;
				display:block;
				float:left;
				margin:1px;
            	text-decoration : none;
            }
            
            A.navmenu3:Hover  {
            	font-size : 8pt;
            	font-family : arial;
            	font-weight : bold;
            	color : white;
            	border: 1px solid #1F6478;
            	padding : 2px;
            	padding-right : 10px;
            	height : auto;
            	width : 140px;
            	background : #1F6478;
            	text-decoration : none;
            }
            
            A.navmenu4, A.navmenu4:visited, A.navmenu4:active  {
            	font-size : 8pt;
            	font-family : arial;
            	font-weight : normal;
            	color : 1F6478;
            	border-left-width : 0px;
            	border-right-width : 0px;
            	border-top-width : 0px;
            	border-bottom-width : 0px;
            	border-color : 1F6478;
            	padding : 1;
            	padding-bottom : 1;
            	padding-top : 1;
            	padding-right : 5;
            	padding-left : 1;
            	border-style : none;
            	height : auto;
            	width : 125px;
				display:block;
				float:left;
				margin:0px;
            	background : LightSteelBlue;
            	text-decoration : none;
            }
            
            A.navmenu4:Hover  {
            	font-size : 8pt;
            	font-family : arial;
            	font-weight : normal;
            	color : white;
            	border-left-width : 0px;
            	border-right-width : 0px;
            	border-top-width : 0px;
            	border-bottom-width : 0px;
            	padding : 1;
            	padding-bottom : 1;
            	padding-top : 1;
            	padding-right : 5;
            	padding-left : 1;
            	border-style : none;
            	height : auto;
            	width : 125px;
            	background : SteelBlue;
            	text-decoration : none;
            }