
/* NAVBAR */

#navbar {
	float: right;
	list-style: none;
	height: 27px;
	margin-bottom: 50px;
}

#navbar li {
	float: left;
}

#navbar a {
	display: block;
	height: 0;
	width: 164px;
	padding-top: 27px;
	border: none;
	font-size: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

li.home, li.home a {
	width: 127px;
	height: 27px;
	background-image: url(../images/home_but.gif);
}

li.construct, li.construct a {
	width: 158px;
	height: 27px;
	background-image: url(../images/construct_but.gif);
}

li.fac, li.fac a {
	width: 158px;
	height: 27px;
	background-image: url(../images/facilities_but.gif);
}

li.jan, li.jan a {
	width: 160px;
	height: 27px;
	background-image: url(../images/janitorial_but.gif);
}

#navbar li {
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#navbar a:hover {
	background: none;
}

.home li.home a,
.construct li.construct a,
.fac li.fac a,
.fac_indy li.fac a,
.jan li.jan a,{
	background: none;
}

/* SUB NAVBAR */

#sub_navbar {
	width: 175px;
	height: 294px;
	margin-top: 15px;
	padding-top: 3px;
	}

#sub_navbar a {
	display: block;
	height: 3em;
	padding: 3px 8px 5px 15px;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #046665;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
}

#sub_navbar .metalstone {
	line-height: 1.5em;
}
#sub_navbar .metalstone a {
	line-height: 1.5em;
}

#sub_navbar .workorder {
	display: block;
	height: 3em;
	padding: 3px 8px 5px 15px;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #046665;
	text-decoration: none;
}
#sub_navbar .workorder a {
	line-height: 1.5em;
}

#sub_navbar a:hover {
	background: #fff url(../images/grad_bg2.gif) repeat-y;
	color: #fff;
}

#sub_navbar ul { /* needs the Holly hack to avoid IE bugs */
	border-top: 1px solid #000;
	}

#sub_navbar li {
  list-style: none; /* kills the list item "bullet" markers */
 
  position: relative;
	text-align: center;
	vertical-align: bottom; /* for IE5/win */
	font-weight: bold;
	font-family: arial, sans-serif;
	background-color: #fff
	}