﻿/* left panel properties */

#left-panel 
{
	float: left;
	margin: 15px 0pt 0pt;
	width: 155px;
}
#left-panel #side-nav 
{
	margin: 120px 0pt 0pt;
}
#left-panel ul
{ 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#side-nav li
{
	border-bottom: 1px solid #f0dfd0;
	padding: 4px 0 6px 20px;
}
#top-nav ul /* controls width of the top horizontal navigation panel */
{
	float: right; 
	width: 754px;
}
#left-panel #side-nav a:link /* link styles within the left navigation panel */
{
	color: inherit;
	text-decoration: none;
}
#left-panel #side-nav a:hover /* link styles within the left navigation panel */
{
	color: inherit;
	text-decoration: none;
	color: #6f4b17;
}
#left-panel #side-nav a:visited /* link styles within the left navigation panel */
{
	color: inherit;
	text-decoration: none;
	color: #9f7a44;
}

