/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:Hendy
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:   url(../images/menuimages/vert_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7PMnav .noline {
	background-image:   none;

}


#p7PMnav ul {
	margin: 0;
	padding: 0px;
	background-color: #821787;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul li ul {
	padding: 0px;
	margin: 0px;
}
#p7PMnav ul ul a {
	background-color: #666699;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	padding-top: 4px;
	padding-right: 1em;
	padding-bottom: 7px;
	padding-left: 12px;
}
/* -------Only Submenu Links-------- */
#p7PMnav ul a {
	padding: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #821787;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: .9em;
}

/* -------Hover for All Top Level Links-------- */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: 0.01px;
	color: #FFFF33;
}

/* -------Hover for All Submenu Links-------- */
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	letter-spacing: 0.01px;
	background-color: #ffffcc;
	color: #000000;
}

/* ------ the current page "You are Here" style ------ */
#p7PMnav .p7PMmark {
}
/* ------ the Trigger links ------ */
#p7PMnav ul .p7PMtrg {
	background-image:   url(../images/menuimages/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* ------the Active Trigger link ------ */
#p7PMnav .p7PMon {
}
#p7PMnav ul .p7PMon {
	background-image:   url(../images/menuimages/p7PM_medium_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #ffffcc;
	color: #000000;
}
/*	The submenu classes that control
	positioning and visibility*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 185px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #81829E;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

#p7PMroot1 {width: 3.25em;}
#p7PMroot2 {width: 4.5em;}
#p7PMroot3 {
	width: 7em;
  	width/* */:/**/5em;
  	width: /**/5em;
}

#p7PMroot4 {
	width: 9.5em;
  	width/* */:/**/7.5em;
  	width: /**/7.5em;
	}
	
#p7PMroot5 {width: 3em;}
#p7PMroot6{
	width: 9em;
  	width/* */:/**/7.2em;
  	width: /**/7.2em;
	}
#p7PMroot7 {width: 4.5em;}

#chinese #p7PMnav li {background-image:   none;}


/*Sub Navigation*/

#subnavigation{
	float: left;
	position: relative;
	font-size: 0.8em;
	background-color: #00FF66;
	margin: 0px;
}
#navcontainer 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	font-size: .8em;
	width: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #E0E0E8;
}

#navcontainerline 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	font-size: .8em;
	width: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
}

#navcontainer li a
{
	display: block;
	padding: 5px 0px 5px 24px;
	width/* */:/**/155px;
	width: /**/155px;
	background-color: #F1F1F5;
	background-image: url(/images/menuimages/bars_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	color: #0066CC;
}

#navcontainer a:link, #navcontainer a:visited
{
	text-decoration: none;
	color: #0066CC;
}

#navcontainer a:hover
{
	background-image: url(/images/menuimages/bars_off.gif);
	color: #666666;
	text-decoration: underline;
}

#navcontainer ul ul
{
	padding: 0 0 0 7px;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 1em;
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0 0 0 10px;
	background-image: url(/images/menuimages/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	width: 160px;
}

#navcontainer ul ul a:hover {
	background-image: url(/images/menuimages/p7PM_medium_east.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}


#active a:link, #active a:visited, #active a:hover
{
	background-image: url(/images/menuimages/bars_on.gif);
	color: #0066cc;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
	
.chineseflag {
	position: absolute;
	top: 49px;
	display: none;
	right: 15px;
}

.englishflag {
	position: absolute;
	top: 48px;
	right: 15px;
}

#home .chineseflag {
	display: block;
}

#minisite {
	position: absolute;
	top: 114px;
	right: 30px;
	font-size: .85em;
}

#minisite a {
	color: #FFF;
}

#minisite a:hover {
	color: #ffff33;
	text-decoration: none;
}

