/* set button menu position */
dl#menu	{ position: absolute; top: 400px; left: 150px ; width: 500px	}

/* set general button styles */
dt.btn { margin-bottom: 5px; text-align: center }

/* set general anchor styles */
dt.btn a	{ display: block; color: white; font-weight: bold; text-decoration: none }

/* specify state styles... */

/* mouseout (default) */
dt.btn a		{ background: blue;  border: 15px outset blue }

/* mouseover */
dt.btn a:hover	{ background: red;   border: 15px outset red  }

/* omousedown */
dt.btn a:active 	{ background: green; border: 15px inset green }
