



ol, ul {
  list-style: none;
 
}


.container {

  width: 100%;
  margin: 2px;
  color: #404040;
 float: left;
 /*margin-top: -5px;*/
}

#p_front{ width: 224px;height: 20px;padding: 3px;
	 float: left;margin: 5px;
	 
	
  
  
}
#p_front:hover{
	
}
#p_dt{ 
background: #fff;
color: #000;
	position: absolute;
	width: 224px;
	padding:3px 3px 3px 6px;
	height: 20px;
	overflow: hidden;
	 background: #fafafa;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
	
}
#p_dt:hover i{
	color: #ff0000; height: 5px;
}
#p_dt:hover{
	display: inline;z-index: 2;height: 70px; color: #000000;
	
}
#p_dt>a{
	text-decoration: none;
	color: #565a5a;
}
#p_dt:hover a{color: #000000}





