/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/************************************************************
Hack for Internet Explorer
************************************************************/
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/************************************************************
Black background-color for the entire menu row
White text color
Menu items have no borders
************************************************************/
#menu_horiz {
    margin: 0;
    text-transform: uppercase;
    margin-right: 30px;
    height: 2.9em;
}

#menu_horiz table {
    background-color: #000; /* background color for the entire menu row */
    float: right;
}


/************************************************************
The rounded corners
************************************************************/
#menu_left_corner {
    width:23px;
    height: inherit;
    background: #999 url(images/wellies/menu_corner_left.jpg) bottom no-repeat;
    float: left;
    height: 35px;
}

#menu_right_corner {
    width:23px;
    height: inherit;
    background: #000 url(images/wellies/menu_corner_right.jpg) bottom no-repeat;
    float: right;
    height: 35px;
}

/* The menu ul box has no border */
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

div#menu_horiz li {
   float: left;         /* makes the list horizontal */
   list-style: none;    /* hides the list bullet */ 
   margin: 0;
}

div#menu_horiz a {
    display: block;
    padding: 0.4em 0.6em 0.6em 0.6em;
    color: #FFF;
    margin: 0;              /* margin outside each list item box */
    text-decoration: none;  /* no underline for links */
    font-size: 1.1em;
}

div#menu_horiz li a:hover {
   color: #8FB7C1;
}

/* Current page */
div#menu_horiz h3 {
    line-height: 1em;
    margin: 0;
    padding: 0.4em 0.6em 0.6em 0.6em;
    margin: 0;                   /* margin outside each list item box */
    text-decoration: none;       /* no underline for links */
    color: #8FB7C1;
    display: block;              /* IE has problems with this, fixed above */
    font-size: 1.1em;            /* instead of the normal font size for <h3> */
}


/************************************************************
Items below are not used by the site
Keeping for future compatibility
************************************************************/
div#menu_horiz a.activeparent:hover {
   color: #507684;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #B5C2C8; 
   color: #000;
}

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

