@charset "utf-8";
/* CSS Document */

#menu {
	position: relative;
	top: 34px;
	left: 485px;
	width: 300px;
}

#menu ul {
	list-style-type: none;
	width: 500px;
}

#menu li {
	margin: 0;
	display: inline;
	padding:4px 4px;
}

#menu a {
	font-weight: bold;
	color: #006eae;
	text-decoration: none;
}

#menu a:hover {
	color: #deecfd;
}


#logo_holder {
	position: absolute;
	top: 20px;
	left: 20px;
}

#login {
	position: absolute;
	top: -27px;
	left: 903px;
}

#login a {
	text-decoration: none;
	font-weight: bolder;
	color: #006eae;
}
