div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 25px;
  background-image: url(../images/ruler01.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: 1em 0 1em 0;
}
hr {display:none}
/* */

#title
        {
	position:absolute;
	top:3px;
	left:180px;
	right:10px;
	background-color:#ffffff;
	}
	
#navigationarea
        {
	position:fixed;
	top:13px;
	left:10px;
	width:160px;
	background-color:#ffffff;
	}

#mainarea
        {
        position:absolute;
        top:100px; 
        left:180px;
        right:10px;
        bottom:5px;
        height: 80%;
        }

.menucell
        {
	background-color:#f1f1f1;
	width:150;
        cursor:pointer;
	}

td.menucell:hover
        {
        background-color:#d0d0d0;
        }
			

