@charset "utf-8";


.space {
    float: left;
    height: 10px;
    width: 160px;
    padding-left: 10px;
    clear: both;
  }


.mainmenuleft {
    clear: both;
    float: left;
    height: auto;
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }


.menuleft {
    width:170px;
    margin-bottom: 0px;
    background-color: #EEEEEE;
    clear: both;
    float: left;
  }


.menuleft ul {
    list-style-type:none;
    margin:0px;
    padding: 0px;
    float: left;
    clear: both;
  }


.menuleft li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #0000FF;
    text-decoration: none;
    background-color: #EEEEEE;
    display: block;
    width: 160px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    line-height: 20px;
    padding-left: 10px;
    font-weight: normal;
    float: left;
  }


.menuleft li a:hover {
    text-decoration: none;
    background-color: #33CC99;
    display: block;
    width: 160px;
    background-image: url(../img/vert-one_arrow.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
  }


.menuleft img {
    background-color: #666666;
    background-image: url(../img/CornerPNG2/Border_TT_07.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    height: auto;
    width: auto;
    clear: both;
    margin-top: 5px;
  }


.menuleft a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #33CC99;
    background-image: url(../img/vert-one_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: block;
  }


.menuleft  ul  h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
    float: left;
    width: 160px;
    border: 1px solid #CCCCCC;
    line-height: 20px;
    padding-left: 8px;
    margin: 0px;
    clear: both;
  }
