﻿
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font-size: 13px;
 font-family: Georgia, sans-serif;
 z-index:999;
 font-weight: normal;
 position: relative;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
-moz-box-shadow: 0px 17px 17px 3px rgba(0, 0, 0, .35);
-webkit-box-shadow: 0px 17px 17px 3px rgba(0, 0, 0, .35);
 display: none;
 position: absolute;
 top: 1.0em;
 margin: 30px 5px 5px -10px; /* I'm using ems and px to allow people to zoom their font */
 left: 10px;
 width: 225px;
 padding: 10px 10px 8px 8px;
 z-index: 999;
 background: #fff;
}

.wshomenavigation .menulist ul { padding: 0px 10px 8px 8px; }

.menulist ul li a {
	height:auto;
	text-indent:0;
    padding:4px 0 4px 8px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 height:auto;
 z-index: 999;
}


/* Links inside the menu */
.menulist a {
 display: block;
 height:43px;
 color: #000;
 text-decoration: none;
 text-indent:-9999px;
outline-color: invert;
outline-style: none;
outline-width: medium;
}
.menulist a:hover {
	text-decoration:none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
}
.menulist a.highlighted {
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 color: #a64f2e;
 background: #fff;
}
.menulist ul a.highlighted {
 color: #a64f2e;
 background: #fff;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

.New a {
	width:58px;
    margin:0 13px;
    background:url(/images/New.gif) left top no-repeat;
}
.New a:hover, .New a.highlighted:hover, .New a:focus, .New a.highlighted, .New em {
	background:url(/images/New.gif) left top no-repeat;
}
.Tableware a {
	width:108px;
    margin:0 13px;
    background:url(/images/Tableware.gif) left top no-repeat;
}
.Tableware a:hover, .Tableware a.highlighted:hover, .Tableware a:focus, .Tableware a.highlighted, .Tableware em {
	background:url(/images/Tableware.gif) left top no-repeat;
}
.KitchenBath a {
	width:158px;
    margin:0 13px;
    background:url(/images/KitchenBath.gif) left top no-repeat;
}
.KitchenBath a:hover, .KitchenBath a.highlighted:hover, .KitchenBath a:focus, .KitchenBath a.highlighted, .KitchenBath em {
	background:url(/images/KitchenBath.gif) left top no-repeat;
}
.Furniture a {
	width:108px;
    margin:0 13px;
    background:url(/images/Furniture.gif) left top no-repeat;
}
.Furniture a:hover, .Furniture a.highlighted:hover, .Furniture a:focus, .Furniture a.highlighted,.Furniture em {
	background:url(/images/Furniture.gif) left top no-repeat;
}
.Garden a {
	width:81px;
    margin:0 13px;
    background:url(/images/Garden.gif) left top no-repeat;
}
.Garden a:hover, .Garden a.highlighted:hover, .Garden a:focus, .Garden a.highlighted, .Garden em {
	background:url(/images/Garden.gif) left top no-repeat;
}
.Gifts a {
	width:55px;
    margin:0 13px;
    background:url(/images/Gifts.gif) left top no-repeat;
}
.Gifts a:hover, .Gifts a.highlighted:hover, .Gifts a:focus, .Gifts a.highlighted, .Gifts em {
	background:url(/images/Gifts.gif) left top no-repeat;
}
.Sale a {
	width:63px;
    margin:0 13px;
    background:url(/images/Sale.gif) left top no-repeat;
}
.Sale a:hover, .Sale a.highlighted:hover, .Sale a:focus, .Sale a.highlighted, .Sale em {
	background:url(/images/Sale.gif) left top no-repeat;
}

#homenavigation .Sale ul { margin-left: -65px; }

.Holiday a {
    width:126px;
    height: 44px;
    margin:0 13px;
    background:url(/images/Holiday-holly.gif) left top no-repeat;
}

.Holiday a:hover, .Holiday a.highlighted:hover, .Holiday a:focus, .Holiday a.highlighted, .Holiday em {
	background:url(/images/Holiday-holly.gif) left top no-repeat;
}

.Decor a {
    width:64px;
    margin:0 13px;
    background:url(/images/Decor.gif) left top no-repeat;
}

.Decor a:hover, .Decor a.highlighted:hover, .Decor a:focus, .Decor a.highlighted, .Decor em {
	background:url(/images/Decor.gif) left top no-repeat;
}

#homenavigation .menulist #top8
{
    margin-right: 0px;
}

.menulist li li a {
	width:150px;
    width/**/:/**/ 217px;
    background:#fff;
    margin:0;
}
.menulist li li a:hover
{
	width:150px;
    width/**/:/**/ 217px;
	background:#fff;
}

#atop1 a {
	width:58px;
    margin:0 13px;
    background:url(/images/menu1.gif) left bottom no-repeat;
}

#atop2 a {
	width:113px;
    margin:0 13px;
    background:url(/images/menu2.gif) left bottom no-repeat;
}

#atop3 a {
	width:169px;
    margin:0 13px;
    background:url(/images/menu3.gif) left bottom no-repeat;
}

#atop4 a {
	width:105px;
    margin:0 13px;
    background:url(/images/menu4.gif) left bottom no-repeat;
}

#atop5 a {
	width:68px;
    margin:0 13px;
    background:url(/images/menu5.gif) left bottom no-repeat;
}

#atop6 a {
	width:82px;
    margin:0 13px;
    background:url(/images/menu6.gif) left bottom no-repeat;
}

#atop7 a {
	width:63px;
    margin:0 13px;
    background:url(/images/menu7.gif) left bottom no-repeat;
}

#atop8 a {
    width:98px;
    margin:0 13px;
    background:url(/images/menu9.gif) left bottom no-repeat;
}


#atop1 li a,
#atop2 li a,
#atop3 li a,
#atop4 li a,
#atop5 li a,
#atop6 li a,
#atop7 li a,
#atop8 li a {
	width:150px;
    width/**/:/**/ 142px;
    background:#fff;
    margin:0;
}

#atop1 li a:focus,
#atop2 li a:focus,
#atop3 li a:focus,
#atop4 li a:focus,
#atop5 li a:focus,
#atop6 li a:focus,
#atop7 li a:focus,
#atop8 li a:focus {
	width:150px;
    width/**/:/**/ 142px;
	background:#fff;
}
#wstop1 a {
	width:158px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu1.gif) left top no-repeat;
}
#wstop1 a:hover, #wstop1 a.highlighted:hover, #wstop1 a:focus, #wstop1 a.highlighted, #wstop1 em {
	background:url(/WholeSale/images/wsmenu1.gif) left bottom no-repeat;
}
#wstop2 a {
	width:88px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu2.gif) left top no-repeat;
}
#wstop2 a:hover, #wstop2 a.highlighted:hover, #wstop2 a:focus, #wstop2 a.highlighted, #wstop2 em {
	background:url(/WholeSale/images/wsmenu2.gif) left bottom no-repeat;
}
#wstop3 a {
	width:109px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu3.gif) left top no-repeat;
}
#wstop3 a:hover, #wstop3 a.highlighted:hover, #wstop3 a:focus, #wstop3 a.highlighted, #wstop3 em {
	background:url(/WholeSale/images/wsmenu3.gif) left bottom no-repeat;
}
#wstop4 a {
	width:95px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu4.gif) left top no-repeat;
}
#wstop4 a:hover, #wstop4 a.highlighted:hover, #wstop4 a:focus, #wstop4 a.highlighted, #wstop4 em {
	background:url(/WholeSale/images/wsmenu4.gif) left bottom no-repeat;
}
#wstop5 a {
	width:72px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu5.gif) left top no-repeat;
}
#wstop5 a:hover, #wstop5 a.highlighted:hover, #wstop5 a:focus, #wstop5 a.highlighted, #wstop5 em {
	background:url(/WholeSale/images/wsmenu5.gif) left bottom no-repeat;
}
#wstop6 a {
	width:52px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu6.gif) left top no-repeat;
}
#wstop6 a:hover, #wstop6 a.highlighted:hover, #wstop6 a:focus, #wstop6 a.highlighted, #wstop6 em {
	background:url(/WholeSale/images/wsmenu6.gif) left bottom no-repeat;
}
#wstop7 a {
	width:115px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu7.gif) left top no-repeat;
}
#wstop7 a:hover, #wstop7 a.highlighted:hover, #wstop7 a:focus, #wstop7 a.highlighted, #wstop7 em {
	background:url(/WholeSale/images/wsmenu7.gif) left bottom no-repeat;
}
#wstop8 a {
    width:82px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu8.gif) left top no-repeat;
}

#wstop8 a:hover, #wstop8 a.highlighted:hover, #wstop8 a:focus, #wstop8 a.highlighted, #wstop8 em {
	background:url(/WholeSale/images/wsmenu8.gif) left bottom no-repeat;
}
#wstop9 a {
    width:98px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu9.gif) left top no-repeat;
}

#wstop9 a:hover, #wstop9 a.highlighted:hover, #wstop9 a:focus, #wstop9 a.highlighted, #wstop9 em {
	background:url(/WholeSale/images/wsmenu9.gif) left bottom no-repeat;
}

#wstop1 li a,
#wstop2 li a,
#wstop3 li a,
#wstop4 li a,
#wstop5 li a,
#wstop6 li a,
#wstop7 li a,
#wstop8 li a,
#wstop9 li a {
	width: auto;
    background:#fff;
}
#wstop1 li a:hover,
#wstop2 li a:hover,
#wstop3 li a:hover,
#wstop4 li a:hover,
#wstop5 li a:hover,
#wstop6 li a:hover,
#wstop7 li a:hover,
#wstop8 li a:hover,
#wstop9 li a:hover,
#wstop1 li a:focus,
#wstop2 li a:focus,
#wstop3 li a:focus,
#wstop4 li a:focus,
#wstop5 li a:focus,
#wstop6 li a:focus,
#wstop7 li a:focus,
#wstop8 li a:focus,
#wstop9 li a:focus {
	width:auto;
	background:#fff;
}

#wsatop1 a {
	width:158px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu1.gif) left bottom no-repeat;
}

#wsatop2 a {
	width:88px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu2.gif) left bottom no-repeat;
}

#wsatop3 a {
	width:109px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu3.gif) left bottom no-repeat;
}

#wsatop4 a {
	width:95px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu4.gif) left bottom no-repeat;
}

#wsatop5 a {
	width:72px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu5.gif) left bottom no-repeat;
}

#wsatop6 a {
	width:50px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu6.gif) left bottom no-repeat;
}

#wsatop7 a {
	width:115px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu7.gif) left bottom no-repeat;
}

#wsatop8 a {
    width:82px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu8.gif) left bottom no-repeat;
}

#wsatop9 a {
    width:98px;
    margin:0 13px;
    background:url(/WholeSale/images/wsmenu9.gif) left bottom no-repeat;
}


#wsatop1 li a,
#wsatop2 li a,
#wsatop3 li a,
#wsatop4 li a,
#wsatop5 li a,
#wsatop6 li a,
#wsatop7 li a,
#wsatop8 li a,
#wsatop9 li a {
	width:auto;
    background:#fff;
}

#wsatop1 li a:focus,
#wsatop2 li a:focus,
#wsatop3 li a:focus,
#wsatop4 li a:focus,
#wsatop5 li a:focus,
#wsatop6 li a:focus,
#wsatop7 li a:focus,
#wsatop8 li a:focus,
#wsatop9 li a:focus {
	width:auto;
	background:#fff;
}



