/****************** Rounded list ******************/
.rounded-list li {
	background: #525252;
	padding-left: 21px;
	line-height: 1.25em;
	width:142px;
	display : block;
}
.rounded-list li.first-child {
	height:21px;
	background:url(../images/nav_top.jpg) no-repeat;
}
.rounded-list li.last-child {
	height:21px;
	background:url(../images/nav_bottom.jpg) no-repeat;
}
.rounded-list li a {
	display:block;
	height:35px;
	color:#fff;
	padding-left:10px;
	padding-top:15px;
	vertical-align : top;
}
.rounded-list li.two-lines a {
	display:block;
	height:42px;
	color:#fff;
	padding-left:10px;
	padding-top:8px;
}
.rounded-list li a:hover {
	background:#525252 url(../images/nav_hover.jpg) no-repeat top right;
}
.rounded-list li a.current {
	background:#525252 url(../images/nav_hover.jpg) no-repeat top right;
}

/****************** Simple list ******************/
.simple-list li {
	padding-left: 10px;
	font-size:0.8em;
	line-height: 2.25em;
}
.simple-list li a {
	color:#7D7D7D;
}
.simple-list li a:hover {
	text-decoration:underline;
}
