/* Start of CMSMS style sheet 'Foodmate - nav horiz 2010' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background-color: #transparent;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   height: 30px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height: 30px;
}

div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; 
   margin: 10px 0 0 10px;
   height: 30px;
}

div#menu_horiz a {
   height: 18px;
   padding: 7px 20px 5px 23px; 
   margin: 0; 
   text-decoration: none; 
   color: #FFF;
   display: block; 
}

/* hover state for links */
div#menu_horiz li a:hover {
   height: 17px;
   background: transparent url(images/v2/bg_menu_li.png) no-repeat left center;
   color: #1080ac;
   display: block; 
}

div#menu_horiz a.activeparent:hover {
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/v2/bg_menu_li.png) no-repeat;
   color: #1080ac;
}

div#menu_horiz h3 {
   height: 18px;
   padding: 7px 20px 5px 23px; 
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #1080ac;
   background: transparent url(images/v2/bg_menu_li.png) no-repeat left center;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#menu_horiz a span#bgwhite {
   padding: 4px 10px 3px 10px;
}
div#menu_horiz li.activeparent a span#bgwhite,
div#menu_horiz a:hover span#bgwhite {
   background: #fff;
   padding: 4px 10px 3px 10px;
}
div#menu_horiz h3 span#bgwhite {
   background: #fff;
   padding: 4px 10px 3px 10px;
}

/* End of 'Foodmate - nav horiz 2010' */

