/* Start of CMSMS style sheet 'menu' */
/*------------------------------------*\
	primary-nav
\*------------------------------------*/
#primary-nav{
	list-style:none;
	/* Clear floats */
	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 ---*/
#primary-nav{ height: 24px; float: right; width: 510px;}
#primary-nav ul{ width: 200px}
#primary-nav li{ background: url(uploads/images/menu-devider.jpg) top right no-repeat;}
#primary-nav ul li{  border-top: 1px solid #6F6F68}
#primary-nav a{
	color: #fff;
	font-size: 12px;
	text-align:left;
	padding: 0 22px 0 20px;
	text-transform: uppercase;
	height: 22px;
	text-decoration: none;
	line-height: 22px
}
#primary-nav a:hover, #primary-nav a.menuactive{color: #000;}
#primary-nav li:hover li a{ background: #999994;}
#primary-nav li ul li:hover{}
#primary-nav li li a, #primary-nav li li a:hover{ }

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

