/* Start of CMSMS style sheet 'Goallab menu' */
/********************
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 { 
	background: url(images/cms/goallab_06.jpg) repeat-x;
	width:865px;
	height: 63px;
	display: block;
font-size: 12px;
}

div#menu_horiz ul {
   margin: 0 0 0 10px;
   padding: 1px 0 0 0;
   font-weight: bold;
   height:63px;
}


/* menu list items */
div#menu_horiz li {
   float: left; 
   list-style: none; 
   margin: 0;

}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 22px 1.5em;
   margin: 0;
   text-decoration: none;
   color: #E0D2BD;

  /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;*/
   display: block; /* IE has problems with this, fixed above */
}

.currentpage {
padding: 23px 1.5em;
   background: url(images/cms/hover.jpg)  repeat-x;
   text-decoration: none;
color: #FFF;

}

div#col2 .currentpage {
background: none;
color: #000;

padding: 0;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: url(images/cms/hover.jpg) repeat-x;
   color: #FFF;
}
div#menu_horiz a.activeparent:hover {
   background: url(images/cms/hover.jpg) repeat-x;
   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/hover.jpg) repeat-x;
   color: #FFF;
}

div#menu_horiz h3 {
 
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
/*   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: 1em;                           /* instead of the normal font size for <h3> */
}

div#menu_horiz a.menuactive_menuparent {
background: url(images/cms/hover.jpg) repeat-x;
   color: #FFF;
}


/* End of 'Goallab menu' */

