a.menuItem
{
	color: #ffcc00;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: none;
}

a.menuItem:hover
{
	color: #ffff33;
}

div.leftMenu
{
	height: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-Align: left;
	top: 0px;
	width: 104px;
}

div.menuItem
{
	color: #ffcc00;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-left: 6px;
	margin-top: 10px;
	margin-right: 6px;
	position: relative;
}

div.menuItem_Selected
{
	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-left: 6px;
	margin-top: 10px;
	margin-right: 6px;
	position: relative;
}

