.inventorytabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 0px solid #CA190D; /*Add border strip to bottom of menu*/
}

.inventorytabs ul{
font: normal 12px Arial, Verdana, sans-serif;
font-weight:bold;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.inventorytabs li{
display:inline;
margin:0;
padding:0;
}

.inventorytabs a{
float:left;
background:url(../gfx/left_inventory_tab.png) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 4px;
text-decoration:none;
}

.inventorytabs a span{
float:left;
display:block;
background:url(../gfx/right_inventory_tab.png) no-repeat right top;
padding: 10px 9px 6px 3px;
font-weight:bold;
color:#005dab;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.inventorytabs a span {float:none;}
/* End IE5-Mac hack */

.inventorytabs a:hover span {
color: black;

}

.inventorytabs a.current{ /*Selected Tab style*/
background-position:0 -35px; /*Shift background image up to start of 2nd tab image*/

}

.inventorytabs a.current span{ /*Selected Tab style*/
	background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
	color: #CA190D;
	font-weight: bold;
}

.inventorytabs a:hover{ /*onMouseover style*/
xbackground-position:0% -35px; /*Shift background image up to start of 2nd tab image*/
float:left;
background:url(../gfx/left_inventory_tab.png) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 4px;
text-decoration:none;
}

.inventorytabs a:hover span{ /*onMouseover style*/
xbackground-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
float:left;
display:block;
background:url(../gfx/right_inventory_tab.png) no-repeat right top;
padding: 10px 9px 6px 3px;
font-weight:bold;
color:#005dab;
}

.inventorytabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.inventorytabcontent{
display:none;
margin-left: 5px;
color:#FFFFFF;
}