.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	.h1 {
font-family: Arial, Helvetica, sans-serif;
	color : #006600;
	font-size: 18px;
	}
	.h2 {
font-family: Arial, Helvetica, sans-serif;
	color : #006600;
	font-weight : bold;
	font-size: 13px;
	}
.h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	a {text-decoration:none;}
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
<style type="text/css">

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

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

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

.wireframemenu a{
font: bold 13px Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #006600;
text-decoration: none;
border-bottom: 1px solid #7E944D;
}

.wireframemenu a:visited{
color: #006600;
}

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

.wireframemenu a:hover{
background-color: #A3C768;
color: black;
}

</style>
