/* 
  -----------------------------------
 Navigation Style Sheet
  -----------------------------------
*/
#aCPMnav {
	margin: 0px 0px 0px 31px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}/*all new*/

/*top level list*/
#aCPMnav li {
	list-style-type: none;
	margin: 0;/*new*/
	padding: 0;/*new*/
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	width:90px;
	text-align:left;
}
/*dropdowns*/
#aCPMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 1px solid #cccccc;
	background-color: #EBEBEB;
	line-height:2px;
}

/*Top level links*/
#aCPMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 9px 4px 9px;
	color: #666666;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;/*border-right: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	line-height:20px;
}

/*Top level links*/
.aCPMnavHome a {
	display: block;
	text-decoration: none;
	border-left: 1px solid #e8e8e8;
}

/*The hover style for all links*/
#aCPMnav a:hover, #aCPMnav a:active, #aCPMnav a:focus {
	background-color: #ffffff;
	border: 1px solid #8CC63F;
	color: #8CC63F;
	letter-spacing: .01px;
}


/*drop down links*/
#aCPMnav ul a {
	text-decoration: none;
	/*background-color: #415485;*/
	border:1px solid #ebebeb;
	color: #666666;
	line-height:20px;
	margin:0;
}
#aCPMnav ul ul a{line-height:18px;}
#aCPMnav ul ul li a{margin:0; }


/* ------ the current page marker style ------ */
#aCPMnav .aCPMmark {
	border: 1px solid #8CC63F;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#aCPMnav .aCPMtrg {
	/*background-image:  url(img/aCPM_medium_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;*/
	text-align:center;
}

#aCPMnav .aCPMtrg a:link, #aCPMnav .aCPMtrg a:hover, #aCPMnav .aCPMtrg a:focus  {
text-align:center;
}


/* the active trigger link style */
#aCPMnav .aCPMon {
	background-color: #ffffff;
	color: #8CC63F;
	border: 1px solid #8CC63F;
	text-align:center;
}
#aCPMnav ul .aCPMon {
	background-image:  url(img/aCPM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	text-align:center;
}
/*the submenu classes */

#aCPMnav .aCPMhide {
	left: -9000px;
	border: 0px solid transparent;
}
#aCPMnav .aCPMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#aCPMnav li {
	float: left;
}
#aCPMnav ul li {
	float: none;
}


#aCPMnav ul, #aCPMnav ul li {
	width: auto;
}/*all new*/

/**/

/*Custom*/
#contact a {border-right:1px solid #e8e8e8;}




