﻿body 
{
	line-height: 20px;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover, a:active
{
	text-decoration:underline;
	color:Red;
}

.menu A:link
{
	color: #333333;
	text-decoration:underline;
}

.menu A:Visited
{
	color: #333333;
	text-decoration:underline;
}

.menu A:hover
{
	color: Red;
	text-decoration:none;
}

/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(/images/nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(/images/nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(/images/nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(/images/nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    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;
    font-weight: bold;
    background: url(/images/nav_bg.png) no-repeat 50% -144px;
}

/* subnav position and pointer position */
#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#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;
}


/* ProMenu
========================================================*/

.title01,.title02{
 color:#fff;
 font-weight:bold;
}
#DoorP{
 border:0px solid #eee;
 width:180px;
 padding:1px;
 background:#dcdcdc;
 line-height: 200%;
}
.title01
{
 padding-top:4px;
 padding-bottom:4px;
 width:100%;
 height:20px;
 color:Black;
 font-weight:bold;
 cursor:pointer;
}
.title02{
 padding-top:4px;
 padding-bottom:4px;
 width:100%;
 height:20px;
 background:#dcdcdc;
 cursor:pointer;
 color:#225D98;
}
.content{
 background:#eee;
 border-bottom:1px solid #c0c0c0;
 overflow:hidden;
 color:#666;
 padding-left:4px;
 padding-right:4px;
 line-height:150%;
}
