/************ Top nav *********/
#topnav ul#firstlevel {
	margin: 0 200px 0 20px;
	padding: 0;
	height: 33px;
	list-style-type: none;
}
#topnav li.firstlevel {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	height: 33px;
	float: left;
}
#topnav li.lastEmpty {
	display: block;
	width: 2px;
	height: 33px;
	overflow: hidden;
	background-image: url(images/topnav_bg_link.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
	text-transform: uppercase;	
}
#topnav li.firstlevel a:link, #topnav li.firstlevel a:visited, #topnav li.firstlevel a:hover, #topnav li.firstlevel a:active {
	display: block;
	float: left;
	text-decoration: none;
	height: 33px;
	overflow: hidden;
	padding: 0 13px 0 15px;
}
#topnav li.firstlevel a:link, #topnav li.firstlevel a:visited {
	color: #fff;
	background-image: url(images/topnav_bg_link.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#topnav li.firstlevel a:hover, #topnav li.firstlevel a:active {
	color: #fff;
	background-color: #4c4332;
	background-image: url(images/topnav_bg_link.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#topnav li.active a:link, #topnav li.active a:visited {
	background-color: #e5e4d0;
	background-image: url(images/topnav_bg_link.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #282313;
}
#topnav li.active a:hover, #topnav li.active a:active {
	background-image: url(images/topnav_bg_link.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
/************ Top nav dropdowns *********/
div#topnav ul ul {
	position: absolute;
	margin: 0;
	top: 33px;
	left: 0;
	width: 200px;
	overflow: hidden;
	z-index: 1000;
	display: none;
	list-style-type: none;
}
div#topnav ul li:hover ul {
	display: block;
	background-color: #4c4332;
	z-index: 1100;
}
#topnav li.firstlevel ul li.secondlevel a:link, #topnav li.firstlevel ul li.secondlevel a:visited {
	background-color: #4c4332;
	background-image: none;
	padding: 0 13px 0 13px;
	width: 200px;
	height: 20px;
	position: relative;
	left: -13px;
	float: left;
	border-top: 1px solid #5f5543;
	border-bottom: 1px solid #312b21;
}
#topnav li.firstlevel ul li.secondlevel a:hover, #topnav li.firstlevel ul li.secondlevel a:active, #topnav li.firstlevel ul li.secondlevel:hover {
	background-color: #5b503e;
	color: #fff;
}
#topnav li.firstlevel ul li.secondlevel {
	position: relative;
	width: 200px;
	height: 22px;
	background-color: #4c4332;
	padding: 0 0 0 13px;
	float: left;
	z-index: 1000;
	list-style-type: none;
}
#topnav li.firstlevel ul li.secondlevel a:link, #topnav li.firstlevel ul li.secondlevel a:visited, #topnav li.firstlevel ul li.secondlevel a:hover, #topnav li.firstlevel ul li.secondlevel a:active {
	text-transform: none;	
	color: #fff;
}
/************ Left nav *********/
#leftnav {
	position: relative;
	top: 20px;
	text-align: left;
}
#leftnav ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 180px;
	list-style-type: none;
	display: block;
	clear: both;
	float: none;
}
#leftnav li {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 4px;
	list-style-type: none;
	width: 180px;
	clear: both;
	float: none;
	border-top: 1px solid #d8d7c3;
	line-height: 1.4em;
}
#leftnav li ul {
	margin-top: 5px;
}
#leftnav a:link, #leftnav a:visited, #leftnav a:hover, #leftnav a:active {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.01em;
}
#leftnav a:hover, #leftnav a:active {
	background-color: #d8d7c3;
}
#leftnav ul ul li a:link, #leftnav ul ul li a:visited, #leftnav ul ul li a:hover, #leftnav ul ul li a:active {
	text-transform: none;	
	text-decoration: none;
	letter-spacing: 0.01em;
	padding-left: 0;
}
#leftnav ul ul li {
	width: 166px;
	padding: 3px 0 3px 14px;
}
#leftnav ul ul ul li a:link, #leftnav ul ul ul li a:visited, #leftnav ul ul ul li a:hover, #leftnav ul ul ul li a:active {
	padding-left: 0;
}
#leftnav ul ul ul li {
	width: 158px;
	padding: 3px 0 3px 8px;
}
#leftnav ul ul ul ul li a:link, #leftnav ul ul ul ul li a:visited, #leftnav ul ul ul ul li a:hover, #leftnav ul ul ul ul li a:active {
	padding-left: 0;
}
#leftnav ul ul ul ul li {
	line-height: 1.2em;
	width: 150px;
	padding: 3px 0 3px 8px;
	border: none;
}
ul#firstlevelleft {
	border-bottom: 1px solid #d8d7c3;
}
#leftnav li.active a:link, #leftnav li.active a:visited, #leftnav li.active a:hover, #leftnav li.active a:active {
	background-color: #3b3120;
	color: #fff;
}
#leftnav li.active li a:link, #leftnav li.active li a:visited {
	background-color: transparent;
	color: #282313;
}
#leftnav li.active li a:hover, #leftnav li.active li a:active {
	background-color: #d8d7c3;
	color: #282313;
}

