<style type="text/css">

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

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

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

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

.wireframemenu a{
font: 13px Arial;
padding: 4px 3px;
display: block;
width: 200px; /*Define width for IE6's sake*/
color: #666666;
text-decoration: none;
text-align: right;
border-bottom: 0px solid #666666;


}

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

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

.wireframemenu a:hover{
background-color: #d8899c;
color: #FFFFFF;


}

.style1 {
	font-size: 18px;
	line-height: 0.1;
}
.img {
	margin-top: 8px;
}


</style>



