a:link {
color: #2B587A ;
text-decoration:none;

}
a:visited {
color:#2B587A;
text-decoration:none;

}
a:hover {
color:#2B587A ;
text-decoration:underline;


}
a:active {
color:#2B587A;
text-decoration:underline;
}



.left_menu {
  position: absolute;
  left: 16px;
  top: 100px;
  color:#082567;
  font-size:70%;
     font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
     width:20%;
 
}

.right_menu {
  position: absolute;
  right: 0px;
  top: 100px;
 
}




.page {
  position: absolute;
  left: 100px;
  top: 90px;
  width:60%;
  font-size:70%;
     font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
   
}

.button {
     padding: 4px 10px 3px 30px;
     border: solid 1px #8AB134;
     position: relative;
     cursor: pointer;
     background-image: url('images/bkg.png' );
     background-repeat: repeat-x;
     display: inline-block;
     font-size: 11px;
     height: 16px;
     text-decoration: none;
     color: #40740D;
     -moz-border-radius-bottomleft: 5px;
     -moz-border-radius-bottomright: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
 } 
.button img {
     position: absolute;
     top: -7px;
     left: -8px;
     border: none;
 } 
.button:hover {
     color: #8AB134;
 }

.clear { clear: both; }
    .cLeft { clear: left; }
    .cRight { clear: right; }
    .cEnd {
    /* clear fix without presentational markup. Mostly use .cEnd class for the float container. But when lotta containers
    in one selector, add it directly here like #propertyEntry div */
        display: inline-table;
    /* Hides from IE-mac \*/
        height: 1%;
        display: block;
    /* End hide from IE-mac */
    }
        html>body .cEnd {
        height: auto;
    }
    .cEnd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


  