/* Navigation Home */
#navitop {
	top: 30px;
	position: absolute;
	width: 157px;
	height: 207px;
	margin-left: 30px;
	display: inline;
	background-image: url(../../images/navitop-hg.png);
	z-index: 1;
	background-repeat: no-repeat;
}
#navitop a {
	color: #CCCCCC;
	width: 122px;
	text-decoration: none;
	display:block;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	height: 21px;
	line-height: 2;
}
#navitop a:hover {
	font-weight: bold;
	background-color: #CCCCCC;
	text-transform: none;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	height: 21px;
	line-height: 2;
}

