.bc_menu {
	width:100%; 
	float:left;
	background-color:252422;    /*#1d1d1d;*/
	border-bottom:1px solid #5b5b5b;
	border-width:1px 0;
	
}
.bc_menu * { font-family:Verdana, Arial, Helvetica, sans-serif; /*font-family:Georgia, "Times New Roman", Times, serif;*/ }

.bc_menu ul {	/* ----------------------------------------------------------------------------- Menu Item Width -------------------- */
	width:125px;
}

div.bc_menu li:hover{	/* --------------------------------------------------------------------- Menu Cursor ------------------------ */
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------- Main Menu Items -------------------- */
.bc_menu ul { 
}
.bc_menu h2 a {
	color:#D8D8D8;
		/*color:#a89f90; */
	font-size:12px; 
	font-weight:500;
	/*text-transform: lowercase; */
	text-decoration:none;
	/*	border-bottom:2px dotted #dbd6c6;*/
	text-align:center;
	padding:5px 0;
	height:22px;
	line-height:22px;
	text-transform:lowercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif; */
/*	border-right:1px solid #d4cfc5;	*/
}

.bc_menu ul li:hover h2 a {		/* ------------ Main Menu - Hover ----------- */
	color:#fff;
	background-color:#bbb7ae;  /* 797670;  b8b19a */
	font-weight:bold;
}
.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 #fff;
	width:150px;
	z-index:200;
}

.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:10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#bbb7ae; /* original b8b19a; */
	color:#fff;
	padding:4px;
	border-bottom:1px #e1ddd1 solid;
	border-top:1px #d0c9b3 solid;
	/*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:url(/us/plugins/bc_menu/images/more.gif) right no-repeat #bbb7ae; 
}
.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:#eae9e6;  /*#e1ddd1 original */
	color: #645c47;
}

.bc_menu ul ul a:active {			/* ------------ Sub Menu - Active ---------- */
	background-color:#e3dfd0;
}
.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. */
}


/*------------ Overwrites --------------- */
/* Home */				.bc_menu #menu_item_page_2 { width:75px;}
/* excl. offer */ 	    .bc_menu #menu_item_store_28 h2 a { color:#ABEF27; }
							.bc_menu #menu_item_store_28:hover h2 a { color:#fff; }

/* Bed */				.bc_menu #menu_item_store_1 { width:75px; }
/* Bath */				.bc_menu #menu_item_store_11 { width:75px;}
/* Table */				.bc_menu #menu_item_store_5 { width:80px;}
/* Accents */			.bc_menu #menu_item_store_6 { width:85px; }
/* Articles & Info */	.bc_menu #menu_item_page_9 { width:140px; }
/* What's New */		.bc_menu #menu_item_page_14 { width:110px; }
/* Find a Store */		.bc_menu #menu_item_16 { width:120px; }
/* Shop our Outlet */	.bc_menu #menu_item_17{ width:125px; }
							.bc_menu #menu_item_17 h2 a {  border-right:1px #FFFFFF; }
/* Contact Us */	.bc_menu #menu_item_31{ width:90px;; }
/* Admin 			#menu_item_5 { margin-top:-6em; position:relative; left:800px; }*/ 




