div#header div.left {
	background-image: url(/inc/img/skin/header_green.jpg);
}

div#container  div.line {
	line-height: 8px;
	background-image: url(/inc/img/skin/line_green.jpg);
	background-repeat: repeat-x;
	height: 8px;
}

div#content .left ul{
	list-style-image: url(/inc/img/skin/bullit_green.jpg);
}

div#content .left ul li.current{
	list-style-image: url(/inc/img/skin/bullit_on_green.jpg);
}

a {
	color: #75b632;
	text-decoration: none;
}

a:hover {
	color: #75b632;
	text-decoration: underline;
}

div#content .left ul li a:hover {
	color: #75b632;
}