@charset "utf-8";
/* CSS Document */

#dragonMenu {
        float:left;
        margin-top:20px;
        padding:0px;
        width:150px;
	border: 3px outset silver;
	background:#071019;
}
#dragonMenu a {
        display:block;
	text-align: center;
	font color: gold;
	font-size: 20px;
	padding:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	display:block;
	margin-top:3px;
	margin-bottom:3px;
}

a.menu:hover, a.menu:active {
	background-image: url(/images/DFbannerboard.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
