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

	Credits:
	Internet Broadcast template
	By Luka Cvrk
	http://www.solucija.com/
*/

.LC1 ul {
	font: 12px  Arial, sans-serif;
	line-height: 18px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	margin-top: -27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
	background: #7583ae;
}

.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;
	font-weight: bold;
	color: #1b3379;
	background-color: #fafafa;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.LC1 li a:hover {
	text-decoration: none;
	color:#1b3379;
	background-color: #faf5e1;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.LC1 li a.selected,
.LC1 li a.selected:visited,
.LC1 li a.selected:hover {
	color: #333;
	padding: 6px 14px;
	background-color: #ececec;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
