#bodyLeft {
	background: #1e63a8 url('left-bg1.png') top right repeat-y;
	vertical-align: top;
	width: 25%;
	font: 12px Arial;
}

#bodyLeft .contents {
	background: #3a7ec4 url('left-bg2.png') top right repeat-y;
	padding: 4px 8px;
}

#bodyLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#bodyLeft ul li {
	background: url('left-menu-bullet1.png') 0 0.29em no-repeat;
	margin: 0;
	padding: 1px 0 1px 20px;
}

#bodyLeft ul li li {
	background-image: url('left-menu-bullet2.png');
	padding: 2px 0 2px 20px;
}

#bodyLeft ul li {
	color: white;
	text-decoration: none;
}

#bodyLeft ul li a {
	color: white;
	text-decoration: none;
}

#bodyLeft ul li a:hover {
	text-decoration: underline;
}

#bodyLeft ul li div.title.l0 {
	font-weight: bold;
	text-transform: uppercase;
}

#bodyLeft ul li div.title.selected a {
	color: #fbd91b;
	text-decoration: underline;
}

#bodyLeft ul li div.title.selected a:hover {
	color: white;
}

#bodyLeft ul li div.submain {
	font-size: 90%;
	color: #d3e1ef;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
}

#bodyLeft ul li div.submain a {
	color: #d3e1ef;
}

#selectcat {
	width: 100%;
	padding: 1px 2px;
	font: 12px Arial;
	text-transform: uppercase;
	margin-bottom: 6px;
}

