#nav_back
{   
background:#fff;
width:585px;
height:50px;
line-height:50px;
border-top:1px #ccc solid;
border-bottom:1px #ccc solid; 
margin-top:15px;padding-left:165px;

}


#Navi ul {
margin: 0px;
color: #000;
line-height: 50px;
white-space: nowrap;
font-weight: bold;
}

#Navi li {
font-size:100%;
font-weight: bold;
list-style-type: none;
display: inline;
align:right;
}
#Navi li a {

 width: 68px;
 text-decoration: none;
 color: #838589;
 padding-top:10px;
 padding-bottom:15px;
 padding-left:5px;
 padding-right:5px;
}
#Navi li a:link 
{
color: #838589;
}
#Navi li a:visited 
{
color: #838589;
}
#Navi li a:hover 
{
color: #00a8da;
}

/* Navi 2*/

.wireframemenu{
background-color: white;
border-bottom-width: 0;
font-size:90%;
}



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

.wireframemenu a{
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #00a8da;
text-decoration: none;

}

.wireframemenu a:visited{
color: #00a8da;
}

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

.wireframemenu a:hover{
background-color: #fff1f4;
color: #848287;
}
