#leftmenu {
	width: 188px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	vertical-align: middle;
}
#leftmenu ul li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0px;
	height: 26px;
	width: 188px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}
#leftmenu ul li a {
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
	width: 188px;
	display: block;
	background-attachment: scroll;
	background-image: url(i/menubarmenubkg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 5px;
}
#leftmenu ul li a:hover {
	display: block;
	height: 26px;
	width: 188px;
	background-attachment: scroll;
	background-image: url(i/menubarmenubkg_on.jpg);
	background-repeat: no-repeat;
	background-color: #000066;
}
