/* Start of CMSMS style sheet 'Navigation - aCore' */
@charset "UTF-8";
/* CSS Document */
/* Start of CMSMS style sheet 'Navigation - aCore' */
/********************
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 {
	margin: 0;
	padding-top: 5px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* menu list items */
div#menu_horiz li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	padding-right: 5px;
	text-transform: lowercase;
	padding-left: 5px;
	font-weight: bold;
}


/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: normal;
}


/* hover state for links */
div#menu_horiz li a:hover {
	color: #464646;
}
div#menu_horiz a.activeparent:hover {
   
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {

}

div#menu_horiz h3, div#menu_horiz .menuactive a{
	font-size: 16px;
	color: #464646;
}


/* End of 'Navigation - aCore' */

/* End of 'Navigation - aCore' */

