/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

#tabs { }
#tabs .left{position:relative; left: -20px;}

#tabs ul { list-style: none; width:575px; padding:0 10px;}
#tabs ul li a { padding: 4px; text-decoration:none}
#tabs ul li a:hover {color: white; }
#tabs ul li:last-child a { border: none; }

#tabs .nav { overflow: hidden; }
#tabs .nav li { }
#tabs .nav li a { display: block; padding: 0 5px; color: #002C61; font-size: 14px; border: 0; }

#tabs li a.current, #tabs li a.current:hover {color: #EE2E24;}
#tabs .nav li a:hover, #tabs .nav li a:focus {color: #ff4940;}