/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

#tp-nav{
	position:absolute;
	height:37px;
	z-index:1000;
	left: 0px;
	top:100px;
	right:0px;
}

.search-block {
	padding:8px 5px 0 0;
	position:absolute;
	width:400px;
	right:0px;
	z-index:2;
}
.search-block .text-input {
	width:100px;
	border:1px #142b4d solid;
	padding:2px;
}
.search-block .search-button {
	padding:2px;
	margin:1px;
	background-color:#142b4d;
	border:1px #142b4d solid;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.search-block label {
	float:right;
}

.search-block form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#p7PMnav {
	position:absolute;
	width: 770px;
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #E7E8E9;  /******* used it for sub menu bgcolor  ********/
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 12px 1px 12px 1px;  /** used it for main menu height ***/
	color: #132A4A; /* used it for main menu text color */
	line-height:1;
	background-image:url(../images/top-nav-img1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #3A5F86;
	background-image:url(../images/btn-lft.jpg);  /********* use it for main menu rollover ***********/
	background-position:left top;
	background-repeat:no-repeat;
	color: #fff; /*** use it for main menu rollover text color ***/
/*	letter-spacing: .01px;*/
}

#p7PMnav li ul {
	border:1px #d6d6d6 solid; /**** used it for submenu border  ***/
}
#p7PMnav li ul li a {
	display: block;
	text-decoration: none;
	background-image:none;
	border-bottom:1px #d0d0d0 solid;
	padding: 6px 10px;
	color: #434343; /*** use it for submenu text color ***/
	line-height:1;
	text-align:left;  /** use it for sub menu text alingment ***/
}
#p7PMnav li ul li a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #2964a6;  /**** used it for sub munu rollover bgcolor ****/
	background-image:none;
	color: #FFFFFF; /** use it for submenu rollover text color */
/*	letter-spacing: .01px;*/
}
#p7PMnav li ul li .p7PMmark {
	background-color: #2964a6;
	background-image:none;
	color: #fff;
	font-weight: bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-image:url(../images/btn-lft.jpg);  /********** use it for main active rollover ***********/
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#3A5F86;
	color: #fff; /********** use it for main active rollover text color***********/
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

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

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width:186px;
/*** main menu width ***/
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px; /** submenu width  li **/
}
#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;
}
/***************/
.top-nav1{
	width:140px;
}
