<style type="text/css">

/*Credits: Dynamic Drive CSS Library */

.wireframemenu{
/*border: 1px solid #43A7E6;*/
background-color: #999999;
border-bottom-width: 0;
width: 210px;
text-align:center;
margin: auto;
	line-height: 25px;
}

html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 210px;*
/*position:absolute; top:250px; left:auto;*/
}

.wireframemenu ul{
padding: 10px;
margin-right: 0px;
list-style-type: none;
	line-height: 25px;
/*position:absolute; top:450px; left:auto;*/

}

.wireframemenu a{
font: 13px Verdana;
font-weight: bold
padding: 4px 20px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
	line-height: 25px;
/*border-bottom: 1px solid #43A7E6;*/
}

.wireframemenu a:visited{
color: #ffffff;
}

.wireframemenu a:active{
color: #ffffff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #E00A1F;
color: #ffffff;
}


</style>
