/* CSS Document */

#menubar a {
	color: blue;
	letter-spacing:0px;
	padding-left:0px;
	padding-right:0px;
	text-decoration:none;
	font-weight : bold;
	font-size : 12px;
}

.menu {
	background-color: White;
	border-left : 1px solid #64A1C0;
	text-align : left;
	border-bottom-color : #64A1C0;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	left: 0px;
	position : relative;
}

.menu a {
	color: Black;
	text-decoration:none;
	line-height : 15px;
	height : 18px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 0px;
	background-color : White;
	margin-left : 0px;
}
.menu a:hover {
	color: Black;
	text-decoration:none;
	font-weight : bold;
}
.menu a:visited {
	color: Black;
	text-decoration:none;
}