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

#buttons {
	float: left;
	text-align: right;
}
#buttons ul {
	list-style:	none;
	float: left;
	width: 707px;
	margin: 7px 0;;
	padding: 0;
	height: 20px;
}
#buttons ul li {
	display: block;
	float: left;
	width: 147px;
	margin-left: 6px;
}
#buttons ul li#active {
	width: 242px;
}
#buttons ul li a, #buttons ul li a:visited {
	display: block;
	border-bottom: none;
	font-weight: bold;
}
#content {
	height: 434px;
	float: left;
	width: 473px;
	padding: 20px 20px 0 20px;
	line-height: 1.5em;
	font-size: .9em;
}
#colorsquare {
	float: left;
	width: 16px;
	height: 9px;
	margin: 7px 0;
}
#heading {
	float: left;
	width: 40px;
	height: 454px;
}
#image {
	float: left;
	width: 146px;
	height: 454px;
	margin-left: 7px;
}
#logo {
	position: relative;
	top: -8px;
	z-index: -1;
	border: none;
}
#spacer {
	clear: both;
	height: 14px;
}
#top {
	background: url(../images/side_nav_bg.gif) repeat-x;
	height: 9px;
	width: 210px;
	background-color: #000000;
	float: left;
	margin: 7px 0;
}


/***Classes***/
.business a, .business a:visited{
	color: #602449;
	border-top: 9px solid #602449;
}
.employment a, .employment a:visited{
	color: #90268E;
	border-top: 9px solid #90268E;
}
.intellectual_property a, .intellectual_property a:visited{
	color: #274096;
	border-top: 9px solid #274096;
}
.litigation a, .litigation a:visited{
	color: #01ABED;
	border-top: 9px solid #01ABED;
}