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


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/jquery-menutree.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#nav_vertical {
	position:relative;
	width:210px;
	z-index:100;
	float: left;
	height: 400px;
}
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff;
}
#nav {
	position:absolute;
	left:50px;
	top:25px;
}
#nav  a  {
	color: #666666;
	text-decoration: none;
}
#nav ul {
	padding-left:0px;
}
#nav li {
	font-size:12px;
	line-height:24px;
	color:#666666;
	cursor:pointer;
	width:100%;
}
#nav li a:hover {
	text-decoration:underline;
	color: #988766;
}
#nav    li.p1 ul   {
	padding-left: 15px;
	text-decoration: none;
}
ul#nav li.p1 {
	font-weight: bold;
}
ul#nav  li.p1  a   {
	text-decoration: none;
	font-weight: normal;
}
ul#nav li.p1 a:hover {
	text-decoration: underline;
	color: #978766;
}
ul#nav li.p1 ul li {
	font-size: 10px;
	line-height: 16px;
}
