/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif; 
	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

#p7PMnav li li { 
/*	text-indent: 0px; 
*/	/*border-left:1px solid #cccccc;*/
	
	border-bottom:1px solid #cccccc; }

#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	position: absolute;
	left: -9000px;
	
/*	z-index: 500000;*/
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #7C2350;
	line-height:0.00125em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#p7PMnav a:hover { line-height:0.00125em; }



#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background-color: #7C2350;
	color: #ffffff;
	line-height: 1;
/*	letter-spacing: .01px;
*/}

#p7PMnav ul li a {padding: 4px 10px;line-height: 1; }

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
/*	color: #333333;
*/	font-weight: bold;background-position: left bottom;
}
/* ------ 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: /*#FFB720*/transparent;
	color: #333333;background-position: left bottom;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 200000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 188px;
}

#p7PMnav ul li { }

#p7PMnav a:hover /*,#p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon ,#p7PMnav .p7PMmark */ {
	background-position: left bottom;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 { 
	height: 10px!important; 
	background-repeat: no-repeat;
  	text-indent: -3000px;
	margin-bottom: 20px; }

*+html #nav1, * html #nav1, 
*+html #nav2, * html #nav2,
*+html #nav3, * html #nav3,
*+html #nav4, * html #nav4,
*+html #nav5, * html #nav5,
*+html #nav6, * html #nav6 { margin-bottom: 16px; }

#nav1 { 
	width: 54px;
  	background-image:url(../img/nav/nav-about.png); margin-left: 13px; margin-right: 56px;}
#nav2 { 
	width: 89px;
  	background-image:url(../img/nav/nav-portfolio.png); margin-bottom: 20px;margin-right: 57px;}
	*+html #nav2 { margin-bottom: 16px;}
	* html #nav2 { margin-bottom: 16px;}
#nav3 { 
	width: 70px;
  	background-image:url(../img/nav/nav-services.png); margin-right: 284px; }

#nav4 { 
	width: 41px;
  	background-image:url(../img/nav/nav-blog.png); margin-right: 80px;}
#nav5 {
	width: 75px;
  	background-image:url(../img/nav/nav-contact.png); }
#nav6 {
	width: 46px;
  	background-image:url(../img/nav/nav-home.png); margin-left: 79px;}