.container {
	color:#ffffff;
    min-width: 100px;
	

}


.button_left_menu {
	table-layout: auto;
    min-width: 70px; 
    line-height: 20px; 
	display: block;
	text-align: center;
    font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 2px outset #000;
	border-bottom: 2px outset #000;
	border-left: 1px solid #666;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#ffffff;					
	background:#6666cc;
}

a.button_left_menu:link{
    color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background:#6666cc;
}
a.button_left_menu:hover {
	text-decoration:none;
	color:#000000;
    font-weight: bold;
	background:#ccccff;
}

.button {
	text-decoration:none;
	display:block;
    min-width: 70px; 
    line-height: 20px; 
	text-align: center;
    font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 2px outset #000;
	border-bottom: 2px outset #000;
	border-left: 1px solid #666;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;			
    width: 100%;
	background:#6666cc;
}

a.button:link{
	font-weight: bold;
	text-decoration:none;
    color:#ffffff;
	background:#6666cc;
    line-height: 20px; 
}


a.button:hover {
    text-decoration:none;
	color:#000000;
    font-weight: bold;
	background: #ccccff;
}

