/* 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{ height: 47px;}
#primary-nav{ float: left;   height: 42px;}
#primary-nav ul{ width: 200px;  }
#primary-nav li{  height: 42px; background:url(uploads/images/menu-break.jpg) right center no-repeat;}
#primary-nav ul li{}
#primary-nav a{
	color: #000;
	font-size: 13px;
	padding: 0 40px;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
}
#primary-nav a:hover, #primary-nav a.menuactive{ color: #010a67}
#primary-nav li:hover, #primary-nav li.menuactive{ }

#primary-nav li li{ background: none}
#primary-nav li li a{ padding: 0px 10px; height: 25px; line-height: 25px; background: #010a67; padding: 0px 20px; color: #fff}
#primary-nav li li a:hover{ background: #222; color: #fff}

/********************
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 */
	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' */

