#menubar{
	float: left;
	margin: 2px;
	width: 150px;
}
#wmenu {
	float: left;
	height: 30px;
	text-align: center;
	width: 150px;
	font-weight: bold;
}

#wmenu a {
	border-left:1px solid #DDDDDD; border-right:1px solid #000000; border-top:1px solid #DDDDDD; border-bottom:1px solid #000000; background-color: #999999;
	display: block;
	padding-left:10px; padding-right:2px; padding-top:2px; padding-bottom:2px
}

#wmenu a:link, #wmenu a:visited {
	background-color: #3366CC; 
	color: Black;
	text-decoration: none
}

#wmenu a:hover {
	background-color: Blue;
	color: White;
}

#wmenu a:active {
	background-color: Silver;
	color: Black;
	text-decoration: none
}

#wmenu li {
	border: 1px solid;
	margin: 2px;
}

#wmenu ul {
	/* border: 1px; */
	list-style-type: none; /*turns off display of bullet*/
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	float: none;
}