.nav {
	padding-left:60px;
    position: relative;
	width:906px;
	margin:0 auto;
	background:url(../images/nav_bg.gif) repeat-x;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.nav li {
    float: left;
    display: inline;
	padding-right:5px;
}
.nav a {
    display: block;
    width: 85px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    background:url(../images/nav_hover.gif) no-repeat center;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 29px;
    line-height: 29px;
    white-space: nowrap;
	margin-top:-3px;
	background:url(../images/er_l.gif) no-repeat;
}
* html .subnav {
    margin: -10px 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;

}
.subnav p span {
    display: block;
	background-color:#2e679c;
	background:url(../images/er_bg.gif) repeat-x;
	height:30px;
	width:440px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;

}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #fff;
}
.subnav a:hover, .subnav a:active {
    color: #fff;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 76px; }

#subnav1 .pointer

#subnav1 {
    min-width: 60px;
}




/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}