@charset "utf-8";
#menu{
	position:absolute;
	left: 186px;
	top: 190px;
	visibility:hidden;
}
#menu a{
	color: #000;
	display: block;
	min-width:160px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #000;
	background: #CFDADE;
	text-decoration: none;
}
#menu a:hover {
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

#menu li {
}
Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}

#nav li {
	margin: 1px;
}
#nav a{
	color: #000;
	display: block;
	width:173px;
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #000;
	background: url(i/nav-item-bg.png) repeat-y;
	text-transform:uppercase;
	text-decoration:none;
}
#nav a:hover {
	border-bottom: 1px solid #000;
	background: #ccc;
	color: #000;
}
