#nav {
	width: 870px;
	height: 35px;
	background: url(../images/linkbar.png);
	margin: 0; 
	padding: 0;
	position: relative;
	float: left;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 35px; display: block;}

#first { left: 0; width: 28px; }
#link1 { left: 28px; width: 144px; }
#link2 { left: 172px; width: 124px; }
#link3 { left: 296px; width: 127px; }
#link4 { left: 423px; width: 90px; }	
#link5 { left: 513px; width: 90px; }
#link6 { left: 603px; width: 103px; }
#link7 { left: 706px; width: 135px; }
#last { left: 841px; width: 29px; }

#link1 a:hover { background: transparent url(../images/linkbar.png) -28px -35px no-repeat; }
#link2 a:hover { background: transparent url(../images/linkbar.png) -172px -35px no-repeat; }
#link3 a:hover { background: transparent url(../images/linkbar.png) -296px -35px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) -423px -35px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) -513px -35px no-repeat; }
#link6 a:hover { background: transparent url(../images/linkbar.png) -603px -35px no-repeat; }
#link7 a:hover { background: transparent url(../images/linkbar.png) -706px -35px no-repeat; }

/*=====Left Side=====*/

#leftlinks,
#attorneylinks {
	width: 190px;
	height: 120px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
	}

#attorneylinks {height: 330px;}

#leftlinks li,
#attorneylinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#leftlinks li, #leftlinks a,
#attorneylinks li, #attorneylinks a { 
	width: 190px;
	height: 30px;
	display: block;
	padding: 5px 0px 0px 7px;
	color: #555;
	text-decoration: none;
	}

#leftlinks a,
#attorneylinks a {
	border-top: 1px #CCC solid;
	}

html>/**/body #leftlinks a {height: 25px; width: 183px;}
html>/**/body #attorneylinks a {height: 25px; width: 183px;}

#leftlinks1 {top: 0;}
#leftlinks2 {top: 30px;}
#leftlinks3 {top: 60px;}
#leftlinks4 {top: 90px;}
#leftlinks5 {top: 120px;}
#leftlinks6 {top: 150px;}
#leftlinks7 {top: 180px;}
#leftlinks8 {top: 210px;}
#leftlinks9 {top: 240px;}
#leftlinks10 {top: 270px;}
#leftlinks11 {top: 300px;}

#leftlinks a:hover,
#attorneylinks a:hover {
	color: #000;
	background-color: #EFEFEF;
	text-decoration: none;
	}

body#about a#aboutnav,
body#attorney a#attorneynav,
body#cli a#clinav,
body#decent a#decnav,
body#contact a#connav,
body#dennism a#perlberg,
body#jgregory a#carlock,
body#markian a#binsky,
body#johnm a#speyer,
body#diana a#mcdonough,
body#ginam a#fortunato,
body#mariee a#garelle,
body#jackie a#rappel,
body#jamesm a#ohara,
body#davidl a#singer,
body#frankd a#platt,
body#thomase a#scott,
body#insurance a#insurenav,
body#commercial a#commnav {
	background: #EFEFEF;
	color: #000;
	}

