.submenu {
position: absolute;
top:5px;
width:150px;
padding:0px 0;
clear:both;
z-index:2;
display:none;
}
a.search_selector {
  float:right;
  padding: 0;
  width:148px;
  height:35px;
  margin:3px 0 0 0;
  text-decoration:none;
  font-weight: bold;
  font-size: 12px;
  text-indent: 10px;
  color: #ffffff;
  line-height:35px;
  background:url(/images/newassets/popular_search_selector_bg.gif) no-repeat center;
}
a.search_selector:hover{
  background:url(/images/newassets/pop_srch_sel_bg_hover.gif) no-repeat center;
}

.popular_search_title{
color:#767676;
padding:0px 0 10px 10px;
margin:0px;
font-size:12px;
color:#767676;
font-weight:bold;
}
.submenu_top{
width:148px;
height:12px;
background:url(/images/newassets/popular_search_top.gif) no-repeat center bottom;
}
.submenu_center{
width:148px;
height: auto;
background:url(/images/newassets/popular_search_center.gif) repeat-y center;
}
.submenu_bottom{
width:148px;
height:12px;
background:url(/images/newassets/popular_search_bottom.gif) no-repeat center top;
}
.submenu ul{
margin:0px;
padding:0px;
}
.submenu li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #cccccc;
}
.submenu li.title {
  background:url(/images/newassets/popular_search_arrow.gif) no-repeat right top;
  display:block;
  float:none;
  padding:0px 7px 5px 7px;
  margin:0 6px 0 0;
  border:0;
  height:auto;
  color:#000000;
  line-height:normal;
  text-decoration:none;
  font-weight: bold;
  font-size: 12px;
}
.submenu li a{
background:none;
display:block;
float:none;
padding:5px 7px 5px 7px;
margin:0;
border:0;
height:auto;
color:#1fa1e3;
line-height:normal;
text-decoration:none;
}
.submenu li a:hover{
background:#d4effd;
}
