/* Start of CMSMS style sheet 'navigation_portal_horizontal' */
/********************
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 {
	width: 636px;
	height: 86px;
	margin: 0 auto;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


/* menu list items */
div#menu_horiz li {
	display: inline;
}


/* the links, that is each list item */
div#menu_horiz a {
	width: 106px;
	height: 6px;
	padding: 40px 0px;
	float: left;
	background:url(uploads/images/portal/but_1.jpg);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Serif;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	color: #DCDCDC;
	padding: auto;
}


/* hover state for links */
div#menu_horiz li a:hover {
	text-decoration: none;
	background:url(uploads/images/portal/but_1_act.jpg);
	color: #FFFFFF;
}

/* 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(uploads/images/portal/but_1_act.jpg);
   color: #fff;
}

div#menu_horiz h3 {
	width: 106px;
	height: 6px;
	padding: 40px 0px;
	float: left;	
	background:url(uploads/images/portal/but_1_act.jpg);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Serif;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	color: #DCDCDC;                        /* instead of the normal font size for <h3> */
}

/* End of 'navigation_portal_horizontal' */

