            
.padding
{
  height: 300px;
}

/* ================================================================ 
    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.
=================================================================== */
/*  height: 200px;
  width: 130px;
*/
#wrap
{
  z-index: 100;
}
#nav
{
  width: 640px;
}
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: arial, sans-serif;
	background: #fff;
	font-weight: bold;
	clear: both;
}
#nav li a
{
  padding-left: 20px;
  white-space: nowrap;
}
#nav li ul li a
{
  padding-left: 0;
}
#nav ul
{
  padding-left: 20px;
}
#nav li a
{
  color: #66b;
  text-decoration: none;
  font-size: 11px;
}
#nav li
{
	font-size: 13px;
	line-height: 25px;
	color: #d80;
	cursor: pointer;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav li.down
{
  text-indent: 10px;
}
#nav li a:hover
{
  text-decoration: underline;
}

#nav li.p1 {
	font-size: 14px;
	color: #006600;
	width:560px;
	background-color: #E8FCDA;
}          
#nav li.p2 {
	font-size: small;
	color: #666666;
	width:490px;
}          
#nav li.p3 {
	font-size: small;
	color: #cccccc;
	width:360px;
}          
