#navigation ul li.custom a:link {
background: #196a67;
}
#navigation ul li.custom a:visited {
background: #196a67;
}
#navigation ul li.custom a:hover {
background: #398a87;
}
#navigation ul li.custom a:active {
background: #398a87;
}

#content ul {
	margin: 0 10px;
}

#content ul li {
	margin: 0 0 0 1.5em;
	line-height: 1.4;
	list-style-type: square;
}

