/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_282573 {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
#nav_282573 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:url(../data_source/menu_separator.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#nav_282573 ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	/*opacity: .9;
        filter:alpha(opacity=90);*/
	
}
* html #nav_282573 ul { 
	clear:both;
}
* html #nav_282573 a {
	float:left
}

#nav_282573 a {
	display: block;
	text-decoration: none;
	padding: 18px 20px 13px 20px;
	color: #666666;
	line-height:1;
	color:#FFFFFF;
	background-image:url(../data_source/menubg.gif);
	background-repeat:repeat-x;
	text-align:center;

}
#nav_282573 li li a{
background-image:none;
background-color:#ab944f;
padding:10px 10px 10px 10px;
text-align:left;
width:220px;
}

#nav_282573 a:hover, #nav_282573 a:active, #nav_282573 a:focus {
	background-image:url(../data_source/menu_hover.gif);
	color: #FFFFFF;
	letter-spacing: .01px;
	background-repeat:repeat-x;
}
#nav_282573 li li a:hover, #nav_282573 li li a:active, #nav_282573 li li a:focus{
background-image:none;
background-color:#816d32;
}

/* ------ the current page marker style ------ */
#nav_282573 .p7PMmark {
	color:#195093;

}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_282573 ul .p7PMtrg, #nav_282573 ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_282573 .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#nav_282573 .p7PMhide {
	left: -9000px;
}
#nav_282573 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_282573 li {
	float: left;

}
#nav_282573 ul li {
/*	float: none;
*/}
#nav_282573 ul, #nav_282573 ul li {
	width: 220px;
}
#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;
}

