@charset "utf-8"; 
/* CSS Document */
/* Item Name: divframe.v1.1.1.css        */


#apDiv1 {
	position: absolute;
	width:650px;
	height: 35px;
	z-index:1;
        left: 54px;
	top: 3px;
	background-color: #99CC99;
 
}

#apDiv2 {
	position: absolute;
	width: 650px;
	height: auto;  
        min-height: 100%;

	z-index: 1;
	left: 54px;
	top: 38px;
	background-color: #AFDAF9;
}

#apDiv3 {
        position: fixed;
        width: 53px;
        height: 90px;
	z-index: 1;
        bottom: 0;

        left: 0;
}

ul#horizmanu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: blue;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

li a:hover {
  background-color: pink;
}   
