/**
 *  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:639px;
height:18px;
padding:1px 1px 1px 0px;
background-color:#ECF0F9;
border:1px solid #A2B1C4;
z-index:100;
font-family:Arial;
}
#filters ul{
margin:0px;
padding:0px;
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:0px 0px 0px 1px;
}

/*Top level menu link items style*/
#filters ul li a {
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
font-size:11px;
display: block;
width: 105px;
float: left;
line-height:14px;
height:14px;
padding: 2px 0px 2px 0px;
background:#7B859F;
margin:0px 0px 0px 0px;

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

#filters ul li ul{
left: -1px;
top: 18px;
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{
font-family:Arial;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
border-top:#FFFFFF 1px solid;
font-size:11px;
display:block;
height:auto;
width:100px;
float:left;
padding: 3px 2px 3px 3px;
background:#7B859F;
height:12px;
}



#filters ul li ul li a:hover{
background-color:#D8E1F1;
color:#515A70;
}



* 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 */