/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 70pt;
	padding: 4px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid;
	border-color:#666666 #333333 #333333 #666666; /*light dark dark light*/
	background-color: #666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.buttonmenu li a:visited{
	color: white;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: black;
	background-color: #66ff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
