.menu { padding-left:30px; width:728px !important;  width /**/ :758px; height:28px; position:relative; z-index:100; font-weight:bold; background:#000; clear:both; float:left;}

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:130px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;font-size:11px;text-decoration:none;color:#fff; height:28px;line-height:28px; text-align:center;}



#moreson{width:82px;}
#wines{width:95px;}
#bread{width:117px;}
#winery{width:119px;}
#distributors{width:85px;}
#contact{width:97px;}
#blog{width:121px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:url(../images/global/nav-bullet.gif) 10px 13px no-repeat #ece9d8; text-align:left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:url(../images/global/nav-bullet-on.gif) 10px 13px no-repeat #e3ddc6; text-decoration:none;}
.menu ul ul :hover > a.drop {background:url(../images/global/nav-bullet-on.gif) 10px 13px no-repeat #e3ddc6; text-decoration:none;}

.menu ul ul li.last{background:#cf8303; width:130px; height:8px; line-height:8px; font-size:8px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0; width:130px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { color:#000; height:auto; padding:5px 0 5px 20px; width:110px !important; width /**/ :130px; font-weight:normal; line-height:16px; color:#000;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:url(../images/global/nav-gradient.gif) repeat-x;text-decoration:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;background:url(../images/global/nav-gradient.gif) repeat-x; text-decoration:none;}

.menu li.on{color:#000; background:url(../images/global/nav-gradient.gif) repeat-x;text-decoration:none;}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}