/* Basic code - don't modify */
 
 #drop { display: block; margin: 0; padding: 0; position: relative; }
  #drop li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #drop a { display: block; }
  #drop ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #drop ul { line-height: 0; } /* IE6 "fix" */
  	#drop ul a { zoom: 1; } /* IE6/7 fix */
    #drop ul li { float: none; }
    #drop ul ul { top: 0; }
    
/* Essentials - configure this */

#drop ul { width: 216px; }
#drop ul ul { left: 201px; }

/* Everything else is theming */
/*
#drop { background-color: #30A8C3; height: 24px; }
#drop *:hover { background-color: none; }
#drop a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #drop li.hover a { background-color: #5E5A5A; }
  #drop ul { top: 25px; }
    #drop ul li a { background-color: #5E5A5A; }
      #drop ul a.hover { background-color: #30A8C3; }
   #drop ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #drop ul a { border-bottom: none; } - I also needed this for IE6/7 */

#drop ul{top:35px;
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #888;
border-bottom:3px solid #666;
border-right:3px solid #666;
margin:0 auto;
position:absolute;
padding:2px;
padding-bottom:10px;
}

#drop ul li {
border-color:-moz-use-text-color -moz-use-text-color #D1D1D1;
border-style:none none solid;
border-width:0 0 1px;
list-style-type:none;
margin:0 auto;
padding:0;
}

#drop ul li a{
background:#EFEFEF;
color:#242424;
display:block;
padding:3px 8px;
text-decoration:none;
font-size:11px;
width:200px;
font-weight:normal;
font-family:Arial, Tahoma, "Trebuchet MS";
font-size: 14px;
}
#drop ul li a i{text-decoration:none; color:#919191; font-style:normal; padding-left:5px; font-size:10px; }


#drop ul li a:hover{
background:#222;
color:#FFFFFF;
}


#drop ul li span.img_prev {
	width: 68px; height: 40px; 
	float: left; 
	background: url(../../imgdesign/w_preview_small_default.jpg) no-repeat; 
	border: 1px solid #E8E8E8;
margin:0;
}
#drop ul li a:hover span.img_prev { border: 1px solid #888; }

#drop ul li span.title {
	width:128px;
	font-weight:normal;
	font-size: 11px;
	margin-bottom:4px;
}
#drop ul li span.desc {
	font-size: 9px;
	font-weight:normal;
	color:#999999;
display:none;
}
#drop ul li .withPic {
	a-width: 220px; 
	a-margin-left: 40px; a-min-height: 27px; 
	background: transparent; 
	float: right; 
}

