@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#topmenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#topmenu ul{
	border: 0px solid #BBB;
	width: 100%;
	text-align: left;
	background-image: url(KLPS_menu.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 12px;
	padding-right: 2;
	padding-bottom: 8px;
	padding-left: 2px;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 100;
	margin: 0;
	text-decoration: none;
	letter-spacing: 0.04em;
	line-height: 18px;
}

#topmenu ul li{
display: inline;
}

#topmenu ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#topmenu ul li a:hover{
	background-color: #FF0000;
	background-image: url(media/topbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

</style>
.dot {
	color: #FF9999;
}
.menu-dot {
	font-family: sans-serif;
	color: #FFCCCC;
	letter-spacing: normal;
}

