
/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 15px 0 15px;
	background-image:url(../images/head_07.gif);
    /*background: url(nav_bg.png) no-repeat 0 -36px;*/
}
.navinner {
    /*background: url(nav_bg.png) no-repeat 100% -72px;*/
}
.navlist {
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    margin: 0 2px;
	text-decoration:none;
    /*background: url(nav_bg.png) repeat-x 0 0;*/
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
	text-decoration:none;
    /*background: url(nav_bg.png) no-repeat 0 -108px;*/
}
.nav a {
color:#ffffff;
    display:block;
    width: 55px;
    text-align: center;
    font-size: 12px;
	text-decoration:none;
}
.nav a:link, .nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
.nav a.current, .nav a:hover, .nav a:active {
    font-weight: bold;
	text-decoration:none;
    /*background: url(nav_bg.png) no-repeat 50% -144px;*/
}
.subnav {
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
    height: 80px;
    line-height: 20px;
    white-space: nowrap;
	text-decoration:none;
	color:#000;
	background-color:#ffffff;
    /*background: url(nav_bg.png) no-repeat 0 -180px;*/
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
	text-decoration:none;
}
.subnav p {
    padding: 0 2px;
	text-decoration:none;
    /*background: url(nav_bg.png) no-repeat 100% -234px;*/
}
.subnav p span {
	font-size:12px;
    display: block;
	text-decoration:none;
    /*background: url(nav_bg.png) repeat-x 0 -207px;*/
}

.subnav a {
    display:inline;
    padding: 0;
    font-size: 12px;
	text-decoration:none;
}
[class~="subnav"] a {
    padding: 0 3px;
	text-decoration:none;
}
.subnav, .subnav a:link, .subnav a:visited {
    color:#ffffff;
	text-decoration:none;
}
.subnav a:hover, .subnav a:active {
    color:#ffffff;
	text-decoration:none;
}
.subnav a:hover, .subnav a:active {
    font-weight: bold;
	text-decoration:none;
}
/* subnav position and pointer position */
#subnav1 { left: 10px; }
#subnav2 { left: 50px; }
#subnav3 { left: 100px; }
#subnav4 { left: 100px; }
/*#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}*/
#subnav5 { left: 250px; }
#subnav6 { left: 280px; }
#subnav7 { left: 70px; }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 0px; }
#subnav6 .pointer { left: auto; right: 0px; }
#subnav7 .pointer { left: auto; right: 0px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 50px;
}
#subnav5 { min-width: 50px; }
#subnav6 { min-width: 50px; }
#subnav7 { min-width: 50px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
/* ad-loop, search, topinfo, recommendinfo
==========================================================*/
