#logo2{
position:absolute;
left:31px;
top:19px;
width:138px;
height:143px;
z-index:1
}


#leftmenu{
position: absolute;
background-color: #43bcb9;
text-align:center;
font-style:normal; 
top:200px; 
left: 31px;
top: 162px;
width: 139px;
height: 404px
}

#leftmenu a{
font: bold 16px Comic Sans;
padding: 4px;
padding-left: 3px;
display: block;
color: white;
text-decoration: none;
}
#leftcolumn{
float: left;
}

html>body #leftmenu a{ /*Non IE rule*/
width: auto;
}

#leftmenu a:hover{
background-color: #43BCB9;
color: #D7C024;
}
