/* ================================================================
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/menus/pro_drop.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.
=================================================================== */

#multi-level {height:80px; width: 990px; position:relative; z-index:100;  margin: 0 auto;}
#multi-level .pad {float:left;}

ul#sjfmenu { margin-left: 0px; }

#sjfmenu li { margin-bottom: 0; }

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
#sjfmenu, #sjfmenu ul {list-style-type:none; padding:0; margin:0; font-family: Geneva, Arial, Helvetica, sans-serif; color: #808080;}

/* Set up the top level list items and float left to place inline */
#sjfmenu 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 */
#sjfmenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
#sjfmenu li.top { margin-right: 15px;}
#sjfmenu li.top a.top_link {display:block; float:left; height:80px;}
#sjfmenu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
#sjfmenu li.p1, #home #sjfmenu li a#navhome           {width:144px; background:url(../images/nav_home.jpg) -144px top no-repeat;}
#sjfmenu li.p2, #kitchen #sjfmenu li a#navkitchen     {width:144px; background:url(../images/nav_kitchen.jpg) -144px top no-repeat;}
#sjfmenu li.p3, #lifestyle #sjfmenu li a#navlifestyle {width:144px; background:url(../images/nav_lifestyle.jpg) -144px top no-repeat;}
#sjfmenu li.p4, #community #sjfmenu li a#navcommunity {width:143px; background:url(../images/nav_community.jpg) -143px top no-repeat;}
#sjfmenu li.p5, #blog #sjfmenu li a#navblog        {width:145px; background:url(../images/nav_blog.jpg) -145px top no-repeat;}


/* set up the normal unhovered images in the links */
#sjfmenu li a#navhome      {width:144px; background:url(../images/nav_home.jpg) no-repeat left top;}
#sjfmenu li a#navkitchen   {width:144px; background:url(../images/nav_kitchen.jpg) no-repeat left top;}
#sjfmenu li a#navlifestyle {width:144px; background:url(../images/nav_lifestyle.jpg) no-repeat left top;}
#sjfmenu li a#navcommunity {width:143px; background:url(../images/nav_community.jpg) no-repeat left top;}
#sjfmenu li a#navblog      {width:145px; background:url(../images/nav_blog.jpg) no-repeat left top;}

/* Style the list OR link hover. Depends on which browser is used */
#sjfmenu a:hover {visibility:visible;} /* for IE6 */
#sjfmenu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
#sjfmenu li a#navhome:hover, #sjfmenu li:hover a#navhome,
#sjfmenu li a#navkitchen:hover, #sjfmenu li:hover a#navkitchen,
#sjfmenu li a#navlifestyle:hover, #sjfmenu li:hover a#navlifestyle,
#sjfmenu li a#navcommunity:hover, #sjfmenu li:hover a#navcommunity,
#sjfmenu li a#navblog:hover, #sjfmenu li:hover a#navblog
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
#sjfmenu ul,
#sjfmenu :hover ul ul,
#sjfmenu :hover ul :hover ul ul,
#sjfmenu :hover ul :hover ul :hover ul ul,
#sjfmenu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
#sjfmenu :hover ul.sub {
   top: 80px;  
   width: 144px;  
   left: 0px;    
   padding: 0px 0 0px 0;
   white-space: nowrap;
   height:auto;
   text-align: left; 
}

#x1 { width: 144px; background-color: #fdd55e; }
#x2 { width: 144px; background-color: #95ca79; }
#x3 { width: 144px; background-color: #a5ced5; }
#x4 { width: 143px; background-color: #9094b6; }
/*#x4 { width: 143px; background-color: #f9ab56; }*/


#sjfmenu :hover ul.sub li {
   display: block;  
   float:left;
   width:100%;
   font-weight: bold;
   font-style: normal;    
}


#sjfmenu :hover ul.sub li a {
   display: block;
	font-size: 13px;
   width:100%;
	line-height: 40px;  
   text-align: center;
   color: #fff;
   /*font-weight: normal;*/
   text-decoration: none; 
   border-bottom: 1px solid #fff;

}

#sjfmenu :hover ul#x1 li a:hover { background-color: #ffbe00; } 
#sjfmenu :hover ul#x2 li a:hover { background-color: #72b84c; }   
#sjfmenu :hover ul#x3 li a:hover { background-color: #76c0cc; } 
#sjfmenu :hover ul#x4 li a:hover { background-color: #acafc8; } 
/*#sjfmenu :hover ul#x4 li a:hover { background-color: #f78f1e; } */

