/* init */
#left-header-top
{
	
}
#left-header-top ul
{
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
	border			: none;
	/*border-top		: 1px solid #b10000;*/
}

/* 1 level */
#left-header-top ul li
{
	margin: 0;
	padding: 0;
	color: #fff;
}
* html #left-header-top ul li
{
	height: 1%;
}
#left-header-top ul li a
{
	display			: block;
	color			: #fff;
	/*background		: url('../dsg/plusWhite.gif') no-repeat left center;*/
	padding			: 2px 0;
}
#left-header-top ul li a.active
{
	/*background-image	: url('../dsg/plusWhite2.gif');*/
	text-decoration		: underline;
}

/* n level */
#left-header-top ul li ul
{
	
}
#left-header-top ul li ul li
{
	border: none;
}
#left-header-top ul li ul li a
{
	/*background: url('../dsg/charPlusWhite.gif') no-repeat left center;*/
	background: url('../dsg/charArrowWhite.gif') no-repeat 0 4px;
	padding-left: 10px;
}

#left-header-top ul li ul li a.active
{
	/*background-image	: url('../dsg/charMinusWhite.gif');*/
	text-decoration		: underline;
}

