#navigation {
 margin-top:10px; 
 width:580px;
 text-align:center;
 margin-left:auto;
 margin-right:auto;

}

ul#nav { 
 text-align:center;
 list-style-type: none; 
 font: bold .8em verdana, arial, sans-serif; 

}
 
ul li.tabnav { 
 float: left; 

 background-color: rgb(0,0,0); 
 color: rgb(255,255,255); 
 margin: 2px 2px 0px 0px;  
 border-left: 1px solid rgb(255,255,255); 
 border-top:  1px solid rgb(255,255,255); 
 border-right: 1px solid rgb(255,255,255); 
}

ul li.tabnav_inner { 
 float: left; 
/* height: 21px; */
 background-color: rgb(0,0,0); 
 color: rgb(255,255,255); 
 margin: 2px 2px 0px -2px;  
 border-right: 1px solid rgb(255,255,255); 
 border-top:  1px solid rgb(255,255,255); 
}

 
ul#nav a:link, ul#nav a:visited { 
 display: block; 
 color: #fff; 
 background-color: transparent; 
 text-decoration: none; 
 padding: 4px; 
 border: none;
 line-height: 1.5em;

}
 
ul#nav a:hover { 
 color: rgb(255,246,127); 
}
 
body#home li#home, 
body#company li#company, 
body#products li#products, 
body#technology li#technology, 
body#news li#news, 
body#contact li#contact, 
body#jobs li#jobs, 
body#links li#links{ 
 border-bottom: 1px solid #666666;/*rgb(122,122,122)*/
 color: rgb(255,255,255); 
 background-color: #666666;/*rgb(122,122,122); */
}
 
body#home li#home a:link, body#home li#home a:visited, 
body#company li#company a:link, body#company li#company a:visited, 
body#products li#products a:link, body#products li#products a:visited, 
body#technology li#technology a:link, body#technology li#technology a:visited, 
body#news li#news a:link, body#news li#news a:visited, 
body#contact li#contact a:link, body#contact li#contact a:visited, 
body#jobs li#jobs a:link, body#jobs li#jobs a:visited, 
body#links li#links a:link, body#links li#links a:visited  { 
 color: rgb(255,255,255); 
 background-color: #666666;/*rgb(122,122,122); */
}



