#menubg {
	border-right: 3px solid black;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 195px;
	background-color: #333;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}

#mainmenu {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	margin: 0px;
	padding: 0px;
	height: 38px;
	position: relative;
}

#mainmenu li a {
	display: block;
	margin: 0;
	padding: 10px 0 0 25px;
	height: 39px;
	text-decoration: none;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background: url(images/WhiteArrow.png) 10px 15px no-repeat;
}

#mainmenu li a:hover {
	background: url(images/BlackArrow.png) no-repeat;
	color: #000;
}
