﻿div#menu {
	margin: 0px;
	height: auto;
	width: 180px;
}
div#menu li {
	padding: 0px;
	height: 40px;
	width: 180px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 200%;
	list-style-type: none;
	background-image: url(imagesnew/button1.png);
	background-repeat: no-repeat;
}
div#menu li a {
	margin: 0px;
	display: block;
	width: 160px;
	height: 40px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
}
div#menu li a:link {
	color: #000000
}
div#menu li a:visited {
	color: #000000;
}
div#menu li a:hover {
	font-weight: bold;
	color: #C0C0C0;
	background-image: url('imagesnew/button2.png');
	background-repeat: no-repeat;
	width: 160px;
}
div#menu li a:active {
	font-weight: bold;
	color: #000000;
	background-image: url(imagesnew/button2.png);
	background-repeat: no-repeat;
}
