﻿#leftMenu h2, #leftMenu a
{
	color:white;
}

#leftMenu h2
{
	font-size:1.2em;
}

#leftMenu ul
{
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#leftMenu li
{
	margin-bottom:4px;
}

/* the first is bold*/
#leftMenu ul
{
	font-weight:bold;
}

/* but not the followings*/
#leftMenu ul ul
{
	font-weight:normal;
}

/* smaller size for the third level */
#leftMenu ul ul ul
{
	font-size:0.8em;;
}

/* but after the third level, not smaller than the third level */
#leftMenu ul ul ul ul
{
	font-size:1em;;
}

#leftMenu li .menuCurrentPage, #leftMenu ul li .menuCurrentPage,#leftMenu li .menuCurrentPage a,#leftMenu ul li .menuCurrentPage a
{
	color:#FF9933;
	letter-spacing:0em;
}

#leftMenu
{
	padding-left:2px;
}