
h1#logo a {
    background-image: url(../images/um_logo.gif);
}

/* header images */
div#headerimg.home {
    background-image: url(../images/header_home.jpg);
}
div#headerimg.about {
    background-image: url(../images/header_about.jpg);
}
div#headerimg.products {
    background-image: url(../images/header_products.jpg);
}
div#headerimg.developer {
    background-image: url(../images/header_developer.jpg);
}
div#headerimg.contact {
    background-image: url(../images/header_contact.jpg);
}
div#headerimg.mapfluence {
    background-image: url(../images/header_mapfluence.gif);
}
div#headerimg.urbanware {
    background-image: url(../images/header_urbanware.gif);
}

/* header text */
div#headerimg.home  div#statement {
    height: 175px;
    background-image: url(../images/statement_home.gif);
}
div#headerimg.about  div#statement {
    background-image: url(../images/statement_home.gif);
}
div#headerimg.products  div#statement {
    background-image: url(../images/statement_home.gif);
}
div#headerimg.developer  div#statement {
    height: 150px;
    background-image: url(../images/statement_developer.gif);
}
div#headerimg.contact  div#statement {
    background-image: url(../images/statement_home.gif);
}
div#headerimg.mapfluence  div#statement {
    background-image: url(../images/statement_mapfluence.gif);
}
div#headerimg.urbanware  div#statement {
    background-image: url(../images/statement_urbanware.gif);
}

/* section labels */
div#sectionlabel h2.about {
    width: 116px;
    background-image: url(../images/label_about_us.gif);
}
div#sectionlabel h2.products {
    width: 106px;
    background-image: url(../images/label_products.gif);
}
div#sectionlabel h2.developer {
    width: 219px;
    background-image: url(../images/label_developer_center.gif);
}
div#sectionlabel h2.developer {
    width: 219px;
    background-image: url(../images/label_developer_center.gif);
}
div#sectionlabel h2.contact {
    width: 119px;
    background-image: url(../images/label_contact.gif);
}
div#sectionlabel h2.mapfluence {
    width: 145px;
    background-image: url(../images/label_mapfluence.gif);
}
div#sectionlabel h2.urbanware {
    width: 178px;
    margin-top: 8px;
    background-image: url(../images/label_urbanware.gif);
}


/* homepage title links */
h2.hometitle.mapdata a {
    background-image: url(../images/map_data.gif);
}
h2.hometitle.analytics a {
    background-image: url(../images/geo_analytics.gif);
}
h2.hometitle.industries a {
    background-image: url(../images/industry_solutions_new.gif);
}
div.learnmore a {
    background-image: url(../images/learn_more.gif);
}
a#contactus {
    background-image: url(../images/contact_us_now.gif);
}
div#tagline {
    background-image: url(../images/tagline.gif);
}

/* drowdown menu */
.sf-menu li li {
	background:	url(../images/screen_75wh.png);
}
.sf-menu li li a {
	background:	url(../images/screen_65bl.png);
}
.sf-menu li li a:link, .sf-menu li li a:visited {
	background:	url(../images/screen_75wh.png);
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	url(../images/screen_65bl.png);
}
