/*
 * $Id$
 *
 */
 
 
#tabs { width: 746px; height: 33px; margin: 0 0 20px 0; overflow: hidden; background: url(/images/tabs/back.gif) no-repeat right top;}

.tabs_menu { margin: 0; padding: 0; list-style: none; }
.tabs_menu li { display: block; float: left; padding: 0; margin: 0 10px 0 0; background: url(/images/tabs/tab_no_active.gif) repeat-x 0 0; }
.tabs_menu li a { display: block; float:left; height: 33px; text-decoration: none; padding: 6px 15px 0 15px; font-size: 1.1em; }
.tabs_menu li a span { display: none; }
.tabs_menu li.active { background: url(/images/tabs/tab_active_left.gif) no-repeat 0 0; }
.tabs_menu li.active a { background: url(/images/tabs/tab_active_right.gif) no-repeat right top; }
