/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/



#nav_403456 {
	margin: 0;
	padding:0;
	float:right;

}
#nav_403456 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_403456 ul {
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #F2F2F2;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav_403456 a {
	display: block;
	text-decoration: none;
	color: #a2a2a3;
	padding: 0 15px; 
	
	font:10px Arial, Helvetica, sans-serif;
	background:url(../images/divider.gif) no-repeat right center;
}
#nav_403456 li#last_item a{
background-image:none;
margin-right:0;
padding-right:0;
}
#nav_403456 a:hover, #nav_403456 a:active, #nav_403456 a:focus {
	color: #0055a5;
}

/* ------ the current page marker style ------ */
#nav_403456 .p7PMmark {
	color: #0055a5;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_403456 ul .p7PMtrg, #nav_403456 ul .p7PMon {}
/* the active trigger link style */
#nav_403456 .p7PMon {
	color: #0055a5;
}
/*the submenu classes */

#nav_403456 .p7PMhide {
	left: -9000px;
}
#nav_403456 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_403456 li {
	float: left;
}
#nav_403456 ul li {
	float: none;
}
#nav_403456 ul, #nav_403456 ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/*--- ADDED CSS --- */
*html #nav_403456 a {
	float:left;
}
*html #nav_403456 ul {
	clear:both;
}
#nav_403456 li li a {
	background-image:none;
}
*html #nav_403456 li li a {
	width:140px;
	background-image:none;
}
#noimg a{
	background-image:none !important;
}