ul.leftmenu {
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	list-style-type: none;
	width: 200px; /*width of menu*/
}
ul.leftmenu li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
ul.leftmenu li a{
	padding-left: 15px; /*link text is indented 19px*/
	display: block;
	color: #000000;
	background: url(../design/menu_item.gif) no-repeat center left;
	font: bold 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
ul.leftmenu li a:visited{
	color: #000000;
}
ul.leftmenu li a:hover{
	color: #000000; /*hover state CSS*/
	background: #f3f3f3 url(../design/menu_item.gif) no-repeat center left;
}
ul.leftmenu li.word a{
	padding: 2px 0;
	padding-left: 15px; /*link text is indented 19px*/
	display: block;
	color: #000000;
	background: url(../design/word_icon.gif) no-repeat center left;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
ul.leftmenu li.word a:hover{
	background: #f3f3f3 url(../design/word_icon.gif) no-repeat center left;
}
