#leftnav
{
	width: 180px;
	float: left;
	padding-left: 4px;
	padding-right: 0px;
	background-color: #E4B68C;
	background-image: url('../image/navbar_bg.gif');
	background-repeat: repeat-y;
	/* fix to make columns equal height (from positioniseverything.net) */
	padding-bottom: 5000px;
	margin-bottom: -4990px;
}


/* top level menu */
#leftnav ul
{
	margin:0px 0px 0px -4px;
	font-weight: 600;
	padding: 5px 2px 5px 2px;
} 

/* top level menu items */
#leftnav ul li
{
/*	list-style-image: url('../image/triangle_bullet_closed.gif');*/
/*	background-image: url('../image/triangle_bullet_closed.gif'); 
	background-repeat: no-repeat; 
	background-position: 0 50%; */
	list-style-position: inside;
	font-size:8pt;
	font-weight: 600;
	border-bottom: 1px #900000 solid;
	border-bottom-width:30 px;
	padding: 5px 0px 5px 5px;
	list-style-type: none;
} 

/* submenus */
#leftnav ul ul
{

}

/* submenu items*/
#leftnav ul ul li
{
	font-size:8pt;
	font-weight: 600;
	border-bottom: 0px #900000 solid;
	border-bottom-width:30 px;
	line-height:1.2;
/*	list-style-image: url('../image/triangle_bullet_closed.gif');*/
/*	background-image: url('../image/triangle_bullet_closed.gif'); 
	background-repeat: no-repeat; 
	background-position: 0 50%; */
	list-style-position: inside;
	list-style-type: none;
    padding:5px 0px 5px 5px;
	margin:0px 0px 0px 10px;

} 
