/* CSS Document */
/* Nav
==========================================================*/

.nav {
	position: relative;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navinner {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% -72px;
}
.navlist {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url(../images/nav_bg.gif) repeat-x 0 0;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(../images/nav_bg.gif) no-repeat 0 -108px;
}
.nav a {
	display: block;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(../images/nav_bg.gif) no-repeat 50% -144px;
}
.subnav {
	position: absolute;
	top: 28px;
	left: 0;
	float: left;
	white-space: nowrap;
	
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}

.subnav p span {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: 0 -207px;
}
.subnav p.pointer {
	position: absolute;
	top: 3px;
	left: 0;
	height: 4px;
	width: 11px;
	padding: 0;
	margin-left: 20px;
	text-indent: -999em;
	background: url(../images/nav_bg.gif) repeat-x 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: #333333;
	font-weight: bold;
}
.subnav a:hover, .subnav a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.subnav a:hover, .subnav a:active {
	font-weight: bold;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* subnav position and pointer position */
#subnav1 { left: 70px; }
#subnav2 { left: 175px; }
#subnav3 { left: 280px; }
#subnav4 { left: 395px; }
#subnav5 { left: 430px; } 
#subnav6 { left: 585px; } 
#subnav7 { left: 675px; }
#subnav8 { left: 520px; }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 80px; }
#subnav5 .pointer { left: auto; right: 150px; }
#subnav6 .pointer { left: auto; right: 98px; }
#subnav7 .pointer { left: auto; right: 100px; }
#subnav8 .pointer { left: auto; right: 60px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }
#subnav8 { min-width: 130px; }


/* Note
==========================================================*/
.note {
	color:#666666;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.note span{
	float:right;
}
.disable {
    display: none;
}

.dhtb {
	background-image: url(../images/bg2.GIF);
	background-repeat: no-repeat;
}
