/* Project Air Conditioning - Navigation */
#navigation {
	float: left;
	width: 245px;
	height: 260px;
	margin: 0 !important;
	margin: -1px 0 0 0;
	padding: 0;
	background: url(../grfx/nav_bg.jpg) top left no-repeat;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0 0 0 20px;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0 0 2px 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation li a {
	border: 0;
	display: block;
	height: 27px;
	text-decoration: none;
}

#navigation li a span{
	display:none;
}

#navigation li#home a {
	background: url(../grfx/nav.gif) 0px 0px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#home a:hover, #navigation li#home a.selected {
	background: url(../grfx/nav.gif) -221px 0px no-repeat;
	width: 221px;
	height: 27px;
} 

#navigation li#ourpeople a {
	background: url(../grfx/nav.gif) 0px -27px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#ourpeople a:hover, #navigation li#ourpeople a.selected {
	background: url(../grfx/nav.gif) -221px -27px no-repeat;
	width: 221px;
	height: 27px;
} 

#navigation li#ourservices a {
	background: url(../grfx/nav.gif) 0px -54px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#ourservices a:hover, #navigation li#ourservices a.selected {
	background: url(../grfx/nav.gif) -221px -54px no-repeat;
	width: 221px;
	height: 27px;
} 

#navigation li#pubtest a {
	background: url(../grfx/nav.gif) 0px -81px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#pubtest a:hover, #navigation li#pubtest a.selected{
	background: url(../grfx/nav.gif) -221px -81px no-repeat;
	width: 221px;
	height: 27px;
} 

#navigation li#products a {
	background: url(../grfx/nav.gif) 0px -108px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#products a:hover, #navigation li#products a.selected {
	background: url(../grfx/nav.gif) -221px -108px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#quote a {
	background: url(../grfx/nav.gif) 0px -135px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#quote a:hover, #navigation li#quote a.selected {
	background: url(../grfx/nav.gif) -221px -135px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#policies a {
	background: url(../grfx/nav.gif) 0px -162px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#policies a:hover, #navigation li#policies a.selected {
	background: url(../grfx/nav.gif) -221px -162px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#employment a {
	background: url(../grfx/nav.gif) 0px -189px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#employment a:hover, #navigation li#employment a.selected {
	background: url(../grfx/nav.gif) -221px -189px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#contactus a {
	background: url(../grfx/nav.gif) 0px -216px no-repeat;
	width: 221px;
	height: 27px;
}

#navigation li#contactus a:hover, #navigation li#contactus a.selected {
	background: url(../grfx/nav.gif) -221px -216px no-repeat;
	width: 221px;
	height: 27px;
}



@media print {
	#navigation {
		display:none;
	}
	#textarea {
		width:721px;
	}
}