/* Start of CMSMS style sheet 'Navigation: Simple - 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 {
	background-color: #48B4D8;  /* background color for the entire menu row */
	width: auto;
	background-image: url(images/APP-Template/main-menu-repeat.png);
	background-repeat: repeat-x;
	height: 39px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
 	z-index: 1;
}
 
#header_image{
	position: absolute;
	top: -167px;
	right: 0px;
 	z-index: 2;
}
/* 
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;
	height:2.2em;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border-right-width: 3px;
	border-right-style: groove;
	border-right-color: #3F7FA4;

}


/* the links, that is each list item */
div#menu_horiz a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	display: block; /* IE has problems with this, fixed above */
	line-height: 39px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	text-shadow: -2px 2px 2px #000; 
	position: relative;
	z-index: 100;	 
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-image: url(images/APP-Template/ActiveLinkShadow.png);
	background-repeat: repeat-x;
	background-position: center center;
	_background:none; /* Give Stupid IE6 Something to do on hover */
	_color: #000000;  /* Give Stupid IE6 Something to do on hover */
}
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 {
	font-weight: bold;
	color: #FFFFFF;  
	text-shadow: -2px 2px 2px #000;
}

div#menu_horiz h3 {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FFFF99;
	display: block; /* IE has problems with this, fixed above */
	line-height: 39px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	text-shadow: -2px 2px 2px #000;
}

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

