/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background: #e5e2d0 url(images/css/alezan_menu.jpg) no-repeat left 0;
   margin: 0;
}

div#menu_horiz ul {
   margin: 0;
   padding: 0 0 0 38px;
   height: 30px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none;
   margin: 0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 9px .8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: transparent url(images/css/menu.jpg) no-repeat center -30px;
   color: #222;
}

div#menu_horiz a.activeparent:hover {
   background-color: transparent;
   color: #930;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #930;
   padding: 9px 1em;
}

div#menu_horiz h3 {
   padding: 9px 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background: transparent url(images/css/menu.jpg) no-repeat center 0;
   color: #930;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   font-weight: bold;
   line-height: 1em;
   overflow: hidden;
}

/* End of 'Navigation: Simple - Horizontal' */

