/* Start of CMSMS style sheet 'menu' */
/*------------------------------------*\
	primary-nav
\*------------------------------------*/
#primary-nav{
	list-style:none;
	/* Clear floats */
	float:left;
	width: 100%;	
	position:relative;
	z-index: 1000;
}
#primary-nav > li{
	float:left;
	position:relative;
	z-index: 1000;
}
#primary-nav a{
	display:block;
}
#primary-nav a:hover{}

/*--- DROPDOWN ---*/
#primary-nav ul{	
	list-style:none;
	position:absolute;
	left:-9999px;
	
}
#primary-nav ul li{
	padding-top:1px;
	float:none;
}
#primary-nav ul a{
	white-space:nowrap; 
}
#primary-nav li:hover ul{ 
	left:0; 
}
#primary-nav li:hover ul a{
	text-decoration:none;
}

/*--- style ---*/
#menuwrapper{ background: #111b22;  padding: 5px 7px; height: 30px;}
#primary-nav{ }
#primary-nav ul{ width: 250px;}
#primary-nav li{ margin-right: 5px; height: 30px; }
#primary-nav ul li{  border-top: 1px solid #fff}
#primary-nav a{
	color: #d88d2a;
	font-size: 14px;
	text-align:left;
	padding: 0 30px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}
#primary-nav li:hover, #primary-nav li.menuactive{  background: #41ad49}
#primary-nav li:hover a, #primary-nav li.menuactive a{ color: #fff }
#primary-nav li:hover li{ background: #111; height: 30px; border-right: 0}
#primary-nav li:hover li a{color: #fff}
#primary-nav li ul li:hover{ background: #41ad49;}
#primary-nav li li a{ padding: 0px 10px; height: 30px; line-height: 30px; font-size: 12px; color: #fff; text-transform: normal}


/********************
Footer Links
*********************/

/* 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 for the entire menu row */
	width: 100%;
	line-height: 100%;
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {}


/* menu list items */
div#menu_horiz li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	margin-right: 5px;

}

/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
}

/* hover state for links */
div#menu_horiz li a:hover { text-decoration: underline}
div#menu_horiz a.activeparent:hover {text-decoration: underline}

/* 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 {/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
	float: left;
	text-decoration: underline;/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
}

/* Footer */
/* End of 'menu' */

