/* 
	WordPress Menubar Plugin
	lips-unten.css stylesheet for the Basic template
*/

.lips-unten {
	margin: 0px 50px;
	height: 27px;	
	line-height: 27px;
/*	background: #666666;
*/	font-size: 12px;
	font-weight: bold;
	padding-left:190px;
	padding-top:15px;
	}

#lips-unten a, 
#lips-unten a:visited {
	font-size: 12px;
	float: left;
	padding-right: 1.5em; 
	padding-left: 1.5em; 
	line-height: 27px;
	color: #FFF;	
	border-right: 0px;
	text-decoration: none;
	margin-right:10px;
	letter-spacing:5px;	
}
/*
.lips-unten a:hover {
	background: #CC0000; color: white;	
	text-decoration: none;
	}
*/

/*
.lips-unten a.selected, 
.lips-unten a.selected:visited {
	background: #CC0000; color: white;	
	}
*/
/*
.lips-unten a.selected:hover {
	background: #CC0000; color: white;	
	text-decoration: none;
	}
*/
/*
.lips-unten a.right, 
.lips-unten a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}
*/
