/* LOGOBRANDERS
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
*{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;
}
/****************/

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6{
  width:137px;
  height: 34px!important;
  text-indent: -3000px;
}

#nav1{
	background-image:url(../img/majornav/about.jpg);
  background-repeat:no-repeat;
  position:absolute;
	left: 0px;
}

#nav2{
  background-image:url(../img/majornav/services.jpg);
  background-repeat:no-repeat;
  	position:absolute;
left: 0px;
	top:34px;
}

#nav3{
  background-image:url(../img/majornav/productsearch.jpg);
  background-repeat:no-repeat;
  	position:absolute;
left: 0px;
	top:68px;
}

#nav4{
  background-image:url(../img/majornav/ideacenter.jpg);
  background-repeat:no-repeat;
  	position:absolute;
left: 0px;
	top:102px;
}

#nav5{
  background-image:url(../img/majornav/testimonials.jpg);
  background-repeat:no-repeat;
  	position:absolute;
left: 0px;
	top:136px;
}

#nav6{
  background-image:url(../img/majornav/goblog.jpg);
  background-repeat:no-repeat;
  	position:absolute;
left: 0px;
	top:170px;
}


/*****************NAV ACTIVE FOR SECOND LEVEL STICK *******************/

#navActive1, #navActive2, #navActive3, #navActive4, #navActive5, #navActive6 {
	background-position: left bottom!important;
	width:137px;
	height: 34px!important;
	text-indent: -3000px;}

#navActive1{
	background-image:url(../img/majornav/about_stick.png);
 	background-repeat: no-repeat;
	behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;}
#navActive2{
	background-image:url(../img/majornav/services_stick.png);
 	background-repeat: no-repeat;
	behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;
	top:34px;}
#navActive3 {
	background-image:url(../img/majornav/productsearch_stick.png);
 	background-repeat:no-repeat;
    behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;
	top:68px;}
#navActive4 {
	background-image:url(../img/majornav/ideacenter_stick.png);
  	background-repeat:no-repeat;
    behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;
	top:102px;}
#navActive5 {
	background-image:url(../img/majornav/testimonials_stick.png);
  	background-repeat:no-repeat;
    behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;
	top:136px;}
#navActive6 {
	 background-image:url(../img/majornav/goblog_stick.png);
  	background-repeat:no-repeat;
    behavior: url(/iepngfix.htc);
	margin-left:-21px!important;
	position:absolute;
	left: 0px;
	top:170px;}
