/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:2 -Mac OSX Style
  -----------------------------------
*/

/* centers the text on the main menu */

#menu {
	width: 760px;
	clear: both;
}

#products, #org_cab, #show_gal, #get_start, #cust_care, #about_us {
}

#products, #org_cab, #show_gal, #get_start, #cust_care {
	margin-right: 2px;
}
#p7PMnav {
	margin: 0;
	padding:0;
	background-color: #fff;
	width: 760px;
	clear: both;
	font-size: 7pt !important;
	font-size: 6pt;
	letter-spacing: 1px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#p7PMnav ul li {
	border-right: 0;
}

#p7PMnav ul li ul {
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	color: #fff;
	background-color: #a8b2aa;	
}

#p7PMnav a {
	display: block;	
	text-decoration: none;
	padding: 6px 0; 
	line-height:1;
	color: #fff;
	background-color: #a8b2aa;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #7a827c;
	color: #fff;
}

#p7PMnav ul li a {
	color: #fff;
	text-align: left;
	padding: 6px 10px;
	margin: 0;
	font-size: 7pt;
	letter-spacing: normal;	
}

#products {
	width: 113px;
	background: url(../../images/interface/menu_products.gif) no-repeat center 50%;
	text-indent: -9999px;
}

#org_cab {
	width: 161px !important;
	width: 169px;
	background: url(../../images/interface/menu_org_cab.gif) no-repeat center 50%;
	text-indent: -9999px;	
}

#show_gal {
	width: 136px;
	background: url(../../images/interface/menu_show_gal.gif) no-repeat center 50%;
	text-indent: -9999px;		
}

#get_start {
	width: 128px;
	background: url(../../images/interface/menu_get_start.gif) no-repeat center 50%;
	text-indent: -9999px;	
}

#cust_care {
	width: 122px;
	background: url(../../images/interface/menu_cust_care.gif) no-repeat center 50%;
	text-indent: -9999px;	
}

#about_us {
	width: 90px !important;
	width: 82px;
	background: url(../../images/interface/menu_about_us.gif) no-repeat center 50%;
	text-indent: -9999px;	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/*color: #333333;*/
	color: #fff;
	background-color: #7a827c;	
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(../../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #fff;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	white-space: nowrap;	
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
	/*border-bottom: 1px solid white;	*/
}

#p7PMnav ul, #p7PMnav ul li a {
}

#get_start_sub {
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #000000;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #fff;
}
