BODY {
    background-color: black;
    background-repeat:repeat;
    background-position: bottom left;
    background-attachment: fixed;
    /*background-image: url(../images/home.jpg);*/
    padding: 0px;
    margin: 0px;
}



a:active, a:focus {
    outline: none;
    color: #4d6482;     
}

a:hover {
    text-decoration: underline;
    color: #4d6482;     
}

a {
    color: #4d6482;     
    text-decoration: underline;
}

a:visited {
    color: #4d6482; 
}

#back {
    position: fixed;
    left: 0px;
    top: 0px;
    width:1px;
    height:1px;
    z-index:0;    
}

#backimg {
    display: block;
    position: absolute;
}

#menubg {
    background-color: black;
}

#menu, #menubg {
    z-index: 999;
    position: fixed;
    
    left: 0px;
    top: 0px;
    
    width: 141px;                                                                         
    height: 100%;
}

#logo {
    position: absolute;
    position: fixed;
    right: 23px;
    top: 23px;
}

#menulist img.high, img.low, img.highactive, img.lowactive {
    position: absolute;
    left: 0px;
    top: 0px;
}



div#content {
    position: absolute;
    left: 141px;
    top: 0px;
}

div#contentleft {
    position: absolute;
    left: 141px;
    top: 0px;
    width: 526px;
    height: 100%;
    
}

div#contentright {
    position: absolute;
    right: 23px;
    top: 0px;
    width: 458px;
}

#menulist {
    padding-left: 13px;
    padding-top: 190px;
}

ul.menumain {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.menusub {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    
}

li.menumain {
    padding: 0px;
    margin: 0px;
}
li.menusub {
    padding: 0px;
    margin: 0px;
}


li.menumain > a {
    color: #99a5b2;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    
    position: relative;
    display: block;
    height: 25px;
}
li.menumain > a:hover {
    color: white;
}



li.menusub > a {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-decoration: none;
    line-height: 12px;
    
    color: #99a5b2;
    text-decoration: none;

    position: relative;
    display: block;
    height: 18px;
}

li.menusub > a:hover {
    color: white;
}

li.menumain {
    padding: 0px;
    margin: 0px;
}