@charset "utf-8";
/* CSS Document */
.wb_menu {
position:relative;
z-index:1000;
font-size:90%;
height:235px;
margin:0px 0 0 0px; /* this page only */
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.wb_menu ul {
padding:0;
margin:0;
list-style-type:none;
width:149px;
position:relative;
border:1px  dotted #888;
border-width:1px 1px 0 1px;
background:#9bb;
}

.wb_menu li {

height: auto;
}
.wb_menu li#category a.category,.wb_menu li#category a.category:visited{
background: url(/img/site/gifs/main_menu/_notes/2001.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#category a.category:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2002.gif) no-repeat 0 0 ; }
.wb_menu li#category :hover > a {
color:#fff; 
background:#999;

}
.wb_menu li#category ul li a {
color:#fff; 
background:#666;
text-indent:0px;
line-height:inherit;
height:auto;
padding:5px 0 5px 5px;
}


.wb_menu li#recipient a.recipient,.wb_menu li#recipient a.recipient:visited{
background: url(/img/site/gifs/main_menu/_notes/2019.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#recipient a.recipient:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2020.gif) no-repeat 0 0 ; }

.wb_menu li#recipient ul li a {
color:#fff; 
background:#666;
text-indent:0px;
line-height:inherit;
height:auto;
padding:5px 0 5px 5px;
}
.wb_menu li#recipient :hover > a {
color:#fff; 
background:#999;

}

.wb_menu li#occasion a.ossasion,.wb_menu li#occasion a.ossasion:visited{
background: url(/img/site/gifs/main_menu/_notes/2015.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#occasion a.ossasion:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2016.gif) no-repeat 0 0 ; }

.wb_menu li#occasion ul li a {
color:#fff; 
background:#666;
text-indent:0px;
line-height:inherit;
height:auto;
padding:5px 0 5px 5px;

}
.wb_menu li#occasion :hover > a {
color:#fff; 
background:#333;

}


.wb_menu li#event a.event,.wb_menu li#event a.event:visited{
background: url(/img/site/gifs/main_menu/_notes/2005.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#event a.event:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2006.gif) no-repeat 0 0 ; }

.wb_menu li#event ul li a {
color:#fff; 
background:#666;
text-indent:0px;
line-height:inherit;
height:auto;
padding:5px 0 5px 5px;
}
.wb_menu li#event :hover > a {
color:#fff; 
background:#333;
}



.wb_menu li#sentiment a.sentiment,.wb_menu li#sentiment a.sentiment:visited{
background: url(/img/site/gifs/main_menu/_notes/2023.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#sentiment a.sentiment:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2024.gif) no-repeat 0 0 ; }

.wb_menu li#sentiment ul li a {
color:#fff; 
background:#666;
text-indent:0px;
line-height:inherit;
height:auto;
padding:5px 0 5px 5px;
}
.wb_menu li#sentiment :hover > a {
color:#fff; 
background:#333;
}


.wb_menu li#store a.store,.wb_menu li#store a.store:visited{
background: url(/img/site/gifs/main_menu/_notes/2027.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#store a.store:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2028.gif) no-repeat 0 0 ; }

.wb_menu li#store ul li a {
color:#fff; 
background:#666;
text-indent:9px;
line-height:inherit;
height:auto;
padding:5px 0 5px 0;
}
.wb_menu li#store :hover > a {
color:#fff; 
background:#333;
}

.wb_menu li#gift a,.wb_menu li#gift a:visited{
background: url(/img/site/gifs/main_menu/_notes/giftguide_teal.gif) no-repeat 0 0 ;
height:30px;
line-height:30px;
text-indent:-99999px;
}
 .wb_menu li#gift a:hover {color:#fff; background: url(/img/site/gifs/main_menu/_notes/2013.gif) no-repeat 0 0 ; }

.wb_menu li#gift ul li a {
color:#fff; 
background:#666;
text-indent:9px;
line-height:inherit;
height:auto;
}
.wb_menu li#gift :hover > a {
color:#fff; 
background:#333;
}

* html .wb_menu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.wb_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.wb_menu a, .wb_menu a:visited {
display:block; 
text-decoration:none;
height: auto;
line-height: inherit;
width:149px;
color:#000;
border-bottom:1px  dotted #888;
background:transparent;

}
/* style the link hover */
* html .wb_menu a:hover {color:#fff; background:#999;}

.wb_menu :hover > a {
color:#fff; 
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.wb_menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:149px;
width:149px;
}
/* make the second level visible when hover on first level list OR link */
.wb_menu ul li:hover ul,
.wb_menu ul a:hover ul {
visibility:visible;
background:#dde;
}
.wb_menu ul.top1 {top:-1px;}
.wb_menu ul.top2 {top:31px;}
.wb_menu ul.top3 {top:61px;}
.wb_menu ul.top4 {top:91px;}
.wb_menu ul.top5 {top:121px;}
.wb_menu ul.top6 {top:154px;}
.wb_menu ul.top7 {top:155px;}