/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0 140px 0 0;  /*margin: 0 60px 0 0;*/
	padding:0;
	overflow: visible;
	float: left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
/* 2nd-n levels */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #F49300;
	/*
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 11px 11px;
	/* border-right: 1px solid #ffffff; */
	line-height:1;
	color:#C4C19A;
	text-transform: lowercase;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #666666;
	letter-spacing: .01px;
	text-decoration: none;
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bg-nav-hover-l.jpg) no-repeat scroll 0 0;
	color: #C4C19A;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
/* color: #CCCCCC;
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/assets/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #F49300;
	background:transparent url(../images/bg-nav-hover-l.jpg) no-repeat scroll 0 0;
	color: #C4C19A;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	background: url(../images/bg-drop.png) no-repeat 0 100%;
	line-height: 19px;
	margin: 0;
	padding: 4px 0 8px;
	list-style: none;
	top: 63px;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PSnav a {
	color: #C4C19A;
	font-size: 10px;
	padding: 4px 6px;
	margin: 4px 10px;
	font-family: Arial;
	text-transform: lowercase;
	width: 170px;
}

#p7PSnav, #p7PSnav ul {
	width: 170px;
}

#p7PSnav a:hover, #p7PSnav a:active, #p7PSnav a:focus {
	color: #C4C19A;
	text-decoration: none;
	background: url(../images/bg-drop-hover.png) no-repeat;
	background-position: left center;
	width: 170px;
}

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #F49300;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */

#p7PMnav li 
{
	float: left;
	width: auto;
}

/*
#p7PMnav li 
{
	float: left;
	width: 0;
	white-space: no-wrap;
}

#p7PMnav>li {
	width: auto;
}
*/

ul#top-nav-highlighted
{
	position: absolute;
	right: 0px;
	margin: 0;
	list-style: none;
	padding: 0;
}

ul#top-nav-highlighted,
ul#top-nav-highlighted li
{
	list-style: none;
	list-style-image: none;
	background-image: none;
	float:left;
}

ul#top-nav-highlighted .link-login{list-style: none; margin: 9px 0 0;}
ul#top-nav-highlighted .link-login a{
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
	height: 17px;
	padding: 0;
	background: url(../images/btn-login.png) no-repeat;
}
ul#top-nav-highlighted .link-login a:hover{background: url(../images/btn-login.png) no-repeat 0 -17px;}

ul#top-nav-highlighted a
{
	color:#C4C19A;
	float:left;
	padding-right:2px;
}
ul#top-nav-highlighted .link-projects{list-style: none; margin: 9px 0 0;}
ul#top-nav-highlighted .link-projects a{
	text-indent: -9999px;
	overflow: hidden;
	width: 64px;
	height: 17px;
	padding: 0;
	background: url(../images/btn-projects.png) no-repeat;
}
ul#top-nav-highlighted .link-projects a:hover{background: url(../images/btn-projects.png) no-repeat 0 -17px;}
