/* Start of CMSMS style sheet 'Horizontal Menu with Rollovers' */
/********************
MENU
*********************/

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

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
height:35px;
width:100%;
background:url(images/cms/green_0.jpg);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:100;
vertical-align:top;
margin-top: -5px;
}

/* menu list items */
div#menu_horiz li {
float:left;
background:url(images/cms/green_1.jpg);
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}


/* the links, that is each list item */
div#menu_horiz a {
display:block;
height:35px; 
float:left; 
background: url(images/cms/green_0.jpg); 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fff;  
font-weight: bold;
padding: 0 0 0 23px; 
}

div#menu_horiz a b {
display:block;
background:url(images/cms/green_0a.jpg) right top;
padding: 0 23px 0 0;
}

div#menu_horiz a:hover b, 
div#menu_horiz li:hover a b {
display:block; 
float:left;
background:url(images/cms/green_1a.jpg) right top; 
cursor:pointer;
padding: 0 23px 0 0;
}

/* hover state for links */
div#menu_horiz li a:hover {
background: url(images/cms/green_1a.jpg); 
cursor:pointer; 
color:#fff;
padding: 0 0 0 23px;
}
div#menu_horiz a.activeparent:hover {
background: url(images/cms/green_1a.jpg); 
cursor:pointer; 
color:#fff;
}

div#menu_horiz a.activeparent:hover b {
background: url(images/cms/green_1a.jpg) right top; 
cursor:pointer; 
color:#fff;
}

/* 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/cms/green_2.jpg); 
cursor:pointer; 
color:#fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a  b{
background: url(images/cms/green_2.jpg) right top; 
cursor:pointer; 
color:#fff;
}

div#menu_horiz h3 {
background: url(images/cms/green_1.jpg); 
font-size:11px;
padding: 10px 0px 10px 0px; /* padding inside the list item box */
margin: 0; /* margin outside each list item box */
text-decoration: none; /* no underline for links */
color: #fff;
display: block; /* IE has problems with this, fixed above */
}



/* End of 'Horizontal Menu with Rollovers' */

