<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>jarls new document title</title>
</head>
<body>
<p>/*css control codes*/  .jqueryslidemenu{ font: bold 12px Verdana;/*main menu font*/ background:	#483D8B;/*top thing bakround not links. Link bellow*/ width: 100%; }  .jqueryslidemenu ul{ margin: 0; padding: 0; list-style-type: none; }  /*Top level list items*/ .jqueryslidemenu ul li{ position: relative; display: inline; float: left; }  /*Top level menu link items style*/ .jqueryslidemenu ul li a{ display: block; background:	#483D8B; /*background of tabs (default state)*/ color:white; padding: 10px 10px;/*make top thing biger*/ border-right: 1px solid #778; color:black; /*links color when hold on*/ text-decoration: none; }  * html .jqueryslidemenu ul li a{ /*IE6 hack to ge t sub menu links to behave correctly*/ display: inline-block; } /*color of link font*/ .jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{ color:white; }  .jqueryslidemenu ul li a:hover{ background: black; /*tab link background during hover state*/ color:yellow; } 	 /*1st sub level menu*/ .jqueryslidemenu ul li ul{ position: absolute; left: 0; display: block; visibility: hidden; }  /*Sub level menu list items (undo style from Top level List Items)*/ .jqueryslidemenu ul li ul li{ display: list-item; float: none; }  /*All subsequent sub menu levels vertical offset after 1st level sub menu */ .jqueryslidemenu ul li ul li ul{ top: 10px; }  /* Sub level menu links style */ .jqueryslidemenu ul li ul li a{ font: normal 13px Verdana; width: 160px; /*width of sub menus*/ padding: 7px; margin: 0; border-top-width: 0; border-bottom: 1px solid gray; }  .jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/ background: #eff9ff; color: black; }  /* ######### CSS classes applied to down and right arrow images  ######### */  .downarrowclass{ position: absolute; top: 12px; right: 7px; }  .rightarrowclass{ position: absolute; top: 6px; right: 5px; }      /*This body area sets up the page defults*/  body{ background-color: white; margin:0; text-align:center; }  #page_setup{ width: 1325px; margin-left:auto; margin-right:auto; border:10px solid black; }  #page_top { height:172px; background-color:black; }  #page_display{ background-color:#E0F2F7; height:1250px;  }  #page_displayy{ background-color:#E0F2F7; height:2500px;}   #page_displayyy{ background-color:black; height:2500px; }   #page_grey{ background-color:grey; height:1250px;  }  #page_grey2{ background-color:grey; height:3200px;  }</p>
</body>
</html>