/* @override http://prod.mosmedia.com/hgs/assets/templates/hgspracticelist/index.css */

#menu-left {
	position: relative;
	background-color: #a7b6b5;
	margin: 0 30px 20px 0;
	height: auto;
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

#content-right {
	height: auto;
	float: left;
	position: relative;
	width: 670px;
	padding-bottom: 10px;
}

/* @group practice areas */

.practice_h3 {
	
}

div#menu-left h3 {
	color: #fff;
	margin-bottom: 15px;
}

#menu-left ul {
	margin: 0;
	padding: 0;
}

#menu-left li {
	list-style-type: none;
	margin-bottom: 10px;
	border-style: none;
}

#menu-left li a {
	text-decoration: none;
	color: #fdfbff;
	border-style: none;
	font-size: 1em;
}

#menu-left li a:link {
	text-decoration: none;
	color: #fdfbff;
	border-style: none;
	font-size: 1em;
}

#menu-left li a:visited {
	text-decoration: none;
	color: #fdfbff;
	border-style: none;
}

#menu-left li a:hover {
	text-decoration: none;
	color: #3c5671;
	list-style-type: square;
	border-style: none;
}



/* @end */