#leftmenu a:hover{font-style: normal;text-decoration:underline;}
#leftmenu
{position: absolute;left: 0px;width: 200px;height: auto;background-color: WhiteSmoke;padding-top: 0px;}
#main
{
margin-left: 200px;
background-color: White;
padding: 5px;
border-left: 1px solid #555;
border-bottom: 4px solid Black;
}