/*
- "*display:inline; zoom:1;" is an IE 'inline-block' fix.
*/
.tabs {list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0;}
.tabs li {display:inline-block; *display:inline; zoom:1; background:url("/images/taboff-bg.gif") repeat-x scroll; margin-right:3px; height:24px;}
.tabs a, .tabs a:hover {background:url("/images/tablt-off.gif") no-repeat scroll top left; color:#211D70; font-weight:bold; text-decoration:none;}
.tabs span {background:url("/images/tabrt-off.gif") no-repeat scroll top right; padding:0 15px;}
.tabs li.current {background-image:url("/images/tabon-bg.gif");}
.tabs li.current a {background-image:url("/images/tablt-on.gif");}
.tabs li.current span {background-image:url("/images/tabrt-on.gif");}

