/*
	WordPress Menubar Plugin
	LC1.css stylesheet for the LC1 template
.LC1 ul { 
	padding: 3px 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	margin: 0px 10px 0px 0px;
}


.LC1 li a, 
.LC1 li a:visited {
	text-decoration: none;
	padding: 4px 14px;
	margin-right: 2px;
	color: #999999;
}

.LC1 li a:hover {
	text-decoration: none;
	color: #669999;
}

.LC1 li a.selected,
.LC1 li a.selected:visited,
.LC1 li a.selected:hover {
	color: #ffffff;
	padding: 6px 14px;
}
	Credits:
	Internet Broadcast template
	By Luka Cvrk
	http://www.solucija.com/
*/

.LC1 ul { 
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
}


.LC1 li a, 
.LC1 li a:visited {
	text-decoration: none;
	color: #999999;
}

.LC1 li a:hover {
	text-decoration: none;
	color: #669999;
}

.LC1 li a.selected,
.LC1 li a.selected:visited,
.LC1 li a.selected:hover {
	color: #ffffff;
}
