/* Start of CMSMS style sheet 'menu_horizontal' */
#header #menu_horiz {
width:864px;
height:40px;
clear:both;
}

#header #menu_horiz ul {
   margin: 0px;
   padding: 0;
height:40px;
float: left; 
width:864px;
clear:both;
}


#header #menu_horiz li {
   float: left; 
   list-style: none;

}


#header #menu_horiz li a {
padding-top:10px;
   text-decoration: none; 
   color: #ffffff;
   font-size: 15px;

overflow: hidden;
height: 30px;
width:140px;
float: left; 
text-align:center;
background-repeat: no-repeat;
background-position: top center;
background-image:url(images/menu_s.png);
}






#header #menu_horiz li a:HOVER {
background-position: center -40px;
}





/* hover state for links */
#header #menu_horiz li a:hover {
   /*background-color: #C3D4DF;*/
}
#header #menu_horiz a.activeparent:hover {
   /*background-color: #C3D4DF;*/
   /* color: #18507C;*/
}

/* active parent, that is the first-level parent of a child page that is the current page */
#header #menu_horiz li.activeparent a {

color: #0077aa;
background-position: bottom center;
}

#header #menu_horiz li h3 {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #0077aa;
   /*background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 15px;                           /* instead of the normal font size for <h3> */
  font-weight: normal;
overflow: hidden;
padding-top:10px;
height: 30px;
width:140px;
float: left; 
text-align:center;
background-repeat: no-repeat;
background-position: bottom center;
background-image:url(images/menu_s.png);
}



#header span{background-repeat: no-repeat;
float: left; width: 12px; height: 40px ;text-align: center; 
}	


#header #menu_horiz li .bMenu{

text-align:center;

background-image:url(images/menu_l.png);
}

#header #menu_horiz li  .eMenu{


text-align:center;

background-image:url(images/menu_p.png);
}
/* End of 'menu_horizontal' */

