.bitian
{
    font-size:18px;color:Red;font-weight: bold;
}
.mainNavgleft{
    float:left;
    width:expression(document.body.offsetWidth-10); 
    overflow: hidden;
}
.scrollselect
{
    float: right;
    width: 60px;
    height: 25px;
    background-image: url(  "touming.jpg" );
    position: relative;
    top: -25px;
    left: -0px;
    text-align: right;
    z-index: 1000px;
    padding-top: 3px;
}
.scrollselecttb
{
    background-color:Silver;
}
.scrollselecttdleft
{
    width: 16px;
    height: 16px;
    background-image:url( "left.jpg" );
    cursor: hand;
}
.scrollselecttdright
{
    width:16px;
    height:16px;
    background-image:url("right.jpg");
    cursor: hand;
}
.navg
{
    border-top: 1px #F2F7FD solid;
    border-bottom: 1px #8FBAF4 solid;
    height: 100%;
}

.navg .mainNavg
{
    height: 35px;
    background: url(  "navg.gif" ) repeat-x top;
    overflow: hidden;
}

.navg .mainNavg UL
{
    list-style: inline;
    width: 8000px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    
}

.navg .mainNavg UL LI 
{
    white-space:nowrap;
	float: left;	
	background-color: #E1E9F8;
	background: url("tab_right.gif") no-repeat right top;
	margin: 10px 3px;
	height: 25px;
}

.navg .mainNavg UL LI A {
	display: block;
	height: 25px;
	padding: 0 8px;
	line-height: 24px;
	background-color: #E1E9F8;
	background: url("tab_left.gif") no-repeat left top;
	text-decoration: none;
	float: left;
	text-align:center;
	color: #fff;
	font-weight: bold;	
}

.navg .mainNavg UL LI A:hover {
	color: #0000ff;
	font-weight: bold;
}




.navg .secondaryNavg
{
    overflow: auto;
    height: expression(document.body.offsetHeight-150);
    width: expression(document.body.offsetWidth-11);
    border-left: #8fbaf4 1px solid;
    border-right: #8fbaf4 1px solid;
    padding-top: 10px;
}

.navg .mainNavg .selectNavg {
	float: left;	
	background-color: #E1E9F8;
	background: url("tab_right_on.gif") no-repeat right top;
	margin: 10px 3px;
	height: 25px;
}

.navg .mainNavg .selectNavg A {
	display: block;
	height: 25px;
	padding: 0 8px;
	line-height: 24px;
	background-color: #E1E9F8;
	background: url("tab_left_on.gif") no-repeat left top;
	text-decoration: none;
	float: left;
	text-align:center;
	color: #0000ff;
	font-weight: bold;	
}