/* Start of CMSMS style sheet 'Stratosphere: Navigation Horizontal CSS' */
/********************
MENU
*********************/

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
/*background-color: #F5C816; */
width:780px;
height:30px;
margin:20px 30px;
font-family:Arial, Helvetica, sans-serif;
/*font-family:Georgia, serif;*/
}


div#menu_horiz ul {
margin:0;
padding:10px;
text-align:center;
}


div#menu_horiz li {
display:inline;
list-style-type: none;
}


div#menu_horiz li a {
height:30px;
background: url(images/layout/nav-btn-bg.jpg) bottom left repeat-x;
border:1px solid #f2c840;
padding:4px 8px;
margin:0px 6px; /* margin outside each list item box */
text-decoration: none; /* no underline for links */
color:#000;
font-weight:bold;
font-size:14px;
}


/* hover state for links */
div#menu_horiz li a:hover {
/*color: #CE2318;*/
color:#fff;
background: url(images/layout/nav-btn-bg-hover.jpg) bottom left repeat-x;
border:1px solid #f2c840;
}

div#menu_horiz a.activeparent:hover {
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 {
color: #fff;
}

div#menu_horiz h3 {
color:#fff;
background: url(images/layout/nav-btn-bg-hover.jpg) bottom left repeat-x;
border:1px solid #c91c30;
padding:4px 8px;
/*padding: .6em 1em .6em 1.4em;*/
margin: 0 6px; /* margin outside each list item box */
text-decoration:none;
text-transform:uppercase;
/*color: #CE2318;*/
display:inline;
font-size:120%;  /* instead of the normal font size for <h3> */
}

/* End of 'Stratosphere: Navigation Horizontal CSS' */

