/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 .hoznav { /*added to contain whole element*/
 
 text-align:center;
 padding:0px;
 margin:0  auto; /*needed to center the nav*/
 height:25px;
 width:625px;/*MATCH TOTAL WIDTH OF GIFS*/
  /*display:block; /* IE 6 / 8 fix?*/
 }
* html .hoznav { display:inline;} /* IE 6 / 8 double Padding bug */

.menu, .menu ul { list-style-type:none; padding:0; margin:0; font-family:arial, helvetica, verdana, sans-serif; font-size:12px;}
 
/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; }
 
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; font-size:12px;}
 
/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:12px;} /* move the link text off screen */

/* pre-load the hover images into the lists *************************************************/
.menu li.p1 {width:125px; background:url(../images/new_images_ov.gif) no-repeat;}
.menu li.p2 {width:125px; background:url(../images/food_ov.gif) no-repeat;}
.menu li.p3 {width:125px; background:url(../images/educational_ov.gif) no-repeat;}
.menu li.p4 {width:125px; background:url(../images/sketchbook_ov.gif) no-repeat;}
.menu li.p5 {width:125px; background:url(../images/about_contact_ov.gif) no-repeat;}

/* set up the normal unhovered images in the links *********************************************/
.menu li a#new {width:125px; background:url(../images/new_images.gif) no-repeat;}
.menu li a#food {width:125px; background:url(../images/food.gif) no-repeat;}
.menu li a#educational {width:125px; background:url(../images/educational.gif) no-repeat;}
.menu li a#sketchbook {width:125px; background:url(../images/sketchbook.gif) no-repeat;}
.menu li a#contact {width:125px; background:url(../images/about_contact.gif) no-repeat;}

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) ***************************************/
.menu li a#new:hover, .menu li:hover a#new,
.menu li a#food:hover, .menu li:hover a#food,
.menu li a#educational:hover, .menu li:hover a#educational,
.menu li a#sketchbook:hover, .menu li:hover a#sketchbook,
.menu li a#contact:hover, .menu li:hover a#contact{

background:transparent;
}
 
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */
 
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
.menu :hover ul {left:0; top:25px; background: #FFFFFF; margin:0; padding:0px; white-space:nowrap; height:auto; z-index:300;}
.menu :hover ul li {display:block; /*min-height:24px;*/ position:relative; border:0px solid #4D453C; border-width:0 0px 0px; margin:0; width:auto;}
.menu :hover ul li a {display:block; color:#4D453C; /*min-height:24px;*/ /*line-height:24px;*/ width:auto; padding:7px 0px 7px 10px; text-decoration:none;}/* line-height (off) and padding altered*/
.menu :hover ul li a:hover {background:#877969; color:#FFFFFF;}
 
 /* Various width setting for the drop-down menu lists*/
 /* not in uses
.menu ul.sub1 {
width:216px;
}
.menu ul.sub2 {
width:208px;
}
.menu ul.sub3 {
width:295px;
}

*/
