

.cssnav {
    background : url(images/upbtn.jpg) no-repeat;
    font : medium arial, helvetica, sans-serif;
    display : block;
    height : 44px;
    position : relative;
    vertical-align : middle;
    white-space : nowrap;
    width : 150px;
  }


.cssnav a {
    font : 16px serif;
    color : black;
    display : block;
    float : left;
    height : 44px;
    width : 150px;
  }


.cssnav img {
    width: 150px;
    height: 44px;
    border: 0;
  }


/*
a:hover img {
    padding : 2px 0 0 2px;
    color : #ff0000;
    height : 44px;
    visibility : visible;
    width : 150px;
  }
*/

.cssnav a:hover {
    color: red;
    text-decoration: none;
  }


.cssnav a:hover img {
    padding : 2px 0 0 2px;
    color : #ff0000;
    height : 44px;
    visibility : visible;
    width : 150px;
  }


.cssnav span {
    position: absolute;
    left: 35px;
    top: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
  }

