

* { margin:0; padding:0; }
body {  Helvetica;  }

/*******************************************************/
#navi { width:960px; margin-bottom:4px;  }
#navibg { padding-left:6px; height:37px; background:url(navi_normal.png) repeat-x; }
ul.TabBarLevel{ list-style:none; height:37px; background-image:url(navibg.png); }
ul.TabBarLevel li{
	float:left;
	height:37px;
	margin-right:1px;
	background:url(navi_normal.png) left top no-repeat;
	text-align: center;
}
ul.TabBarLevel li a{ display:block; line-height:37px; padding:0 12px; font-size:14px; color:#fff; font-weight:bold;               text-decoration:none; background:url(navi_normal.png) right top no-repeat;white-space: nowrap; }

ul.TabBarLevel li.Selected{	background:url(navileft_over.png) left top no-repeat;}
ul.TabBarLevel li.Selected a{ font-size:14px; color:#900; font-weight:bold;
	background:url(naviright_over.png) right top no-repeat;}
	
/*ul.TabBarLevel li a:link, ul.TabBarLeve1 li a:visited{ color:#fff; text-decoration:none;}*/

ul.TabBarLevel li a:hover , ul.TabBarLevel li.Selected a:link , ul.TabBarLevel li.Selected a:visited , TabBarLevel li.Selected a:hover,ul.TabBarLevel li.Selected a:active { color:#900; text-decoration:none;  }

