#menu_shop {width:660px; height:84px; font-size:12px; position:relative; z-index:100; background-color:#f1eeda;}
/* hack to correct IE5.5 faulty box model */
* html #menu_shop {width:661px; w\idth:660px;}
/* remove all the bullets, borders and padding from the default list styling */
#menu_shop ul {padding:0;margin:0;list-style-type:none; padding-top:14px;}
#menu_shop ul ul {width:136px;}
#menu_shop ul li {width:136px; display:block; padding-left:14px; padding-right:14px; background:url(../images/vertical_line.gif) right repeat-y;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_shop li {width:136px;position:relative; text-align: left; float:left; }
/* style the links for the top level */
#menu_shop a, #menu_shop a:visited {display:block;font-size:14px; font-style:italic; text-decoration:none; color:#fff; height:48px; background-color:#afbd22; line-height:18px; padding-top:8px; padding-left:14px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_shop a, * html #menu_shop a:visited {width:136px; w\idth:120px; text-decoration:none;}

/* style the second level background */
#menu_shop ul ul a.drop, #menu_shop ul ul a.drop:visited {background:#afbd22; text-decoration:none;}
/* style the second level hover */
#menu_shop ul ul a.drop:hover{background:#d66eb4; text-decoration:none;}
#menu_shop ul ul :hover > a.drop {background:#d66eb4; text-decoration:none;}
/* style the third level background */
#menu_shop ul ul ul a, #menu_shop ul ul ul a:visited {background:#e2dfa8; text-decoration:none;}
/* style the third level hover */
#menu_shop ul ul ul a:hover {background:#676200; text-decoration:none;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_shop ul ul {visibility:hidden;position:absolute;height:0;top:43px;left:0; width:149px;}
/* another hack for IE5.5 */
* html #menu_shop ul ul {top:42px;t\op:43px;}

/* position the third level flyout menu */
#menu_shop ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#menu_shop ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_shop table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#menu_shop ul ul a, #menu_shop ul ul a:visited {background:#afbd22; color:#000; height:auto; line-height:18px; padding:5px 10px; width:116px;border-width:0 1px 1px 1px; font-size:12px; font-style:normal; font-weight: bold; background:url(../images/line_menu2.jpg) bottom repeat-x #AFBD22; text-decoration:none;}
/* yet another hack for IE5.5 */
* html #menu_shop ul ul a, * html #menu_shop ul ul a:visited {width:150px;w\idth:116px; font-weight:bold; text-decoration:none;}

/* style the top level hover */
#menu_shop a:hover, #menu_shop ul ul a:hover{color:#fff; background:#676200; font-weight:bold; text-decoration:none;}
#menu_shop :hover > a, #menu_shop ul ul :hover > a {color:#fff;background:#676200; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
#menu_shop ul li:hover ul,
#menu_shop ul a:hover ul{visibility:visible; text-decoration:none; }
/* keep the third level hidden when you hover on first level list OR link */
#menu_shop ul :hover ul ul{visibility:hidden; text-decoration:none;}
/* make the third level visible when you hover over second level list OR link */
#menu_shop ul :hover ul :hover ul{ visibility:visible; text-decoration:none;}
#menu_shop ul li ul li {background:none;}
