div#menu {
	height: 30px;
	list-style-type: none;
	width: 560px;
	display: block;
	margin: 0px;
	padding: 0px;
}
div#menu ul {}
div#menu li {}
/*configurator*/
ul#navigation {margin: 0px; padding: 0px;}
ul#navigation a{
	list-style-type: none;
	top: 0px;
	left: 0px;
	width: 521px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#navigation li {
	display: block;
	float: left;
	padding: 0px;
	text-indent: -9999px;
	margin: 0px;
}

/* Menu Items */
li#about a {
	width: 111px;
	height: 30px;
}
li#about a:link {
	background-position: 0px 0px;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	display: block;
}
li#about a:visited {
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	display: block;
}
li#about a:hover {
	background-position: 0px -30px;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
}

li#attorneys a {
	width: 110px;
	height: 30px;
}
li#attorneys a:link {
	background-position: 0px 0px;
no-repeat; 		display: block;
	background-image: url(images/attorneys.gif);
}
li#attorneys a:visited {
	background: url(images/attorneys.gif);
	background-position: 0px 0px;
no-repeat; 		display: block;
}
li#attorneys a:hover {
	background: url(images/attorneys.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

li#practice a {
	width: 110px;
	height: 30px;
}
li#practice a:link {
	background-position: 0px 0px;
no-repeat; 		display: block;
	background-image: url(images/practice.gif);
}
li#practice a:visited {
	background: url(images/practice.gif);
	background-position: 0px 0px;
no-repeat; 		display: block;
}
li#practice a:hover {
	background: url(images/practice.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

li#newsevents a {
	width: 110px;
	height: 30px;
}
li#newsevents a:link {
	background-position: 0px 0px;
no-repeat; 		display: block;
	background-image: url(images/newsevents.gif);
}
li#newsevents a:visited {
	background: url(images/newsevents.gif);
	background-position: 0px 0px;
no-repeat; 		display: block;
}
li#newsevents a:hover {
	background: url(images/newsevents.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

li#career a {
	width: 80px;
	height: 30px;
no-repeat;
}
li#career a:link {
	background-position: 0px 0px;
no-repeat; 	display: block;
	background-image: url(images/careers.gif);
}
li#career a:visited {
	background: url(images/careers.gif);
	background-position: 0px 0px;
no-repeat; 		display: block;
}
li#career a:hover {
	background: url(images/careers.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

ul#links { margin: 0px;	padding: 0px;}
ul#links a {
	list-style-type: none;
	border: 0;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 30px;
	text-indent: -9999;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
ul#links li { display: block; float: left; text-indent: -9999px;}
