/*
	WordPress Menubar Plugin
	LC1.css stylesheet for the LC1 template

*/

.LC1 ul { 

	font: 1em Helvetiva, Arial, sans-serif; line-height: 18px;

	background: none;
	margin:0;
	margin-left:-14px;
	
}

.LC1 li { 
	list-style: none; 
	display: inline; 
	margin: 0; 
	
}

.LC1 li a, 
.LC1 li a:visited {
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(slashdivider.png) no-repeat center right;
	font-weight: bold;
	border-bottom:none;
	
	color: #000000;
}

.LC1 li a:hover {
	text-decoration: none;
	background: #000000 url(slashdivider.png) no-repeat center right;
	color: #FFFFFF;
	
}

.LC1 li a.selected,
.LC1 li a.selected:visited,
.LC1 li a.selected:hover {
	background: #000000 url(slashdivider.png) no-repeat center right;
	color: #FFFFFF;
	padding: 4px 10px;
}

