/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {

}



div#menu_horiz ul {
 float: right;
	margin: 0;
	padding: 62px 0 0px 0;
	list-style: none;

}


/* menu list items */
div#menu_horiz li {
  display: inline;
	font-size: 10pt;
float: left;
	background:  url(images/right.png) no-repeat right;

}


/* the links, that is each list item */
div#menu_horiz a {
  display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 12px 10px 0px 10px;
	background:  url(images/left.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
}

/*
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
*/


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 {
text-decoration: underline;
 
}


div#menu_horiz h3 {
   display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 12px 14px 0 14px;
	background:  url(images/left.png) no-repeat;
	text-decoration: underline;
	font-weight: bold;
	height: 25px;
	font-size: 10pt;

}


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

