
form {margin:0;padding:0} 

.leftmenu 
{
    float: left;
    list-style:none;
    width:100px;
    height:49px;	
    border:20px;
	padding-right:10px;  
} 

    .leftmenu a, .leftmenu a:link, .leftmenu a:visited
    {
	font-weight: bold; 
	color:#C22;
	text-decoration: none; 
	text-align: center;
	display: block; 
	color:#fff; 
    text-decoration: none;  
 	padding-top:10px; 
	padding-bottom :10px; 
	padding-left:10px;    
	padding-right:10px;  
    width:100px;    
    position :relative; 
    top:-1px;
    white-space: nowrap;
    }

.leftmenu a:hover {
     color: #000000;
     background-color: #ffffff;
 }


