/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_374903 {
	margin: 0;
	padding:0;
}
#nav_374903 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_374903 ul {
	margin: 0;
	padding: 0;
/*	background-color: #FFFFFF;
	border: 1px solid #000000;*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav_374903 a {
	display: block;
	text-decoration: none;
	/*padding: 4px 10px;*/
	color: #666666;
	/*line-height:1;*/
    
    
}
#nav_374903 a:hover, #nav_374903 a:active, #nav_374903 a:focus {
/*	background-color: #0066FF;
	color: #FFFFFF;
	letter-spacing: .01px;*/
	/*background: url(/images/menu-hover.jpg);*/
    background: #313a4b; /* Old browsers */
background: -moz-linear-gradient(top, #313a4b 23%, #12151c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#313a4b), color-stop(100%,#12151c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #313a4b 23%,#12151c 100%); /* IE10+ */
background: linear-gradient(to bottom, #313a4b 23%,#12151c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a4b', endColorstr='#12151c',GradientType=0 ); /* IE6-9 */

 background:#212733;
  -o-transition:background .30s ease-in-out;
  -ms-transition:background .30s ease-in-out;
  -moz-transition:background .30s ease-in-out;
  -webkit-transition:background .30s ease-in-out;
  /* ...and now override with proper CSS property */
  transition:background .30s ease-in-out;
    
    

}

/* ------ the current page marker style ------ */
#nav_374903 .p7PMmark {
/*	color: #333333;
	font-weight: bold;*/
	/*background: url(/images/menu-hover.jpg);*/
    background: #313a4b; /* Old browsers */
background: -moz-linear-gradient(top, #313a4b 23%, #12151c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#313a4b), color-stop(100%,#12151c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #313a4b 23%,#12151c 100%); /* IE10+ */
background: linear-gradient(to bottom, #313a4b 23%,#12151c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a4b', endColorstr='#12151c',GradientType=0 ); /* IE6-9 */
}
#nav_374903 .p7PMshow .p7PMmark {
	background-image: none;
	background-color: #b21d00;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_374903 ul .p7PMtrg a, #nav_374903 ul .p7PMon {
	/*background: url(/images/menu-hover.jpg)!important;*/
/*	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;*/
    background: #313a4b; /* Old browsers */
background: -moz-linear-gradient(top, #313a4b 23%, #12151c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#313a4b), color-stop(100%,#12151c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #313a4b 23%,#12151c 100%); /* IE10+ */
background: linear-gradient(to bottom, #313a4b 23%,#12151c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a4b', endColorstr='#12151c',GradientType=0 ); /* IE6-9 */
}
/* the active trigger link style */
#nav_374903 .p7PMon {
	/*background: url(/images/menu-hover.jpg);*/
/*	background-color: #0066FF;
	color: #FFFFFF;*/
    background: #313a4b; /* Old browsers */
background: -moz-linear-gradient(top, #313a4b 23%, #12151c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#313a4b), color-stop(100%,#12151c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #313a4b 23%,#12151c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #313a4b 23%,#12151c 100%); /* IE10+ */
background: linear-gradient(to bottom, #313a4b 23%,#12151c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a4b', endColorstr='#12151c',GradientType=0 ); /* IE6-9 */
}
/*the submenu classes */

#nav_374903 .p7PMhide {
	left: -9000px;
}
#nav_374903 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_374903 li {
	float: left;
	width: 124px;
}
#nav_374903 ul li {
	float: none;
}
#nav_374903 ul, #nav_374903 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;
}
