#sub-nav{
    height:45px;
    background:url(../images/subnav-bg.jpg) no-repeat center top;;
}

#site-container #main-content #sub-nav ul{
    margin:0 auto;
    padding:0;
    width:809px;
}

#sub-nav ul li{
    display:inline-block;
    text-align:center;
    float:left;
    height:45px;
	overflow:hidden;
	display:block;
}


#sub-nav ul li a{
height:0 !important;
overflow:hidden;
padding:45px 0 0;
display:block;
}


/*our flavors sub-nav*/

#site-container #main-content #sub-nav.our-flavors ul{
    margin:0 auto;
    padding:0;
    width:809px;
}

#sub-nav ul #sub-texas-smoky a{
    width:101px;
	background-image:url(../images/subnav/our-flavors/texas-smoky.jpg);
}

#sub-nav ul #sub-kansas-city-classics a{
    width:90px;
	background-image:url(../images/subnav/our-flavors/kansas-city-classic.jpg);
}

#sub-nav ul #sub-carolina-tangy-gold a{
    width:90px;
	background-image:url(../images/subnav/our-flavors/carolina-tangy-gold.jpg);
}

#sub-nav ul #sub-kentucky-sweet-and-bold a{
    width:114px;
	background-image:url(../images/subnav/our-flavors/kentucky-sweet-and-bold.jpg);
}

#sub-nav ul #sub-stlouis-original a{
    width:82px;
	background-image:url(../images/subnav/our-flavors/stlouis-original.jpg);
}

#site-container #sub-nav ul #sub-mississippi-honey-bbq a{
    width:99px;
	background-image:url(../images/subnav/our-flavors/mississippi-honey-bbq.jpg);
}

#site-container #sub-nav ul #sub-louisiana-hot-and-spicy a{
    width:109px;
	background-image:url(../images/subnav/our-flavors/louisiana-hot-and-spicy.jpg);
}

#sub-nav ul #sub-memphis-sweet a{
    width:119px;
	background-image:url(../images/subnav/our-flavors/memphis-sweet.jpg);
}


#sub-nav li a:hover, #sub-nav li a.selected {
	background-position:0 -45px; /*this will be the hover background*/
}




#site-container #sub-nav ul li a{
    text-decoration:none;
    color:#906a39;
    font-size:12px;
    /*background-image:url(../images/top-nav.jpg);this will be a sprite technique that we use offsets to display the correct bg */
    background-repeat:no-repeat;

}

/*business-building-tips sub-nav*/
#site-container #main-content #sub-nav.business-building-tips ul{
    margin:0 auto;
    padding:0;
    width:559px;
}


#sub-nav ul #sub-bbq-tips a{
    width:99px;
	background-image:url(../images/subnav/business-building-tips/bbq-tips.jpg);
}

#sub-nav ul #sub-create-your-signature-sauce a{
    width:130px;
	background-image:url(../images/subnav/business-building-tips/create-your-signature-sauce.jpg);
}

#sub-nav ul #sub-regional-bbq-specialties a{
    width:119px;
	background-image:url(../images/subnav/business-building-tips/regional-bbq-specialties.jpg);
}

#sub-nav ul #sub-authentic-sides a{
    width:96px;
	background-image:url(../images/subnav/business-building-tips/authentic-sides.jpg);
}

#sub-nav ul #sub-bbq-trend-watch a{
    width:114px;
	background-image:url(../images/subnav/business-building-tips/bbq-trend-watch.jpg);
}


/* Business Building Tips sub-nav */
#site-container #sub-nav ul #sub-bbq-tips{
    width:99px;
}

#site-container #sub-nav ul #sub-create-your-signature-sauce{
    width:130px;
}

#site-container #sub-nav ul #sub-regional-bbq-specialties{
    width:119px;
}

#site-container #sub-nav ul #sub-authentic-sides{
    width:96px;
}

#site-container #sub-nav ul #sub-bbq-trend-watch{
    width:114px;
}


