/**/
#T_MenuBar
{
width:837px;
height:42px;
margin-top:0px;
text-align:center;
}


#T_MenuBar ul
{
height:42px;
margin:auto;
margin-bottom:0px;
margin-left:0px;
width:auto;
}


#T_MenuBar ul li
{
float:left;
height:42px;
}


		
#T_MenuBar ul li a
{
	display: block;
	width: 93px;
	height:42px;
              font-weight:bold;
	vertical-align:middle;
	text-align: center;
	font-size:14px;
	line-height:42px;
	color:#0088cf;
	text-decoration:none;
	background-image: url(../images/m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#T_MenuBar ul li a:hover
{
              color:#ffffff;
              font-weight:bold;
	background-image: url(../images/n.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#T_MenuBar ul li .SelectItem
{
color:#ffffff;
font-weight:bold;
	background-image: url(../images/n.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



