/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:10 - Plum Royale
  -----------------------------------
*/

#p7PMnav {
	margin: 0 0 0 30px;
	padding: 0;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: none;
	margin-top: 3px;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a, #p7PMnav a:link, #p7PMnav a:visited { 
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 5px 3px 6px 3px;
	color: #fff;
	line-height: 1;
	text-align: left;
}

#p7PMnav ul a, #p7PMnav ul a:link, #p7PMnav ul a:visited {
	padding: 5px 3px 5px 3px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #000;
	font-weight: bold;
	border-bottom: none;
}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
	color: #000;
	font-weight: bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: normal;
}

/* ------ the trigger link styles ------- */


/*the normal trigger link */

#p7PMnav ul .p7PMtrg {}

#p7PMnav .p7PMtrg:hover, #p7PMnav ul .p7PMtrg:hover {
	/*cursor: default;*/
}

/*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;
	width: 85px;
}

#p7PMnav ul li {float: none;}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {width: 70px;}	

<!--li .japan {background-image:  url(../_imgs/japan.gif);}-->

