/* menu_h.css */

#menuh { 
padding-top:5px; 
background:url(img/menu_h_bg.gif)  repeat-x top left; 
width:100%; height:32px;  
border:0px solid lime;
}
#pipe {
text-align:center; 
}
#pipe ul {
margin-left: 0;
padding-left: 0;
display: inline;
font-size:0.8em;
font-family: Arial, Verdana,Georgia;

} 

#pipe ul li {
list-style: none;
display: inline;
margin-left: 0;
padding: 3px 15px;
/*border-left: 1px solid #000;*/


}

#pipe ul li.first {
margin-left: 0;
border-left: none;
list-style: none;
display: inline;
}
#pipe a   { 
color:darkblue;TEXT-DECORATION: none;font-weight:bold; 
}
#pipe a:visited   { 
color:darkblue;TEXT-DECORATION: none;font-weight:bold; 
}
#pipe a:hover   {
 color:blue; TEXT-DECORATION: none; 
 }


