div.filthdlr {
float:right;
margin: -66px 0 0 0;
position:relative;
width: 250px;
height: 24px;
text-align:left;
font-family: arial;
border:0;
line-height:1.8em;
}
div.subcat
{
background: #fff;
position: absolute;
top: -7px;
left: -20px;
z-index: 100;
width: 249px;
display: none;
margin-left: 10px;
padding: 26px 0 10px 0;
border:1px solid #f5f5f5;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.filthdlr li {padding:0; margin:0;}

.filthdlr li a {
   
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 4px 0px 4px 0;
	border-bottom:0px solid #f5f5f5;
	text-indent:16px;
  cursor: pointer;
  text-decoration:none;
}

.filthdlr li a:hover{
    background:#f5f5f5;
    text-decoration: none;
    
}
a.filters {
font-size: 15px;
color: #000;
position: absolute;
z-index: 110;
display: block;
padding: 4px 0 3px 0px;
width: 250px;
text-indent: 14px;
margin: -10px 0 0 -10px;
text-decoration: none;
border:1px solid #EAEAEA;
border-radius: 6px;
background: #f8f8f8 url(../images/arrow2.png) center right no-repeat;
cursor:pointer;
    -webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
}
.filroot
{
list-style:none;
margin:0px;
font-size: 13px;
padding: 13px 0 2px 0;
border-top:1px solid #f5f5f5;	
}