.buttonmenu{
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
	width				: 113px;
}

.buttonmenu li a{
	font-family			: Arial, Helvetica, sans-serif;
	color				: #fff;
	font-weight			: normal;
	font-size			: 11px;
	line-height			: 14px;
	display				: block;
	width				: 100%;
	padding				: 5px;
	text-decoration		: none;
	border				: 1px solid;
	border-color		: #c5c5c5 #717171 #717171 #c5c5c5; /*light dark dark light*/
	background-color	: #959595;
}


.buttonmenu li a:visited{
	color				: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color				: #000;
	background-color	: #c0c0c0;
}
