/**
 *  PHPMass Shopping Cart
 * Copyright (C) 2008  PHPMass.com
 * 
 *  This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 *  This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 *  You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
#filters{
width:580px;
height: 35px;


padding:4px 0px 4px 5px;
border: #E7E7E7 1px solid; 
background-color: #dfe9f5;
z-index:100;
}
#filters ul{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none; 
}

/*Top level list items*/
#filters ul li{
position: relative;
display: inline;
float: left;
text-align:center;
margin:3px 3px 0px 3px;
}

/*Top level menu link items style*/
#filters ul li a {
text-decoration:none;
font-weight:normal;
color:#4c83c8;
font-size:10px;
display: block;
height: 13px;
width: 94px;
float: left;
line-height:13px;
padding: 2px 0px 1px 0px;
background:#FFFFFF;
margin:0px 0px 0px 0px;

}
#filters ul li .selected{
background:#4679B8;
font-weight:normal;
color:#FFFFFF;
}
#filters ul li a:hover {
background:#4679B8;
color:#FFFFFF;
}
/*Sub level menu*/

#filters ul li ul{
left: -3px;
top: 16px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
#filters ul li ul li{
text-align:left;
display: inline;
}


/* Sub level menu links style */
#filters ul li ul li a{
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
border-top:#FFFFFF 1px solid;
font-size:10px;
display:block;
height:auto;
width:89px;
float:left;
padding: 4px 2px 2px 3px;
background:#779DCB;
}



#filters ul li ul li a:hover{
background:#4679B8;
color:#FFFFFF;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #filters ul li { float: left; height: 1%; }
* html #filters ul li a { height: 1%; }
/* End */