/* 
Markup for rollover block navigation for the top menu

Assumes the navigation is a bulleted list within  the topnav div
*/

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.0em;
}

p {
	font-size: 0.8em;
}

.imgborder { 
	border: 4px solid #BD0707;
}

.smallfont {
		font-size: 0.8em;
}


#topnav {
	font-size: 0.75em;
	height: 28px;
	line-height: 14px;
	padding: 0 10px;
	background-color: #BD0707;
	margin-bottom: 10px;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav ul li {
	letter-spacing: 1px;
	display: inline;
}
#topnav ul li a {
	padding: 7px 20px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#topnav ul li a:hover {
	color: #000000;
}

#topnav ul li a:hover {
	background-color: #C6C6C6;
}

.thumbnail_description {
	width: 152px;
	padding: 4px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #bd0707;
	font-size: 10px;
}
