@charset "utf-8";
/* CSS Document */
#menu {
	padding: 10px;
	background: transparent;
	height: 100px;
	width: 200px;
	z-index: 5000;
	position: absolute;
	left: 0;
	top: 15%;
	}
#homeLink a a:visited {
	color: #7D869B;
	text-decoration: none;
	}
#homeLink a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
#menu a {
	display:block;
	text-decoration:none;
	font-family: "palatino", serif;
	white-space: nowrap;
    font-weight: bold;
	}
a.selected {
	display:block;
	text-decoration:none;
	font-family: "palatino", serif;
	white-space: nowrap;
    font-weight: bold;
    font-size: 24px;
	background-color:#333333;
	color:#ffffff;
}	

