﻿div#nav
{
	background-image: url(../cmsimages/navdrop.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #454545;
	height: 45px;
}

div#nav div
{
	background-position: 0 -33px;
	background-repeat: no-repeat;
	float: right;
	height: 33px;
	margin: 0;
	overflow: hidden;
}

div#nav img
{
	margin: 0;
}

div#nav a
{
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	margin: 0;
	overflow: hidden;
}

/* home link */
div#navhome,
div#navhome a
{
	background: url(../cmsimages/navhome.gif);
	width: 32px;
}

/* healthcare link */
div#navhealthcare,
div#navhealthcare a
{
	background: url(../cmsimages/navhealthcare.gif);
	width: 103px;
}

/* government link */
div#navgovernment,
div#navgovernment a
{
	background: url(../cmsimages/navgovernment.gif);
	width: 107px;
}

/* school link */
div#navschool,
div#navschool a
{
	background: url(../cmsimages/navschool.gif);
	width: 84px;
}

/* for roof link */
div#navroof,
div#navroof a
{
	background: url(../cmsimages/navroof.gif);
	width: 98px;
}

/* for contact link */
div#navcontact,
div#navcontact a
{
	background: url(../cmsimages/navcontact.gif);
	width: 45px;
}

div#nav a:hover
{
	background: none;
}