#portals, #quotes { width: 200px; }
		
#portals ul, #quotes ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
}

#portals a, #quotes a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}

#portals a:link, #portalsNavlist a:visited, #quotes a:link, #quotesNavlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#portals a#cancel:link, #portalsNavlist a#cancel:visited, #quotes a#cancel:link, #quotesNavlist a#cancel:visited {
	color: #FFC125;
	text-decoration: none;
}

#portals a:hover, #quotes a:hover {
	background-color: #369;
	color: #fff;
}