/*LEFT COL LINK*/
#leftcolumn ul.menu li a {
	line-height: 18px;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
	color: #888888;
	font-weight: bold;
}

#leftcolumn ul.menu li a:hover {
	text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a {
	line-height: 18px;
	padding: 0 0 0 15px;
	text-decoration: underline;
	color: #888888;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover {
	text-decoration: underline;
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 15px;
	font-size: 12px;
	background: url(../images/menu_row.png) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 12px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a,
#leftcolumn ul.menu li ul li#current a:visited,
#leftcolumn ul.menu li ul li#current a:hover {
	font-size: 12px;
	margin: 0 0 0 15px;
	padding: 0 0 0 12px;
	text-decoration: underline;
	border: none;
	color: #666;
	background: url(../images/menu_row.png) center left no-repeat;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
}

#leftcolumn ul.menu li.parent ul li a {
	font-size: 12px;
	margin: 0 0 0 15px;
	padding: 0 0 0 12px;
	text-decoration: none;
	border: none;
	color: #666;
	background: url(../images/menu_row.png) center left no-repeat;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcolumn ul.menu {
	margin: 0 auto;
	padding: 5px 0 20px 14px;
	list-style: none;
	width: 161px;
}


