@charset "UTF-8";
/* Couture Pops */


table.sub_menu {
	position: absolute;
	overflow: hidden;
	width: 201px;
	height: 84px;
	margin-left: 195px;
	background-color: #FFFA45;
	opacity: 100;
}
	
table.sub_menu td {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 199px;
	height: 28px;
	padding: 0px;
	}
table.sub_menu td a {
	text-decoration: none;
	float: left;
	color: #000000;
	width: 199px;
	padding: 0px 0 0 0;
	height: 0px !important;
	height /**/: 28px;  /*for IE5/Win only */
	overflow: hidden;
	}
	
td#sweet_treats a {
	background: url(/images/menus/sweet_treats.png) top left no-repeat;
	width: 199px;
	padding: 28px 0 0 0;
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
}

td#cello_bags a {
	background: url(/images/menus/cello_bags.png) top left no-repeat;
	width: 199px;
	padding: 28px 0 0 0;
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
}

td#mesh_bags a {
	background: url(/images/menus/mesh_bags.png) top left no-repeat;
	width: 199px;
	padding: 28px 0 0 0;
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
}

td#clear_paint a {
	background: url(/images/menus/clear_paint.png) top left no-repeat;
	width: 199px;
	padding: 28px 0 0 0;
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
}

td#take_out a {
	background: url(/images/menus/take_out.png) top left no-repeat;
	width: 199px;
	padding: 28px 0 0 0;
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
}

td#sweet_treats a:hover {
	background-position: -199px 0px;
}

td#cello_bags a:hover {
	background-position: -199px 0px;
}

td#mesh_bags a:hover {
	background-position: -199px 0px;
}

td#clear_paint a:hover {
	background-position: -199px 0px;
}

td#take_out a:hover {
	background-position: -199px 0px;
}
