/*[fmt]0*/
.menuTabs{overflow:hidden;width:100%;height:30px;}.menuTabs UL{list-style-type:none;margin:0;/*offset of first tab relative to page left edge*/
padding:0;}.menuTabs LI{float:left;margin:0;padding:0;}.menuTabs A{float:left;position:relative;top:5px;/*1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below*/
background:no-repeat left top;margin:0;margin-right:3px;/*Spacing between each tab*/
padding:0 0 0 6px;text-decoration:none;}.menuTabs A SPAN{float:left;position:relative;display:block;background:no-repeat right top;padding:5px 14px 2px 5px;/*2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3)*/
font-weight:bold;}/*Commented Backslash Hack hides rule from IE5-Mac \  */
.menuTabs A SPAN{float:none;}/*End IE5-Mac hack*/
.menuTabs .active A{background-position:0 -125px;top:0;}.menuTabs .active A SPAN{background-position:100% -125px;padding-bottom:7px;/*3) Bottom padding of selected tab. Should equal (1) PLUS (2) above*/
top:0;}.menuTabs A:hover{background-position:0% -125px;top:0;text-decoration:underline;}.menuTabs A:hover SPAN{background-position:100% -125px;padding-bottom:8px;/*3) Bottom padding of selected tab. Should equal (1) PLUS (2) above*/
top:0;}
