/* Classifieds Funnel - SW 8.31.07 */

.funnelMenu {
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
}

.funnelMenu  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
}



.funnelMenu ul {
	display: block;
	position:absolute;
	top: 1.3em;
	margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
	left:-1px;

 #left:0px;
	_left:0px;
	width: 160px;
}

.funnelMenu ul ul {
 top:-1px;
 margin-top:0px;
 left: 165px;
}

.funnelMenu li {
	float: right;
	display: block;
	position: relative;
	list-style: none;
	/* border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF */
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.funnelMenu ul li {
 float: right;
 margin: 0;
 margin-bottom: -1px;
}

.funnelMenu ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.funnelMenu a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 6px 9px 3px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -0.1px;
	font-size: .8em;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.funnelMenu a .subind {
 display: none;
}

.funnelMenu ul a .subind {
 display: block;
 float:right;
}

.funnelMenu a#classified {
	width:141px;
    background-image: url(/images/funnel/class.jpg);
	text-align:center;
}
	
.funnelMenu a#classified:hover, .menulist a.highlighted#classified {
	width:141px;
    background-position:-160px 0;
}

.funnelMenu a#realestate {
	width:141px;
    background-image: url(/images/funnel/real.jpg);
	text-align:center;
}
	
.funnelMenu a#realestate:hover, .menulist a.highlighted#realestate {
	width:141px;
    background-position:-160px 0;
}

.funnelMenu a#cars {
	width:141px;
    background-image: url(/images/funnel/cars.jpg);
	text-align:center;
}
	
.funnelMenu a#cars:hover, .menulist a.highlighted#cars {
	width:141px;
    background-position:-160px 0;
}

.funnelMenu a#jobs {
	width:141px;
	height:19px;
    background-image: url(/images/funnel/jobs.jpg);
	text-align:center;
}
	
.funnelMenu a#jobs:hover, .menulist a.highlighted#jobs {
	width:141px;
	height:19px;
    background-position:-160px 0;
}

.funnelMenu a#advertiseWith {
	width:141px;
    background-image: url(/images/funnel/place.jpg);
	text-align:center;
}
	
.funnelMenu a#advertiseWith:hover, .menulist a.highlighted#advertiseWith {
	width:141px;
    background-position:-160px 0;
} 

.funnelMenu a {
 float: left;
}
.funnelMenu ul a {
 float: none;
}
/* \*/
.funnelMenu a {
 float: none;
}

*:first-child+html .funnelMenu ul li {
 float: left;
 width: 100%;
}

* html .funnelMenu ul li {
 float: left;
 height: 1%;
}
* html .funnelMenu ul a {
 height: 1%;
}

/* End Funnel Links */
