#navTop {
		width:200px;
		height:38;
		padding: 14px 0 0 16px;
		background-image: url('../images/sidenav_top.gif');
					background-position: left top;
					background-repeat: repeat-y;
images/sidenav_top.gif
}




#sidebox{
display:block;
margin:0;
padding:0;
border:0;
width:200px;
height:38px;
background-image:url('../images/sidenav_top.gif');
	background-position:center;
	background-repeat:no-repeat;
}
	
#sidebox span{
display:block;
margin:0;
padding: 12px 0 0 14px;
border:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#3e3d26;
text-align:left;
}




#button {
        width: 200px;
        margin: 0;
		padding: 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background-color:#ffffff;
		/*background-image: url('../images/sidenav_bg.gif');
					background-position: left top;
					background-repeat: repeat-y;  */  
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0 6px 0 6px;
				border-right:solid 1px #deddc9;
				border-left:solid 1px #deddc9;
                }

        #button li {
                
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 4px 0px 3px 10px;
                text-decoration: none;
                width: 100%;
				text-align:left;
				color:#7f7d4d;
				border-bottom:solid 1px #eeeee3;
				/*background-image: url('../images/sidenav_over_01.gif');
					background-position: left top;
					background-repeat: no-repeat;*/
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
				color:#000000;
				background-image: url('../images/mouseover_cp.gif');
					background-position: 0px 8px;
					background-repeat: no-repeat;
                }

        #button li .nav {
				font-weight:normal;
				background-image: url('../images/mouseover.gif');
					background-position: 0px 8px;
					background-repeat: no-repeat;
                }

        #button li .nav_cp {
				color:#000000;
				font-weight: bold;
				background-image: url('../images/mouseover_cp.gif');
					background-position: 0px 8px;
					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-left: 25px;
				background-color: #ebeade;
				background-image: url('../images/bullet.gif');
					background-position: 15px 8px;
					background-repeat: no-repeat;
                }

        #button li .sub1_cp {
				border: 0;
				padding-left: 25px;
				background-color: #ebeade;
                color: #000000;
				font-weight: bold;
				background-image: url('../images/bullet_cp.gif');
					background-position: 15px 8px;
					background-repeat: no-repeat;
                }
				
        #button li a.sub1:hover , #button li a.sub1_cp:hover {
				background-image: url('../images/bullet_cp.gif');
					background-position: 15px 8px;
					background-repeat: no-repeat;
				}
							
        #button li .sub2 {
				border: 0;
				padding-left: 40px;
				background-color: #e3e2d1;
				background-image: url('../images/bullet.gif');
					background-position: 30px 8px;
					background-repeat: no-repeat;
                }

        #button li .sub2_cp {
				border: 0;
                padding-left: 40px;
				background-color: #e3e2d1;
                color: #000000;
				font-weight: bold;
				background-image: url('../images/bullet_cp.gif');
					background-position: 30px 8px;
					background-repeat: no-repeat;
					
                }
				
        #button li a.sub2:hover , #button li a.sub2_cp:hover {
				background-image: url('../images/bullet_cp.gif');
					background-position: 30px 8px;
					background-repeat: no-repeat;
				}