.menu {font: bold 12px/31px Trebuchet MS; width:960px; margin: auto}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; padding: 0 15px 0 0; position:relative;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; color:#fff; height:30px; padding: 0 10px;}
/* style the top level hover */
.menuHome a:hover, .menuStore a:hover {height: 30px}
.menu a:hover, .menu ul ul a:hover {color:#442409; background:#9EC8B2}
.menu :hover > a, .menu ul ul :hover > a {color:#442409; background:#9EC8B2;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#878749; border-top: 1px solid #442409; color:#FFFF99; height:25px; line-height:1em; padding:5px 10px; margin: -1px 0 0; width:87px}
/* style the second level hover */
.menu ul ul a.drop:hover, .menu ul ul a:hover {color:#442409; background-color: #9EC8B2}
.menu ul ul :hover > a.drop, .menu ul ul a:hover{color:#442409; background-color: #9EC8B2}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited, .menu ul ul a:hover {color:#442409; background-color: #9EC8B2; height: 25px}


/* 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:31px;left:0; width:100px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
/* 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;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* 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;}

#current {color:#FFFF99; width: auto}