<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: 955px;
}

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

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

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom-width: #C0C0C0;
	border-bottom-style: #C0C0C0;
	border-bottom-color: #E3E3E3;
	border-right-color: #E3E3E3;


}

.wireframemenu a:visited{
	color: #595959;
	border: #CCCCCC;

}

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

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

</style>


