/*
	Design: Internet Broadcast template, by Luka Cvrk (www.solucija.com) 
*/

.wpm_LC1 { 
	padding: 3px 0px;
	font-family: Georgia, Tahoma, Arial, sans-serif; line-height: 18px;
	font-size:100%;
	border-top: 6px solid white;
	border-bottom: 8px solid #81442F;
	margin: -30px 10px 0px 10px;
	background: white;
}
.wpm_LC1 li { 
	list-style: none; 
	display: inline; 
	margin: 0; 
}
.wpm_LC1 li a, 
.wpm_LC1 li a:visited {
	text-decoration: none;
	padding: 4px 14px;
	margin-right: 2px;
	background: #D2AB66 url(corner.gif) no-repeat top right;
	
	color: white;
}
.wpm_LC1 li a:hover {
	background: #C7913D url(corner.gif) no-repeat top right;
	color: white;
}
.wpm_LC1 li a.selected,
.wpm_LC1 li a.selected:visited,
.wpm_LC1 li a.selected:hover {
	background: #81442F url(corner.gif) no-repeat top right;
	color: #2F637A;
	padding: 6px 14px;
}
