#menusin {
	background: #3d3d3d;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menusin li {
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menusin a {
	background: #3d3d3d url("images/hovera.gif") left center no-repeat;
	border-bottom: 1px solid #393939;
	color: #a8c1d2;
	display: block;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
	font-weight:normal;
	font-size:16px;
}
#menusin a:hover {
	background: #3d3d3d url("images/hover.gif") left center no-repeat;
	color: #F00;
	padding-bottom: 2px;
	font-weight:bold;
}