.text11 {
	font:11px Arial, Helvetica, sans-serif;
}
.text11grey {
	font:11px Arial, Helvetica, sans-serif;
	color:#003366;
}
.text14 {
	font:14px Arial, Helvetica, sans-serif;
}

.text18 {
	font:18px Arial Black; 
}

.text24 {
	font:24px Arial Black; 
}

.textWhite {
	color:#ffffff;
}

.textOrange {
	color:#f75d0a;
}

.textStrong {
	font-weight:bold;
}

.field100 {
	width:100px;
}

.field180 {
	width:180px;
}
.field50 {
	width:100px;
}
.classSpacer {
	background-color:#ffffff;
	width:14px;
	height:124px;
	float:left;
}

.classSpacerVert {
	background-color:#ffffff;
	width:807px;
	height:20px; 
	float:left;
}

div#classBuyStuff {
	background-color:#cccccc; 
	background-image:url('../images/tr_gray.jpg'); 
	background-repeat:no-repeat; 
	background-position:top right;
	border-bottom:solid 2px #999999;
	width:532px;
	height:124px;
	float:left;
}

div#indentBuyStuff {
	width:532px;
	position:relative;
	left:10px;
	top:10px;
}

div#classSellStuff {
	background-color:#f18816; 
	background-image:url('../images/tr_orange.jpg');
	background-repeat:no-repeat; 
	background-position:top right;
	border-bottom:solid 2px #f75d0a;
	width:235px;height:124px; 
	float:left;
}

div#indentSellStuff {
	width:216px;
	position:relative;
	left:10px;
	top:10px;
}

.catBox {
	width:813px;
	float:inherit;
}

.catIndent {
	width:150px;
	position:relative;
	left:100px;
	top:30px;
}
.catIndent2 {
	width:175px;
	position:relative;
	left:75px;
	top:30px;
}

.catLeft {
	background-color:#cccccc;
	width:260px;
	height:140px;
	float:left;
}

.catFooter {
	width:255px;
	height:20px;
	color:#003366; 
	padding-left:5px;
}

a.catLinks {
	color:#003366;
	text-decoration:none;
}

a.catLinks:hover {
	text-decoration:underline;
}

.classCommon
{
	background-color:#ffffff;
	width:260px;
	height:124px;
}

div#classJobs {
	background-image:url('../images/back_jobs.jpg');
}

div#classRealEstate {
	background-image:url('../images/back_realestate.jpg');
}

div#classCars {
	background-image:url('../images/back_cars.jpg');
}

div#classAnnounce {
	background-image:url('../images/back_announcements.jpg');
}

div#classMerch {
	background-image:url('../images/back_merch.jpg');
}

div#classPets {
	background-image:url('../images/back_pets.jpg');
}

div#classServ {
	background-image:url('../images/back_service.jpg');
}

div#classYard {
	background-image:url('../images/back_yard.jpg');
}

div#classRent {
	background-image:url('../images/back_rent.jpg');
}

div#classBiz {
	background-image:url('../images/back_biz.jpg');
}

div#classPublic {
	background-image:url('../images/back_public.jpg');
}

div#classGarage {
	background-image:url('../images/back_garage.jpg');
}

div#classBrowseAds {
	background-color:#cccccc; 	
	background-image:url('../images/tr_gray.jpg'); 
	background-repeat:no-repeat; 
	background-position:top right;
	border-bottom:solid 2px #999999;
	width:250px;
	height:200px; 
	float:left;
}

div#browseIndent {
	width:250px;
	position:relative;
	left:10px;
	top:10px;
}

ul.browseList {
	color:#f75d0a; 
	margin-left: 0; 
	padding-left: 1em;
}

a.browseLinks {
	color:#000000;
}

a.browseLinks:hover {
	color:#f75d0a;
}
.funnelMenu, .funnelMenu  ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

.funnelMenu ul {
 display: block;
 position:absolute;
 top: 1em; 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: 0.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(http://www.gazette.com/images/classDown.jpg);
	text-align:center;
}
	
.funnelMenu a#classified:hover, .menulist a.highlighted#classified {
	width:141px;
    background-image: url(http://www.gazette.com/images/classUp.jpg);
}

.funnelMenu a#realestate {
	width:141px;
    background-image: url(http://www.gazette.com/images/realDown.jpg);
	text-align:center;
}
	
.funnelMenu a#realestate:hover, .menulist a.highlighted#realestate{
	width:141px;
    background-image: url(http://www.gazette.com/images/realUp.jpg);
}

.funnelMenu a#cars {
	width:141px;
    background-image: url(http://www.gazette.com/images/carsDown.jpg);
	text-align:center;
}
	
.funnelMenu a#cars:hover, .menulist a.highlighted#cars {
	width:141px;
    background-image: url(http://www.gazette.com/images/carsUp.jpg);
}

.funnelMenu a#jobs {
	width:141px;
	height:19px;
    background-image: url(http://www.gazette.com/images/jobsDown.jpg);
	text-align:center;
}
	
.funnelMenu a#jobs:hover, .menulist a.highlighted#jobs {
	width:141px;
	height:19px;
    background-image: url(http://www.gazette.com/images/jobsUp.jpg);
}

.funnelMenu a#place {
	width:141px;
    background-image: url(http://www.gazette.com/images/placeDown.jpg);
	text-align:center;
}
	
.funnelMenu a#place:hover, .menulist a.highlighted#place {
	width:141px;
    background-image: url(http://www.gazette.com/images/placeUp2.jpg);
}

.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%;
}