
#filters{
}

#filtermenu {
width:659px;
display:block;
height:35px;
padding:0px 0px 8px 19px;
margin:0px 0px 0px 0px; 
clear:both;
background:#fafafa;
border:#E7E7E7 1px solid;
text-align: center;
z-index:500;
}


#filtermenu div{
position: relative;
display: block;
float: left;
padding: 13px 0px 0px 0px;
height: 30px;
width:125px;
margin:0px 5px 0px 0px;
line-height: 3em;
background: url(/images/footerlistheads_110.gif) no-repeat center center;
z-index:700;
}

/*Top level menu link items style*/
#filtermenu div a {
	color: #4679B8;
	float:left;
	width:120px;
	margin:2px 0px 0 0;
	padding: 0 2px 1px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	vertical-align: middle;
	z-index:800;
}

#filtermenu div .selected{
color:#000000;
font-weight:normal;
}

#filtermenu div a:hover {
text-decoration:none;
color:#000000;
}
/*Sub level menu*/
#filtermenu div ul{
margin: 23px 0 0 0px;
font-weight:normal;
position: absolute;
z-index:2000;
display: none;
background: #ffffff;
padding: 0 ;
}

#filtermenu  .filter_footer{
top: -7px;
background: url(/images/footerlistheads_bottom_125.gif) no-repeat bottom right;
height:0px;
}


/*Sub level menu list items*/
#filtermenu div ul li{
text-align:left;
font-weight:normal;
display: inline;
z-index:2000;
}


/* Sub level menu links style */
#filtermenu div ul li a{
text-decoration:none;
font-weight:normal;
color:#4c83c8;
border-top:#FFFFFF 1px solid;
font-size:10px;
display:block;
height:auto;
width:120px;
float:left;
margin-top: -1px;
padding: 4px 2px 2px 3px;
background:#e2e2e2;
line-height: 12px;
z-index:3000;
}

#filtermenu div ul li a:hover{
background:#4679B8;
color:#000000;
z-index:3000;
}

.filtrutitlu {
font-family: Verdana;
font-size: 10px;
line-height: 12px;
color: #4c83c8;
font-weight: bold;
text-decoration: none;
display:block;
clear:both;
margin: 0px 0px 3px 0px;
}

/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
* html p#iepara{ padding-top: 1em;}
	
/* Holly Hack for IE */
* html #filters ul li { float: center; height: 1%; }
* html #filters ul li a { height: 1%; }
/* End */
