/*** START Primary Nav ***/

	#navblock { background-color: #3F5F9A; } /* ranmu color */
	#nav a { background-color: #3F5F9A; background-image: url(../images/toprmbg01.gif);  } /* Base tabs */

	/* Selected items */
	#navselected a { background-color: #2F4673; background-image: none; }
	ul #navselected ul { background-color: #FFFFFF; }	/* Force bg color of last (unused) column cell */
	#nav #navselected:hover ul, #nav #navselected.sfhover ul { background-color: #FFFFFF; } /* Selected outer Hover UL */

	/* Unselected items */
	#nav li ul { background-color: #FFFFFF; } /* second-level lists */

	/* A link styles */
	#nav a:link, #nav a:visited {	text-decoration: none; color: #FFFFFF; }/* Unselected basic */
	#nav a:hover { text-decoration: none; color: #4060AF; } /* Unselected hover */
	#navselected a:link, #navselected a:visited { color: #FFFFFF; } /* Selected basic */
	#navselected a:hover { text-decoration: none; color: #4060AF; } /* Selected hover */
	#nav li:hover a:link, #nav li.sfhover a:link, #nav li:hover a:visited, #nav li.sfhover a:visited { color: #3F5F9A; } /* Force link colour for IE6 on hover */
	
	#nav li:hover ul, #nav li.sfhover ul { /* ¶þ¼‰²Ë†Î */
		border-right: 1px solid #3F5F9A;
		border-left: 1px solid #3F5F9A;
		border-bottom: 1px solid #3F5F9A;
	}

	/* Base tabes on hover, treatment for special border */
	ul#nav li.sfhover a, ul#nav li:hover a {
		background-color: #FFFFFF;
		color: #4E562B;
		border-left: 1px solid #3F5F9A;
		border-top: 1px solid #3F5F9A;
		border-right: 1px solid #3F5F9A;
	}
	
	#nav li:hover ul a, #nav li.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		border: 0; /* No border on sub items */
		color: #3F5F9A;
	}
	
	/* Bright arrow for all 2nd level items */
	#nav li:hover ul a, #nav li.sfhover ul a, #nav #navselected:hover ul a, #nav #navselected.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		background-image: url(../images/point2.gif); 
		color: #3F5F9A;
	}
	
	/* Replace bright arrow with dark for a:hover item */
	#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav #navselected:hover ul a:hover, #nav #navselected.sfhover ul a:hover { /* Individual 2nd level list items, revealed with hover */
		background-image: url(../images/point3.gif); 
		color: #4060AF;
	}

	/* Border adjustment for static links */
	#nav .navstaticlink:hover a, #nav .navstaticlink.sfhover a { border-bottom: 1px solid #ffffff; }
	
	/* Above applied to IE6 */
	* html #nav .navstaticlink:hover a, *html #nav .navstaticlink.sfhover a { border-bottom: 0; } /* Cancel the above */
	* html #nav .navstaticlink:hover, *html #nav .navstaticlink.sfhover { border-bottom: 1px solid #ffffff; } /* ²Ë†ÎµÚÒ»‚€Repeat without 'a' */
	* html #nav .navstaticlink:hover ul li, *html #nav .navstaticlink.sfhover ul li { border-bottom: 0; } /* ¶þ¼‰²Ë†ÎCancel the above from propagating */
	
	/* Individual 2nd level list items, revealed with hover */ 
	#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav #navselected:hover ul a:hover, #nav #navselected.sfhover ul a:hover { background-color: #FFFFFF; text-decoration: underline; }
	
	
/*** END Primary Nav ***/



