/* ----------------------------- Main Menu Elements -------------------------------- */

#home {
	float: left;
	width: 64px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_home.gif) no-repeat 0 -40px; 
}

#beauty { 
	float: left;
	width: 73px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_beauty.gif) no-repeat 0 -40px; 
}

#fashion_accessories { 
	float: left;
	width: 193px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_fashion.gif) no-repeat 0 -40px; 
}

#food_beverage { 
	float: left;
	width: 144px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_food.gif) no-repeat 0 -40px; 
}

#special_deals { 
	float: left;
	width: 124px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_specialdeals.gif) no-repeat 0 -40px; 
}

#new { 
	float: left;
	width: 60px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_news.gif) no-repeat 0 -40px; 
}

#travelinfo { 
	float: left;
	width: 102px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_travel_info.gif) no-repeat 0 -40px; 
}




#home a         		{ background: transparent url(../imgs/global/menu/btn_home.gif) no-repeat left top; }
#beauty a     			{ background: transparent url(../imgs/global/menu/btn_beauty.gif) no-repeat left top; }
#fashion_accessories a  { background: transparent url(../imgs/global/menu/btn_fashion.gif) no-repeat left top; }
#food_beverage a      	{ background: transparent url(../imgs/global/menu/btn_food.gif) no-repeat left top; }
#special_deals a     	{ background: transparent url(../imgs/global/menu/btn_specialdeals.gif) no-repeat left top; }
#new a 				   	{ background: transparent url(../imgs/global/menu/btn_news.gif) no-repeat left top; }
#travelinfo a    		{ background: transparent url(../imgs/global/menu/btn_travel_info.gif) no-repeat left top; }


#home a            		{ width: 64px; }
#beauty a        		{ width: 73px; }
#fashion_accessories a  { width: 193px; }
#food_beverage a        { width: 144px; }
#special_deals a        { width: 124px; }
#new a       			{ width: 60px; }
#travelinfo a      		{ width: 102px; }



#home a {
	text-indent: -1000em;
	height:40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#beauty a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#fashion_accessories a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#food_beverage a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#special_deals a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#new a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}

#travelinfo a {
	text-indent: -1000em;
	height: 40px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}



/*  IE 5 hack */
#home a, #beauty a, #fashion_accessories a, #food_beverage a, #special_deals a, #new a, #travelinfo a {overflow: hidden;}
/* end hack */ 

#home a:hover, #beauty a:hover, #fashion_accessories a:hover, #food_beverage a:hover, #special_deals a:hover, #new a:hover, #travelinfo a:hover {
	background-image: none;
	border-bottom: 0;
}


#home a.active, #home a:hover.active { 
	width: 64px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_home.gif) no-repeat 0 -40px; 
}

#beauty a.active, #beauty a:hover.active { 
	width: 73px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_beauty.gif) no-repeat 0 -40px; 
}

#fashion_accessories a.active, #fashion_accessories a:hover.active { 
	width: 193px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_fashion.gif) no-repeat 0 -40px; 
}


#food_beverage a.active, #food_beverage a:hover.active { 
	width: 144px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_food.gif) no-repeat 0 -40px; 
}

#special_deals a.active, #special_deals a:hover.active { 
	width: 124px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_specialdeals.gif) no-repeat 0 -40px; 
}

#new a.active, #new a:hover.active { 
	width: 60px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_news.gif) no-repeat 0 -40px; 
}

#travelinfo a.active, #travelinfo a:hover.active { 
	width: 102px;
	height: 40px;
	background: transparent url(../imgs/global/menu/btn_travel_info.gif) no-repeat 0 -40px; 
}




/* ----------------------------- End of Main Menu Elements -------------------------------- */
