/* ASV navigation menu style-sheet. */

#left_column {

	position: fixed;
	top: 0px; left: 0px;
	width: 120px; height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	overflow: hidden;
	background: #000000 url('bg_line.gif') repeat-y;
	font: 10pt/15pt arial, sans-serif;
	color: #ffffff;
}

/* #nav_bottom {

**	position: absolute;
**	left: 0px; bottom: 0px;
**	width: 120px; height: 100px;
**	background: url('bottom_bg.png') no-repeat;
** } */

#nav_featured_work {

	position: absolute;
	left: 0px; top: 0px;
	width: 120px; height: 207px;
	z-index: 1;
	background: url('feature_bg.jpg') no-repeat;
}

#nav_links {

	position: absolute;
	left: 0px; top: 207px;
	width: 120px;
	z-index: 2;
	background-color: #000000;
}

#nav_links ul {

	margin: 10px 0px 20px 10px;
	padding: 0px;
	list-style: none;
}

#nav_links li {

	padding: 1px 0px 1px 18px;
	background: url('bullet_bevel.png') no-repeat 2px 7px;
	font: 10pt/15pt arial, sans-serif;
}

#nav_links a {

	font-style: italic;
	color: #ffffff;
}

#nav_links a:hover { color: #ff0000; }

#nav_links_bottom {

	width: 120px; height: 16px;
	z-index: 2;
	background: url('border_bg.jpg') no-repeat;
}