td

	{
		font-size : 11px;
		font-family : verdana;
		color : #808080;
	}
	a

	{
		font-size : 11px;
		font-family : verdana;
		color : #6C503C;
	}
	a {
		color: #808080;
		text-decoration : none;
	}
	a:hover {
		color: #808080;
		text-decoration: underline;
		font-style : normal;
		font-weight : bold;
	}

#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 35px;
	width: 950px;
}

#menu_items {
	float: left;
	height: auto;
	width: auto;
	margin-left: 30px;
	padding-top: 10px;
	color: #364269;
	font-weight: bold;
	margin-right: 5px;
}
#menu_items a:link {
	color: #333333;
	text-decoration: none;
}
#menu_items a:visited {
	text-decoration: none;
	color: #333333;
}

#menu_items a:hover {
	text-decoration: none;
	color: #D22521;
}
#menu_items a:active {
	text-decoration: none;
	color: #333333;
}
