/**
* Spidergourmet.com Menu Style
*/



div.menu {

position: absolute;
top: 0px;
left: 0px;
z-index: 100;
visibility: hidden;
background-color:#ffffff;
background-image:url(/images/topnav/dd-bg.gif);
background-position:top left;
background-repeat:repeat-x;
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 11px;
border: solid 1px #000;
padding-bottom: 10px;
border-top-width: 0px;
cursor: default;
}

div.menu a {
text-decoration: none;
}

a.menuItem,
a.menuItem:visited,
a.menuItem:hover,
a.menuItem:active {
text-align: left;
position: relative;
line-height:24px;
top: 0px;
left: 0px;
display: block;
width: 185px;
margin-left: 10px;
height: 24px;
padding-left:10px;
color: #000000;
white-space: nowrap;
background-image: url(/images/topnav/highlight-black.gif);
background-repeat:no-repeat;
background-position: 0px -24px;
}

a.menuItem:hover {
background-position: 0px 0px;
color: #fff;
}

a.menuItemHighlight,
a.menuItemHighlight:visited,
a.menuItemHighlight:hover,
a.menuItemHighlight:active {
background-image: url(/images/topnav/highlight-black.gif);
background-repeat:no-repeat;
color: #fff;
}

