@charset "utf-8";
/* CSS Document */

/* Nav
==========================================================*/
.nav {
	width:630px;
	position: relative;
	float: left;
	background-image: url(../images/AllButton/AllButton_BG.jpg);
	background-repeat: repeat-x;
}

.navlist {
	height: 46px;
	line-height: 46px;
	overflow: visible;
	background: url(../images/AllButton/AllButton_BG.jpg) repeat-x 0 0;
	font-size: 15px;
	margin: 0px;
}
.nav li {
	float: left;
	display: inline;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.nav a {
    display: block;
    width: 92px;
    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-color: #00548C;
}
.subnav {
    position: absolute;
    top: 46px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
/*	background-image: url(../images/lrtk.png);
	background-repeat: no-repeat;
	background-position: 0 -180px;*/
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
/*	background-image: url(../images/lrtk.png);
	background-repeat: no-repeat;
	background-position: 100% -234px;*/
}
.subnav p span {
    display: block;
/*	background-image: url(../images/lrtk.png);
	background-repeat: repeat-x;
	background-position: 0 -207px;*/
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
/*	background-image: url(../images/lrtk.png);
	background-repeat: repeat-x;
	background-position: 0 -261px;*/
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
	color: #235e99;
	font-size: 14px;
}
.subnav a:hover, .subnav a:active {
	color: #333333;
}
.subnav a:hover, .subnav a:active {
	font-weight: normal;
	/*	border-bottom: 2px solid;*/
	background-color: #FFF;
	/*	padding: 5px;*/
}
/* subnav position and pointer position */
#subnav1 { left: 10px; }
#subnav2 { left: 10px; }
#subnav3 { left: 10px; } /*{ left: auto; right: 0; }*/
#subnav4 { left: auto; right: 10px; }
#subnav5 { left: 400px; right: 0px; }
#subnav6 { left: 482px; right: 0; }
#subnav7 { 
    left: auto;
    right: 0;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 180px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}


