/* Height set to be the same as the logo container */
#tabs { position: absolute; left: 180px; bottom: 0; height: 22px; line-height: 23px; white-space: nowrap; vertical-align: bottom; display: inline; }
#tabs ul { list-style-type: none; margin: 0 1px 0 0; padding: 0; display: inline; }

#tabs li { float: left; margin: 0 0 0 3px; padding: 0; }
#tabs li h3, #tabs li a { float: left; padding: 0 12px; background: url(../_img/page/tabs/tabs.png) no-repeat; }
#tabs li h3 { margin: 0; padding: 0; background-position: left 0; text-decoration: none; white-space: nowrap; }
#tabs li a { color: #fff; margin-left: 12px; padding: 0 12px 0 0; background-position: right 0; outline: 0; text-decoration: none; }
#tabs li h3.selected { background-position: left -75px; }
#tabs li h3.selected a { background-position: right -75px; }

#tabs span { float: left; margin: 0; padding: 0; }


