@charset "utf-8";
/* CSS Document */

#header	{
	width:917px;
	height:80px;
	background-color:#000000;
	padding-top: 18px;
	position: relative;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
}
#menu a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
#menu a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#menu 	{
	background-color:#000000;
	position: relative;
	width: 917px;
	height: 22;
	font-size:9pt;
	font-family:Verdana, Geneva, sans-serif;
	
}

