@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
background-color: white;
border-bottom-width: 0;
}


.wireframemenu a{
	font: bold 11px Verdana;
	display: block; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border: 2px solid #999900;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wireframemenu a:visited{
color: #595959;
}


.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>
