

/* *************** BOTTOM Family Brands Menu *************** */
.familyBrandsLabel {margin:30px 0 0 0; text-align:center; font-size:12px; color:#555; letter-spacing:.2em;}

/* *** MAIN LEVEL *** */
.bFamNav {width:990px; height:110px; margin:10px 0 20px 0; position:relative; background-image: url(/images/fam5BrandNavBottom.gif); background-position: 0 0; background-repeat: no-repeat; z-index:50;}
/* hack to correct IE5.5 faulty box model */
* html .bFamNav {width:991px; w\idth:990px;}

/* remove all the bullets, borders and padding from the default list styling */
.bFamNav ul {padding:0; margin:0; list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.bFamNav li {float:left; width:196px; position:relative;}

/* style the table so that it takes no part in the layout - required for IE to work */
.bFamNav table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the links for the top level */
.bFamNav a {background-image: url(/images/fam5BrandNavBottom.gif); background-repeat: no-repeat; }
.bFamNav a {width:196px; height:110px; display:block; text-decoration:none;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .bFamNav a {width:196px; w\idth:197px;}



/* BUTTONS */

/* bottom */
#bfn-tracker, #bfn-tracker a	{width:201px;}
#bfn-myacht, #bfn-myacht a		{width:201px;}

#bfn-tracker a		{background-position: 0 0;}
#bfn-suntracker a	{background-position: -201px 0;}
#bfn-nitro a		{background-position: -397px 0;}
#bfn-tahoe a		{background-position: -593px 0;}
#bfn-mako a			{background-position: -789px 0;}

/* OVER STATES */
#bfn-tracker a:hover	{background-position: 0 -110px;}
#bfn-suntracker a:hover	{background-position: -201px -110px;}
#bfn-nitro a:hover		{background-position: -397px -110px;}
#bfn-tahoe a:hover		{background-position: -593px -110px;}
#bfn-mako a:hover		{background-position: -789px -110px;}

