/* Start of CMSMS style sheet 'hori_welsh menu css' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      background-color: #00B05B;
      width: 100%;
      margin: 0px 0px 0px 0px;
      text-align: center;
      font-size:70%;
      color:#ffffff;
      height: 15px;
      font-height: bold;
      
      
    }
    div#menu_horiz ul {
        margin: 0;
        padding: 0;
        list-style: none;      
        
    }
    div#menu_horiz li {
        float: left;
        display: block;
        list-style: none;
        margin: 0 ;
        
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: block;
        padding: 3px 15px; 
        font-weight: bold;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        color: #ffffff;
        background: ##00B05B;
    }
div#menu_horiz li a:hover {
	background-color: #CE2422;
        
}


    div#menu_horiz .activeparent {
        display: block;
       
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: #CE2422;
        
    }


    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #00B05B;        
    }

/* END NAV */

div#menu_horiz li.active01 h3 {
        display: block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-size: 1em;
        line-height: 1em%;
        text-decoration: none;
        margin: 0;
        color: #ffffff;
        background-color: blue;
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  background-color: #CE2422;
  }


#menu_horiz li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

/* End of 'hori_welsh menu css' */

