﻿.nav {  color: 2A4C72; text-decoration: none}

.postit {
	float: right;	
}
.postit ul {
	margin: 0 0 0 19px; padding: 40px 0 0 0;
	list-style: none;
}
.postit ul li {
	margin: 0 0 8px 0; line-height: 1.2;
	font-size: 10px;
	font-family:"Comic Sans MS", Verdana, sans-serif;
	background: url("images/checkmark.gif") no-repeat left top;
	padding-left: 17px;
	font-weight: bold;
}

* html .postit ul li {
	margin: 0 0 6px 0; line-height: 1.2;
}
.postit ul li a {
	display: block;
}

* html .postit ul li a {
	height: 1%;
}

.postit ul li a:link, .postit ul li a:visited {
color: #000;
text-decoration: none;
}
.postit ul li a:hover {
	text-decoration: underline;
}

