@charset "utf-8";
/* CSS Document */

ul#navMain {
	position:absolute;
	left:17px;
	background:url(../images/nav/background.png) no-repeat;
	width:198px;
	height:497px;
	padding:0;
	margin:-24px 0 0 0;
	list-style-type:none;
	font-size:0%;
}

ul#navMain li a {
	background-position:bottom left;
	width:198px;
	height:42px;
	display:block;
	padding:0;
	margin:0;
	outline:none;
}

ul#navMain li a:hover {
	background-position:center left;
	padding:0;
	margin:0;	
}

ul#navMain li.current a {
	background-position:top left;
	cursor:default;
}

.line {
	background:url(../images/nav/line.png) no-repeat top center;
	width:186px;
	height:2px;
	margin-left:6px;
}

li#button1 a {
	background:url(../images/nav/button-1.png) no-repeat bottom left;
}

li#button2 a {
	background:url(../images/nav/button-2.png) no-repeat bottom left;
}

li#button3 a {
	background:url(../images/nav/button-3.png) no-repeat bottom left;
}

li#button4 a {
	background:url(../images/nav/button-4.png) no-repeat bottom left;
}

li#button5 a {
	background:url(../images/nav/button-5.png) no-repeat bottom left;
}

li#button6 a {
	background:url(../images/nav/button-6.png) no-repeat bottom left;
}

li#employment a {
	background:url(../images/nav/employment.png) no-repeat bottom left;
}

li#serviceCall a {
	background:url(../images/nav/service-call.png) no-repeat bottom left;
}

