/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
*{margin: 0; padding: 0;}

#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 12px;
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index:500000!important;
}

#p7PMnav img{
	margin: 0 0 0 10px;
	padding:0;
	width: 8px;
	height: 10px;	
	border: none;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none; 
	line-height: 1.1em;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index:10000;
	background: none; 
	border: none;	
	color: #ddd5c8;

}

/*#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 9px; 
	color: #ffffff;
	background-color: #cae0f2; 
	border-bottom: 1px solid #595959;
	list-style-type: none;
} */

#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 9px; /*padding for top, right of box*/
	color: #000000;
	margin:0;
	/*line-height:1; */
	background-color: #C4A26A; 
	border-bottom: 1px solid #544625;
	list-style-type: none;
	font-weight: normal;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	/*padding: 4px 10px;*/
	color: #ffffff;
	/*line-height:1; */
	border-bottom: 0px;
}

#p7PMnav a:hover {
	color: none;
	background-color: none;
	letter-spacing: .01px;
}

#p7PMnav a:hover{
	background-position: left bottom;
		list-style-type: none;
}

#p7PMnav ul a:hover/*, #p7PMnav ul a:active, #p7PMnav ul a:focus*/ {
	color: #fff;
	background-color: #404953;
	background-position: right center;
	border-bottom: 1px solid #404953;
	font-weight: normal;}
	
#p7PMnav ul a:active{
	font-weight:normal;}
	
#p7PMnav ul a:visited{
	font-weight:normal;}


#p7PMnav .p7PMon /*,#p7PMnav .p7PMmark */ {
	background-position: left bottom;
}

/* ------ the current page marker style ------ */

/*WAS BEFORE PRECISION #p7PMnav .p7PMmark {
	font-weight: bold;
} */

#p7PMnav ul .p7PMmark {
		background-position: left bottom;
}

#p7PMnav .p7PMmark {
		background-position: left bottom;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-repeat:	no-repeat;
	/*WAS BEFORE PRECISIONbackground-position: right center;*/
	background-position: left bottom;
}

/*ADDED FROM PRECISION the normal trigger links */

#p7PMnav ul .p7PMtrg, #p7PMnav .p7PMshow {
	/*background-position: right center;*/
	background-position: left bottom;
}

/* the active trigger link style -  CHANGE THIS TO MAKE THE HOVER GRAPHIC INTO AN ACTIVE STATE */
#p7PMnav .p7PMon {
		background-position: left bottom;}
		
	
#p7PMnav .p7PMon {
	background-color: none;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 500000 !important;
}

/* Top level menu width */

#p7PMnav li {
	float: left;
	width: auto;
	background: none;
}

#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths*/
#p7PMnav ul{
width: 180px; }

 #p7PMnav ul li {
width: 180px; 
margin-left:0px;
border-left: 1px solid #404953;
	border-right: 1px solid #404953;
}


/****************/

#nav1, #nav2, #nav3, #nav4{
  height: 28px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
}


#nav1 {
  width: 198px;
  background-image:url(../img/majornav/search_nav.jpg);
  background-repeat: no-repeat;
}
  
#nav2 {
  width: 218px;
  background-image:url(../img/majornav/claim_nav.jpg);
}
#nav3 {
  width: 194px;
  background-image:url(../img/majornav/track_nav.jpg);
}
#nav4 {
  width: 184px;
  background-image:url(../img/majornav/report_nav.jpg);
}

/*****************NAV ACTIVE FOR SECOND LEVEL STICK *******************/

#navActive1, #navActive2, #navActive3, #navActive4 {
	background-position: left bottom!important;
	height: 28px!important;
	text-indent: -3000px;}

#navActive1 { 
  width: 198px;
  background-image:url(../img/majornav/search_nav.jpg);
  background-repeat: no-repeat;
            }

#navActive2 {
  width: 218px;
  background-image:url(../img/majornav/claim_nav.jpg);
            }

#navActive3 {
  width: 194px;
  background-image:url(../img/majornav/track_nav.jpg);
}

#navActive4 {
  width: 184px;
  background-image:url(../img/majornav/report_nav.jpg);
}

