/* 
	WordPress Menubar Plugin
	lakeshorewriters.css stylesheet for the Basic template
*/

.lakeshorewriters {
        align: center;
	margin: 0px 20px 0px 20px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	line-height: 20px;
	background: white; color: #313a41;
	font-size: 14px;
	font-weight: bold;
	}

.lakeshorewriters a, 
.lakeshorewriters a:visited {
	padding-top: 3px; 
	padding-right: 38px; 
	padding-bottom: 3px; 
	padding-left: 38px; 
	background: white; color: #313a41;
	text-decoration: none;
	}

.lakeshorewriters a:hover {
	background: white; color: #00666a;
	text-decoration: none;
	}

.lakeshorewriters a.selected, 
.lakeshorewriters a.selected:visited {
	background: white; color: #e78b1e;
	}

.lakeshorewriters a.selected:hover {
	background: white; color: #e78b1e;
	text-decoration: none;
	}
