/*   
/* Bottom menu styles
*/
/*
/*  Bottom of the page division
*/
.bdiv
 {
/*   position:absolute;*/
   position:relative;
   left:1.0ex; 
    height:7.0ex;
    top:61ex;
    width:81em;
    text-align: center;
    white-space:nowrap;
    border-top:solid;
    border-width:1px;
 }
.bdiv
 {
    font-family: Verdana;
    font-style:normal;
    font-size:12px;
 }
.bdiv
 {
    background-color:White;
 }
/*
/*  CopyRight Element
*/
.coprit
 {
    position:relative;
    left:0px;
    width:7em;
    text-align:left;
 }
.coprit
 {
    font-family: Verdana;
    font-style:normal;
    font-size:1.0em;
 }
.coprit
 {
    background-color:#E9967A;
 }
.coprit:hover
 {
    background-color:Yellow;
 }

.bdiv ul{
padding: 0;
list-style: none;
overflow:inherit;
float:left;
}

.bdiv li{
margin: 1px 2px 3px 0px;
float:left;
}
/*
/*  Link elemen
*/
.bpl
 { 
  position:relative;
  width:auto;
  padding-left:17px;
  text-align: center;
}
.bpl:hover
 {
    background-color:Yellow;
 }

