@charset "utf-8";
/* CSS Document */

#TopNavDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DFE4E9;
	background-color: #333333;
	height: 20px;
	width: 100%;
	text-align: center;
}


.TopNavDiv a:link, .TopNavDiv a:active, .TopNavDiv a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DFE4E9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	display: block;
	float: left;
	width: 85px;
	padding-right: 4px;
	margin-right:12px;
}

.TopNavDiv a:hover {
	
	color: #CC9966;
	text-decoration: none;
	font-weight: bold;
	
}

