
form {margin:0;padding:0} 

.leftmenu 
{
    float: left;
    list-style:none;
    width:110px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:0px;
	margin-bottom:0px;
	
	/* */
	
}

    .leftmenu a, .leftmenu a:link, .leftmenu a:visited
    {
    height: 33px;
    margin-top:10px;
    margin-bottom: 10px;
    min-width: 90px;
	font-weight: bold;
	color:#C22;
	text-decoration: none;
	text-align: center;
	display: block;
	color:#fff;
    text-decoration: none;  
	/* border: thin solid #0000FF ;  */
 
    }

.leftmenu a:hover {
     color: #000000;
     background-color: #ffffff;
 }

.hack 
{
  
    }
