/* Start of CMSMS style sheet 'ggsubmenu2' */
/* Start of CMSMS style sheet 'ggsubmenu2' */
/********************
MENU
*********************/

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

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#submenu2 {
	width: 100px;
	float: left;
	background-color: #e76f32;
	margin-right: 10px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#submenu2 ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
div#submenu2 li {
	list-style: none; /* hides the list bullet */
	margin: 0;
	padding: 0 8px 0 8px;
	display:inline;
}


/* the links, that is each list item */
div#submenu2 a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #ffffff;
	display: inline; /* IE has problems with this, fixed above */
	line-height: 30px;
        font-weight: bold;
}

div#submenu2 a:visited {
     color: #ffffff;
}


/* hover state for links */
div#submenu2 li a:hover {
	color: #566066;
}
div#submenu2 a.activeparent:hover {
   color: #566066;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#submenu2 li.activeparent a {
   color: #ffffff;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#submenu2 ul h3 {
   display: inline;
   font-weight: bold;
   color: #ffffff;                                 /* this will be link color for all levels */
   font-size:1.1em;
   margin: 0;                                  /* as <h3> normally has some margin by default */
}
/* End of 'ggsubmenu2' */

/* End of 'ggsubmenu2' */

