#menuLS {
				  background: black;
	}

	#menuLS {
					  width: auto;
						  font-family: sans-serif;
            font-size: 1.3em;
			}
			#menuLS ul {
							  margin-left: -80px;
								  padding-bottom: 2px;
									        line-height: 80%;
													  
													  text-align: center;
														        border: 2px solid #fff;
														}

														#menuLS li {
																		  display: inline;
																			  font-weight: bold;
																				        text-decoration: none;
																								        color: white;
																												  font-size: .8em;
																													  border-left: 2px solid #fff;
																										}
																										#menuLS a {
																														  font-family: sans-serif;
																											}
																											#menuLS a:link, #menuLS a:visited {
																															  text-decoration: none;
																																  color: white;
																																	  padding-left: 6px;
																														}
																														#menuLS a:hover {
																																		  text-decoration: underline ;
																															}


