.bc_menu {
	width:100%; 
	float:left;
	border-bottom:1px dotted #b7cb34;
	border-width:1px 0;
	margin-top:10px;
	text-transform:lowercase;
	/*background:url(/skins/default/images/nav_bg.gif) repeat-x; */
}

.bc_menu ul {	/* ----------------------------------------------------------------------------- Menu Item Width -------------------- */
	width:100px;
	margin:0;
	padding:0;
}

div.bc_menu li:hover{	/* --------------------------------------------------------------------- Menu Cursor ------------------------ */
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------- Main Menu Items -------------------- */
.bc_menu h2 a {
	font:normal 12px arial,helvetica,sans-serif;
	text-decoration:none;
	text-align:center;
	color:#707070;
	margin-bottom:0;
	padding:4px 0;
	/*background:url(/skins/default/images/nav_bg.gif) repeat-x; */
	/*border-right:1px dotted #97ac66;*/
}

.bc_menu ul li:hover h2 a {		/* ------------ Main Menu - Hover ----------- */
	color: #000 ;
	background-color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	/*border-top: 1px solid #b7cb34;  */
	/*text-decoration:underline;*/
}
.bc_menu h2 a:active {				/* ------------ Main Menu - Active ---------- */
}
.bc_menu h2 a:visited {			/* ------------ Main Menu - Visited --------- */
}

/* ----------------------------------------------------------------------------------------- Sub Menu Items --------------------- */
.bc_menu ul ul {
	border:1px solid #999;
	width:150px;
}

.bc_menu ul ul a,
.bc_menu ul ul ul a,
.bc_menu ul ul ul li:hover ul a,
.bc_menu ul ul li:hover ul a,
.bc_menu ul ul ul li:hover a {
	font:11px arial,helvetica,sans-serif;
	text-decoration:none;
	background-color:#b7cb34 ;
	color:#fff;
	padding:4px;
	/*width:100px;*/	/* Be sure to set the "Second Level Subment" width to match as described below */
}
.bc_menu ul ul .parent { 			/* ------------ Sub Menu - Parent ----------- */
	background-position:right;
	background-repeat:no-repeat; 
}
.bc_menu ul ul a:hover,
.bc_menu ul ul ul li:hover a,
.bc_menu ul ul li:hover ul a:hover,
.bc_menu ul ul ul li:hover ul a:hover,
.bc_menu ul ul a:hover, 
.bc_menu ul ul li:hover a, 
.bc_menu ul ul ul a:hover {		/* ------------ Sub Menu - Hover ----------- */
	background-color:#fff;
	color: #798622;
}
.bc_menu ul ul a:active {			/* ------------ Sub Menu - Active ---------- */
	background-color:#f2ba57;
}
.bc_menu ul ul a:visited {			/* ------------ Sub Menu - Visited --------- */

}

.bc_menu ul ul {	/* ------------------------------------------------------------------------- First Level Submenus --------------- */
	left:-1px;
}
.bc_menu ul ul ul{	/* ------------------------------------------------------------------------- Second Level Submenus --------------- */
	top:-1px;
	left:100%;
	/*left:108px;*/		/* Should be slightly larger than the sub-menu item width. Adjust to fit. */
}


/* Bed */		#menu_item_store_5 { width:80px; }
/* Bath */		#menu_item_store_6 { width:85px; }
/* Table */		#menu_item_store_7 { width:85px; }
/* Totes...*/	#menu_item_store_8 { width:140px; }
/*
#menu_item_41 { position:relative; left:0; background:#fff; margin-top:-25px; }
#menu_item_41 h2 a { border:1px solid #ccc; }
*/