@charset "utf-8";
/* CSS Document - Style Definitions for the Menu Items */

#nav {
	text-align: center;
	width: 950px;
	margin: 0;
	list-style: none;
	padding: 0px;
	background-color: #8CA0BF;
}
#nav li {
	float: left;
	padding: 0;
	font-family: "Lucinda Grande", sans-serif;
	font-size: 95%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav a {
	float: left;
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #8ca0bf;
	width: 179px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	height: 18px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #092B37;
}
#nav #t-forum a {
	border-right-style: none;
	width: 180px;
}
#nav #t-forum a:hover {
	border-right-style: none;
}
#nav #t-home a {
	width: 230px;
	background-image: url(../images/common/home_bkgrnd_e.gif);
	border-right-style: none;
}
#navigation {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #1B6594;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #8CA0BF;
}
