
/* Global nav */
 #navI { position: absolute; top: 12px; left: 312px; white-space: nowrap; width: 500px; z-index: 3; }
 #navI div { float: left; }
 #navI a {cursor: pointer; display: block; text-decoration: none; font-size: 11px; font-family: trebuchet ms,arial,helvetica, sans-serif; font-style: italic;   }

 #navI a span { display: block !important; font-size: 11px; color: #999; font-weight: normal; font-style: italic;  margin: -15px 9px 0px 9px; height: 15px;    } 
 #navI a:hover span { color:#fff; text-decoration: underline; }
 #navI #navIa, #navI #navIb, #navI #navIc, #navI #navId, #navI #navIf  { border-right: 1px solid #666;  }
 
 * html #navI #navIa, * html #navI #navIb, * html #navI #navIc, * html #navI #navId, * html #navI #navIe, * html #navI #navIf { width: 1%; } /* IE hack */
 
 #navI #navIb { display: none; } /* Deprecated */
 #navI #navIa { background: none; width: 72px; height: 15px; }
 #navI #navIb { background: none; width: 70px; height: 15px; }
 #navI #navIc { background: none; width: 60px; height: 15px; }
 #navI #navId { background: none; width: 80px; height: 15px; }
 #navI #navIe { background: none; width: 80px; height: 15px; }
 #navI #navIf { background: none; width: 80px; height: 15px; }

 #brand,  .brand { position: absolute; left: 0; top: 0; width: 100%; background-image: url(images/bg-brand.gif); background-repeat: none; background-color: #000; height: 79px; z-index: 2; }
 #brand img, .brand img { display: none; }
 #brand a,  .brand a { display: block; width: 290px; height: 15px; }
 

