@charset "utf-8";
/* CSS Document */
.testlogic #debai {
	position:relative;
	text-align:left;
	width:100%;
	background-color:#A5B0E4;
}
.navigation ul
{
	/*width:100%;
	border-style: solid;
	border-right:1px solid;
    border-left-color:#FF4040;
	border-right-color:#FFF;
	border-top-color:#FFF;
	border-bottom-color:#FFF;*/
	
}

.navigation li.dong{
	width:100%;
	margin-bottom:0px;
	/*padding:5px;
	border-style: solid;
    border-width: 1px;
	
	
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;*/
	text-align:left;
	}
.navigation .dong a{
	height:20px;
	width:100%;
	
	/*margin-bottom:1px;*/
	border-color:#666;
	}
.navigation ul ul{
            /* background-color:#e6056f; remove. this is for illustration purposes only */
           /* width:600px; /* you need a width to accommodate tertiary menus */
          /*  z-index:100;
           /* height:0;
		   display:none;
            overflow: hidden;*/
			 display:none;
		/*	-webkit-transition: height 0.3s ease-in;
            -moz-transition: height 0.3s ease-in;
            -o-transition: height 0.3s ease-in;
            -ms-transition: height 0.3s ease-in;
            transition: height 0.3s ease-in;*/
        }
/* tertiary drop-down box */
      
  /*      .navigation > ul > li:hover ul{
			visibility:visible;
			
            height:300px; /* need a height to accommodate any tertiary menus */
	/*		width:600px; /* you need a width to accommodate tertiary menus */
     /*       position:relative;
			float:left;
			
			z-index:100;
                   }*/
        
        /* drop-down item styles */
        /* if you want different styling for tertiary menus, just copy the 4 rules below and insert an additional ul: for example: ".navigation ul ul li", becomes: ".navigation ul ul ul li" */
		.navigation  ul
		{
			list-style-type:none;
			
		}
        .navigation  ul ul
		{
			list-style-type:upper-latin;
		}
		
		.navigation ul li.dong:hover {
            background-color:#ccffee; /* grey */
        }
        .navigation ul ul li.cauchon{
            background-color:#e6e6ff; /* grey */
            width:100%;
			text-align:left;
			}
        
        .navigation ul ul li.cauchon:hover {
            background-color:#b3daff; /* grey */
        }
        
        /*.navigation ul ul li:hover {
            color:#ffffff; /* white 
        } */
		.navigation ul ul li {
            border-bottom:1px dotted #999;
			padding:0px;
        }
        .navigation ul ul li.cauchon:hover{
            border-bottom:1px solid #eaeaea;
			padding:0px;
        }
       .navigation ul li p{
		   width:100%;
		   margin-bottom:10px;
		 /*  border-width: 1px;
		   border-bottom-style:groove;
		   border-bottom-color:#00ff00;*/
	   }