@charset "big5";
/* CSS Document */

		#menu ul {
	font-family:Arial;
	font-size:14px;
	padding:0 0 0 8px;
	margin:0 auto;
	list-style:none;
	height:28px;
	white-space:nowrap;
          }
		  
	    #menu ul li {
	float:left;
	margin:0 2px;
		  }

	    #menu ul li a{
	display:block;
	float:left;
	line-height:28px;
	color:#0D3059;
	text-decoration:none;
	padding:0 0 0 14px;
	background: url(../../common_images/btn_background_dex.png);
		  }

		  
		 #menu ul li a b{
	display:block;
	padding:0 14px 0 0;
	background: url(../../common_images/btn_background_dex.png) no-repeat right top;
   		  }

		#menu ul li a:hover{
	color:#fff;
	background: url(../../common_images/btn_background_dex.png) left bottom;
		  }
		  
	  	#menu ul li a:hover b{
	color:#fff;
	background: url(../../common_images/btn_background_dex.png) no-repeat right bottom;
	      }

/*
		#menu ul li.current a{
		  color:#fff; 
   		  background: url('background.gif') no-repeat left bottom;
		  }

		#menu ul li.current a b{
   		  background: url('background.gif') no-repeat right bottom;
		  }

		#menu ul li.current a:hover{
   		  background: url('background.gif') no-repeat left bottom;
   		  cursor:default;
		  }

		#menu ul li.current a:hover b{
   		  background: url('background.gif') no-repeat right bottom;
   		  cursor:default;
   		  }
*/
