@charset "utf-8";
/* Just the top navigation - e.g. for Forum */

/* --- top navigation starts --- */
#topnavigation {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 8px;
	/*width: 800px;*/
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/header/nav_main_bg.jpg);
	/*background-color: #A60622; */
	/*border: 1px solid #B51032;*/
}
#topnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topnavigation li {
	display: inline;
}
#topnavigation a:link, #topnavigation a:visited { 
	padding: 10px 10px 10px 10px;
	height: 35px;
	color: #FFFFFF;
	/*background-color: #A60622;*/
	text-decoration: none;
	/*border: 1px solid #711515;*/
}
#topnavigation a:hover {
	color: #FFFFFF;
	background-color: #711515;
}

/* --- top navigation ends --- */
