/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/
a:focus
{
  -moz-outline: none;
}

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 50px;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #00000;  /* background color for the entire menu row */
background: url(images/cms/menu_top_bg.jpg) no-repeat;
   width: 100%;
   height: 50px;
   margin: 0;
text-transform: uppercase;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding-left: 198px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
font-size: 18px;
line-height: 18px;
   margin: 0 ;

}


/* the links, that is each list item */
div#menu_horiz a {

        padding-top: 17px;
	padding-right: 25px;
	padding-left: 15px;
   
   text-decoration: none; /* no underline for links */
   background-image: url(images/cms/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
   display: block; /* IE has problems with this, fixed above */
color: #FFFFFF;
}

div#menu_horiz a:hover {

 padding-top: 17px;
	padding-right: 25px;
	padding-left: 15px;
   
   text-decoration: none; /* no underline for links */
   background-image: url(images/cms/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
   display: block; /* IE has problems with this, fixed above */

color: #f7ca72;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #f7ca72;
}
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 {
    padding-top: 17px;
	padding-right: 25px;
	padding-left: 15px;
   
   text-decoration: none; /* no underline for links */
   background-image: url(images/cms/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
   display: block; /* IE has problems with this, fixed above */

color: #f7ca72;
font-size: 18px;
}

div#menu_horiz h3 {
   padding-top: 17px;
	padding-right: 25px;
	padding-left: 15px;
   
   text-decoration: none; /* no underline for links */
   background-image: url(images/cms/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
   display: block; /* IE has problems with this, fixed above */
font-weight: normal;
color: #f7ca72;
font-size: 18px;
}

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

