#button {
        width: 176px;
        padding: 0 0 20px 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4e663e;
        font-weight: normal;       
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 14px 5px 0px;
				border-bottom: 1px dashed #cccccc;
                color: #002d51;
                text-decoration: none;
                width: 100%;
				text-align:left;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                color: #0e4f8f;
				background-image: url('../images/mouseover.gif');
					background-position: right top;
					background-repeat: no-repeat;
					background-color:#f4de8c;
                }

        #button li .main {
                color: #002d51;
                }

        #button li .main_cp {
                color: #0e4f8f;
				font-weight: bold;
				background-image: url('../images/mouseover.gif');
					background-position: right top;
					background-repeat: no-repeat;
                }

        /*#button li .title {
				display: block;
				padding: 5px 5px 5px 5px;
				border-top: 1px solid #666666;
				background-color: #990000;
				color: #FFFFFF;
				text-decoration: none;
				text-align: center;
				font-weight: bold;
                }*/

        #button li .sub1 {
				border: 0;
				padding: 3px 14px 4px 10px;
				background-color: #d0e8fa;
				color: #002d51;
				font-size: 10px;
                }

        #button li .sub1_cp {
				border: 0;
                padding: 3px 14px 4px 10px;
				background-color: #d0e8fa;
                color: #0e4f8f;
				font-weight: bold;
				font-size: 10px;
				background-image: url('../images/mouseover_sub.gif');
					background-position: right top;
					background-repeat: no-repeat;
                }
				
        #button li a.sub1:hover , #button li a.sub1_cp:hover {
                color: #0e4f8f;
				background-image: url('../images/mouseover_sub.gif');
					background-position: right top;
					background-repeat: no-repeat;
					background-color:#f4de8c;
		}
									
        #button li .sub2 {
				border: 0;
				padding: 3px 14px 4px 20px;
				background-color: #def0ff;
				color: #002d51;
				font-size: 10px;
                }

        #button li .sub2_cp {
				border: 0;
                padding: 3px 14px 4px 20px;
				background-color: #def0ff;
                color: #0e4f8f;
				font-weight: bold;
				font-size: 10px;
				background-image: url('../images/mouseover_sub.gif');
					background-position: right top;
					background-repeat: no-repeat;
                }
				
        #button li a.sub2:hover , #button li a.sub2_cp:hover {
                color: #0e4f8f;
				background-image: url('../images/mouseover_sub.gif');
					background-position: right top;
					background-repeat: no-repeat;
					background-color:#f4de8c;
		}