#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:776px; height:28px; position:relative; z-index:100;border-bottom:1px solid #87C234; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:776px; w\idth:776px;}
/* 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:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited, 
.menu a:active, .menu a:hover {display:block; width:130px; height:28px; line-height:28px;font:normal 10px Verdana; text-decoration:none; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:130px; w\idth:130px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul{ position:absolute;height:0;top:6px !important; left:151px !important; }

.menu img{border:0;}

/* 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:152px !important;border-top:1px solid #b0d37c;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:153px; top:-1px; width:153px;}

/* position the fourth level flyout menu */
.menu ul ul ul ul{left:153px; top:-1px; width:153px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-153px;}

/* 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,
.menu ul ul a:active, .menu ul ul a:hover{background:#f7fbe8; color:#000; height:auto; line-height:1em; padding:5px 10px; border-width:0 1px 1px 1px; border-color:#b0d37c; border-style:solid;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:130px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#82bf28;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff; background:#82bf28;}

/* 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 ul,
.menu ul :hover ul ul{ visibility:hidden; }
.menu ul ul ul ul{ visibility:hidden !important; }

/* keep the third level hidden when you hover on second level */

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu ul :hover ul :hover ul :hover ul{ visibility:visible !important;}


#Home2{background: url(../images/nav_home.gif) no-repeat top; width:132px; }
#DogDept2{background: url(../images/nav_dogDept.gif) no-repeat top; width:152px !important; }
#CatDept2{background: url(../images/nav_catDept.gif) no-repeat top; width:152px; }
#SameDay2{background: url(../images/nav_FAQ.gif) no-repeat top; width:152px; }
#Neighborhood2{background: url(../images/nav_yourNeighborhood.gif) no-repeat top; width:162px; }

#Home2:hover{background: url(../images/nav_home.gif) no-repeat bottom; width:132px; }
#DogDept2:hover {background: url(../images/nav_dogDept.gif) no-repeat bottom; width:152px; }
#CatDept2:hover {background: url(../images/nav_catDept.gif) no-repeat bottom; width:152px; }
#SameDay2:hover {background: url(../images/nav_FAQ.gif) no-repeat bottom; width:152px; }
#Neighborhood2:hover {background: url(../images/nav_yourNeighborhood.gif) no-repeat bottom; width:162px; }