@charset "utf-8";
/* CSS Document */


.wireframemenu{
border: 0px solid #C0C0C0;
/*background-color: white;*/
background-color:transparent;
border-bottom-width: 0;
width: 550px; /* 570 */
float: right;
height: 50px;


position: absolute;
z-index:10;

}

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

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

.wireframemenu a{
/* font: 13px Verdana; */
/* padding: 4px 3px; */
display: block;
width: 100%; /*Define width for IE6's sake*/
/* color: #595959; */
/* text-decoration: none; */
/* border-bottom: 1px solid #C0C0C0; */
height: 35px;
margin-right: 1px;
padding: 15px 20px 0px 20px;
background: #ECECEC;
text-decoration: none;
text-align: center;
text-transform: none;
font-size: 14px;
color: #000000;
/*background: url(images/bg-button.jpg) no-repeat left top;*/
border:0px solid #9e9e9e;
}

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

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

.wireframemenu a:hover{
text-decoration: none;
background: #000000;
color: #FFFFFF;
}