.head a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669999;
	text-decoration: none;
	cursor: pointer;
}
.head a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #77aaaa;
	text-decoration: none;
	cursor: pointer;
}
.head a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #558888;
	text-decoration: none;
	cursor: pointer;
}

.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	display: none;
	margin-bottom: 7px;
}

.sublinks a {
	color: #669999;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;

}
.sublinks a:hover {
	color: #669999;
    font-weight: normal;
	font-size: 12px;


}
.sublinks a:visited {
	color: #669999;
	font-weight: normal;
	font-size: 12px;

}
