/* CSS Document */
/****************************************
left menu

*****************************************/
#left_column
{
	padding:0px 5px 0px 0px;
	width: 180px;
	float: left;
	clear: left;
}

/* LEVEL ZERO */
#lh_nav_level0 li
{
	list-style: none;
}

#lh_nav_level0 li a, #lh_nav_level0 li p
{
	display: block;
	
	background-color: #CF75FF;
	background-repeat: no-repeat;
	background-position: 160px 7px;
	
	padding: 8px 35px 8px 8px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 137px;	/*for IE to display a as block */		/* 180px - (padding left 8px, padding right 35px) */
	border-bottom: dashed 1px white !important; /*firefox displays border mixed with background-color*/
	border-bottom: dashed 1px black;
	
	margin: 0;
}

/* LEVEL ZERO*/
#lh_nav_level0 li a:hover, #lh_nav_level0 li p 
{
	background-color: #CC33FF;
	border-bottom: dashed 1px #16952E;
}

/* LEVEL ONE */
#lh_nav_level1 li a, #lh_nav_level1 li p
{
	padding: 5px 1px 5px 15px;

	background-repeat:no-repeat;
	background-position: 3px 7px;
	color: #0000FF;
	font-weight: normal;
	
	width: 164px;	/* 180px - (padding left 15px, padding right 1px) */
	background-color: #CCFFCC;	
	border-bottom: dashed 1px #505050;
}

#lh_nav_level1 li p, #lh_nav_level1 li a:hover
{
	background-color: #FFFF99;
	border-bottom: dashed 1px #16952E;
}

/*
#lh_nav_level1 li .posting 
{
	
	background-image: url("/Templates/Images/circle_white.gif");
	
}
*/

/* LEVEL TWO */
#lh_nav_level2 li p, #lh_nav_level2 li a 
{
	padding: 5px 1px 5px 25px;
	background-position: 13px 7px;
	color: #00CCFF;
	font-weight: normal;
	background-color: #CCFFFF;
	border-bottom: dashed 1px #CACACA;	
	width: 154px;	/* 180px - (padding left 25px, padding right 1px) */
}

/*
#lh_nav_level2 li .posting 
{
	background-image: url("/Templates/Images/circle_black.gif");
}
*/


#lh_nav_level2 li a:hover, #lh_nav_level2 li p
{
	background-color: #FFFFFF;
	border-bottom: dashed 1px #BBF593;
}



