<style type="text/css">

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

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 190px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}

.wireframemenu a:visited{
color: #7A885C;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #7A885C;
color: #E9D666;
}

</style>
/* CSS Document */
