#sNavigation {
	width: 200px;
	display:block;		/* stretch click area to entire width */
	color: #2E9AF4;		/* menu text color */
	font-size: 11px;
}
#sNavigation a:hover {
	text-decoration: underline;
}

.sMenu {
	list-style: none;
}

.sMenu input {
	width: 150px;
}
