/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:14px;
	margin:0 auto;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#FCE273;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.catalog-box {
	position:relative;
	width:120px;
	height:165px;
	float:left;
	border:1px solid white;
	text-align:center;
	padding:10px 5px 5px 5px;
	margin:0px 10px 10px 0px;
}

.catalog-box:hover { background-color:#6E6E6E; }

.catalog-box img { border:1px solid white; }


/* ---- store settings ------------------------ */

.store-flag { 
	color:#4d08aa;
	font-size:18px;
}

#right-content {
	position:relative;
	top:0;
	left:0;
	width:200px;
	float:left;
	height:auto;
	margin: 0 0px 0 0;

}

#left-content {
	position:relative;
	top:0;
	left:0;
	width:290px;
	float:left;
	height:auto;

}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */

#bg_day {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_body-day.jpg);	
}

#bg_night {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_body-night.jpg);
}

#bg_sub {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(images/bg_sub.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:-1px;
	left:0;
	width:950px;
	height:483px;
}

#header-sub {
	position:relative;
	top:0;
	left:-1px;
	width:950px;
	height:156px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-sub.jpg);
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:452px;
}

#flag {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:96px;
}

#ads {
	position:relative;
	top:0;
	left:0;
	width:1145px;
	height:169px;
	padding: 18px 0 0 55px;
}

#ads img { float: left; }

#location {
	position:relative;
	top:0;
	left:0;
	width:204px;
	height:69px;
	float: left;
	padding: 85px 0 0 80px;
	background-repeat: no-repeat;
	background-image: url(images/img_ad2.jpg);
}

#join {
	position:relative;
	top:0;
	left:0;
	width:204px;
	height:69px;
	float: left;
}

#signup {
	position:relative;
	top:0;
	left:0;
	width:241px;
	height:74px;
	float: left;
	background-repeat: no-repeat;
	padding: 7px 0 0 5px;
	
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:32px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

#main-sub {
	position:relative;
	top:0;
	left:-1px;
	width:930px;
	height:auto;
	padding: 0 20px 0 0;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}


#main-sub2 {
	position:relative;
	top:0;
	left:-1px;
	width:930px;
	height:auto;
	padding: 0 20px 0 0;
	background-repeat: repeat-y;
	background-image: url(images/bg_main2.jpg);
}


/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:auto;
	padding: 10px 0;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	width:582px;
	height:auto;
	float: left;
	padding: 10px 0 10px 30px;
}

#content_wide {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	float: left;
	padding: 10px 0 10px 30px;
}

#side_bar {
	position:relative;
	top:0;
	left:0;
	width:294px;
	height:auto;
	float: right;
}

#side_menu {
	position:relative;
	top:0;
	left:0;
	width:294px;
	height:auto;
}

#side_ad {
	position:relative;
	top:0;
	left:0;
	width:294px;
	height:auto;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:50px;
	clear:both;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #333333;
}

.copy {
	position:relative;
	color:#ffffff;
	float:left;
	padding: 0 0 0 0;
}

.slug {
	position:relative;
	float:right;
	width:300px;
	padding: 0 20px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_sub {
	position:relative;
	top:0;
	left:-1px;
	width:890px;
	height:50px;
	clear:both;
	color: #fff;
	padding: 20px 30px 0 30px;
	background-repeat: no-repeat;
	background-image: url(images/btn_footer.jpg);
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:105px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -32px;
}

.active_01 {
	background-position: 0 -32px !important;

}

a#nav_02 {
	width:82px;
	background-position:-105px 0;
}

a:hover#nav_02{
	background-position:-105px -32px;
}

.active_02 {
	background-position:-105px -32px !important;
}

a#nav_03 {
	width:114px;
	background-position:-187px 0;
}

a:hover#nav_03{
	background-position:-187px -32px;
}

.active_03 {
	background-position:-187px -32px !important;
}

a#nav_04 {
	width:75px;
	background-position:-301px 0;
}

a:hover#nav_04{
	background-position:-301px -32px;
}

.active_04 {
	background-position:-301px -32px !important;
}

a#nav_05 {
	width:110px;
	background-position:-376px 0;
}

a:hover#nav_05{
	background-position:-376px -32px;
}

.active_05 {
	background-position:-376px -32px !important;
}

a#nav_06 {
	width:134px;
	background-position:-486px 0;
}

a:hover#nav_06{
	background-position:-486px -32px;
}

.active_06 {
	background-position:-486px -32px !important;
}

a#nav_07 {
	width:104px;
	background-position:-620px 0;
}

a:hover#nav_07{
	background-position:-620px -32px;
}

.active_07 {
	background-position:-620px -32px !important;
}

a#nav_08 {
	width:80px;
	background-position:-724px 0;
}

a:hover#nav_08{
	background-position:-724px -32px;
}

.active_08 {
	background-position:-724px -32px !important;
}

a#nav_09 {
	width:146px;
	background-position:-804px 0;
}

a:hover#nav_09{
	background-position:-804px -32px;
}

.active_09 {
	background-position:-804px -32px !important;
}

/*--------------------------------drop down------------------------*/

#menu {
	position:absolute;
	top: 0;
	left:19px;
	width: 612px;
	height: 900px;
	height: auto !important;
	min-height: 792px;
}

#menu2 {
	position:absolute;
	top: 0;
	left:19px;
	width: 612px;
	height: 792px;
	min-height: 792px;
}


#menu3 {
	position:absolute;
	top: 0;
	left:19px;
	width: 612px;
	height: 1492px;
	min-height: 792px;
}

#L1, #L2, #L3, #L4,
#L5, #L6, #L7, #L8,
#L9, #L10, #L11, #L12,
#L13, #L14, #L15, #L16,
#L17, #L18, #L19 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#L1 { width:612px; }
#L2 { width:612px; }
#L3 { width:612px; }
#L4 { width:612px; }
#L5 { width:612px; }
#L6 { width:612px; }
#L7 { width:612px; }
#L8 { width:612px; }
#L9 { width:612px; }
#L10 { width:612px; }
#L11 { width:612px; }
#L12 { width:612px; }
#L13 { width:612px; }
#L14 { width:612px; }
#L15 { width:612px; }
#L16 { width:612px; }
#L17 { width:612px; }
#L18 { width:612px; }
#L19 { width:612px; }

#nav_drop {
	position:absolute;
	top:30px;
	left:0;
	width:596px;
	height:auto;
}

#nav_drop a {
color: #CCC;
font-size: 12px;
font-weight: bold;
height: auto;
padding: 5px 0 5px 5px;
display: block;
background-color:#000;
/*border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 2px solid #6A0105;
	display: block;
	background-color: #5D0104;
	background-repeat: repeat-x;*/
}

#nav_drop a:hover {
color: #FFF;
text-decoration: none;
background-color: #BE1F25;
	background-image: url(images/bg_dropdown-over.jpg);
	background-repeat: repeat-x;

/*	background-color: #BE1F25;
	background-image: url(images/bg_dropdown-over.jpg);
	*/
}


#A2, #A3, #A4, #A5, #A8, #A9 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #000;
	text-decoration:none;
	padding: 10px;
}

#A2, #A3, #A4, #A5, #A8, #A9 {
	line-height: 12px;
}

#A2 { width:140px; left:57px; }
#A3 { width:100px; left:167px; }
#A4 { width:140px; left:247px; }
#A5 { width:140px; left:337px; }
#A8 { width:140px; left:682px; }
#A9 { width:100px; left:807px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

/* ---- start side navigation settings -------------------------- */
 
#history_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_history2.jpg);
}

a:hover#history_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#about-bb_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_about-bb2.jpg);
}

a:hover#about-bb_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#meet-our-team_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_meet-our-team2.jpg);
}

a:hover#meet-our-team_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#our-mission_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_our-mission2.jpg);
}

a:hover#our-mission_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#join-our-team_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_join-our-team2.jpg);
}

a:hover#join-our-team_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#daphne_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_daphne2.jpg);
}

a:hover#daphne_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#hoover_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_hoover2.jpg);
}

a:hover#hoover_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#lee-branch_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_lee-branch2.jpg);
}

a:hover#lee-branch_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#mobile_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_mobile2.jpg);
}

a:hover#mobile_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#montgomery_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_monteg2.jpg);
}

a:hover#montgomery_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#tuscaloosa_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_tusca2.jpg);
}

a:hover#tuscaloosa_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#huntsville_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_huntsville2.jpg);
}

a:hover#huntsville_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#corporate_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_corporate2.jpg);
}

a:hover#corporate_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#appetizers_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_appetizers2.jpg);
}

a:hover#appetizers_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#center-court_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_center-court2.jpg);
}

a:hover#center-court_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#classic-cocktails_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_classic-cocktails2.jpg);
}

a:hover#classic-cocktails_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#final-bell_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_final-bell2.jpg);
}

a:hover#final-bell_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#frozen-libation_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_frozen-libation2.jpg);
}

a:hover#frozen-libation_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#hand-carved-steaks_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_hang-carved-steaks2.jpg);
}

a:hover#hand-carved-steaks_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#home-plate_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_home-plate2.jpg);
}

a:hover#home-plate_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#just-wing-it_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_just-wing-it2.jpg);
}

a:hover#just-wing-it_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#lunch-specials_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_lunch-specials2.jpg);
}

a:hover#lunch-specials_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#retail_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_retail2.jpg);
}

a:hover#retail_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#sandwiches_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_sandwich2.jpg);
}

a:hover#sandwiches_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#smoothies_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_smoothies2.jpg);
}

a:hover#smoothies_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#full-menu_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_full-menu2.jpg);
}

a:hover#full-menu_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#monthly-specials_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_monthly-specials2.jpg);
}

a:hover#monthly-specials_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#sunday-dinner_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_sunday-dinner2.jpg);
}

a:hover#sunday-dinner_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#wings-prayer_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_wed-specials2.jpg);
}

a:hover#wings-prayer_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#ladies-night_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_thurs-specials2.jpg);
}

a:hover#ladies-night_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}




#ggw_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_ggw.jpg);
}

a:hover#ggw_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}







#pep-rally_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_pep-rally2.jpg);
}

a:hover#pep-rally_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#contact-us_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_contact2.jpg);
}

a:hover#contact-us_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#howd-we-do_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_howd-we-do2.jpg);
}

a:hover#howd-we-do_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#photos_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_photos2.jpg);
}

a:hover#photos_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#videos_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_videos2.jpg);
}

a:hover#videos_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#sauces_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_sauces2.jpg);
}

a:hover#sauces_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}

#clothes_01 {
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/btn_clothes2.jpg);
}

a:hover#clothes_01{
	position:relative;
	width:294px;
	height:47px;
	float: left;
	cursor:pointer;
	background-position: 0 -47px;
}
