﻿
.top-nav {
	background-color: #ede9c3;
	height: 40px;
	margin-bottom: 2px;
	color: #9c2929;
}

.top-nav-links {
	float:left;
	margin-left: 5px;
	margin-top: 12px;
}

.top-nav-links a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.top-nav-links a:hover {
	text-decoration: underline;
}

.signin {
	float: right;
	margin-top: 2px;
}

