/* Start of CMSMS style sheet 'Awn: Top Nav' */
/********************
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-image: url(/uploads/images/site/mainav_strip.gif);
   background-repeat: no-repeat;
   border-bottom-width: thin;
   border-bottom-style: solid;
   border-bottom-color: #FFFFFF;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
                font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 0.9em;
	padding-left: 100px;

   }


/* menu list items */
div#menu_horiz li {
	display: inline;
	margin-left: 20px;

}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 0.6em;
	color: white;
	text-decoration: none;
	margin: 0px;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(/uploads/images/site/buttonmain.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div#menu_horiz a.activeparent:hover {
   background-color: #FFFFFF;
	color: #000000;
	background-image: url(/uploads/images/site/buttonmain.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95em;
  font-weight: bold;
  color: #000000;
}

div#menu_horiz li.currentpage {
   color: #000000;
  font-size: .95em;
  padding: 10px;
  font-weight: bold;
}

/* End of 'Awn: Top Nav' */

