/*
	WordPress Menubar Plugin
	LC1.css stylesheet for the LC1 template

	Credits:
	Internet Broadcast template
	By Luka Cvrk
	http://www.solucija.com/
*/

#LC1-nav {
	display:block;
	height: 30px;
	width: 1000px;
	margin: 0;
}

.LC1 ul { 
	padding: 3px 0px;
	font: 12px Tahoma, Arial, sans-serif; line-height: 18px;
	border-top: 6px solid white;
	border-bottom: 8px solid #7d9de8;
	margin: 0;
	background: white;
}

.LC1 li { 
	list-style: none; 
	display: inline; 
	margin: 0; 
}

.LC1 li a, 
.LC1 li a:visited {
	text-decoration: none;
	padding: 4px 14px;
	margin-right: 2px;
	background: #4c4c4c url(corner.gif) no-repeat top right;
	font-weight: bold;
	color: white;
}

.LC1 li a:hover {
	text-decoration: none;
	background: #b3c5f1 url(corner.gif) no-repeat top right;
	color: white;
}

.LC1 li a.selected,
.LC1 li a.selected:visited,
.LC1 li a.selected:hover {
	background: #7d9de8 url(corner.gif) no-repeat top right;
	color: #FFFFFF;
	padding: 6px 14px;
}

.LC1-after {
	background-color: white;
	height: 10px;
}
