/*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: 92pt;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #170000;
	text-decoration:none;
	font-family: Calibri;
	font-size: 11pt;
}


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

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