@charset "utf-8";
/* CSS Document */
#navigation { 
	list-style: none;
	width: 200px ;
	margin: 0px ;
	padding: 0px ;
	}
#navigation li {
	height:32px;
	color: #fff ;     
	margin-bottom: 1px ;
		}
#navigation li a {
	width:200px;
	height:32px;
	display: block ;
	background: url(../lib/m1.gif);
	background-repeat:no-repeat;
	color: #fff ;     
	font: 0.9em "Trebuchet MS",Arial,sans-serif ;     
	line-height: 1em ;   
	text-align: left ;
	font-weight:bold;
	text-decoration: none ;
	padding-bottom:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:0px;
	}
#navigation li a:hover{
	width:200px;
	background: url(../lib/m2.gif) left top ;
	background-repeat:no-repeat;
	height:32px;
	color: #fff ;     
	margin-bottom: 1px ; 

	}
#navigation li a:focus {
	width:200px;
	background: url(../lib/m2.gif) left top ;
	background-repeat:no-repeat;
	height:32px;
	color: #fff ;     
	margin-bottom: 1px ;
	}
#navigation li a:active {
	width:200px;
	background: url(../lib/m1.gif) left top ;
	background-repeat:no-repeat;
	height:32px;
	color: #fff ;     
	margin-bottom: 1px ;  
	text-decoration: underline ;
	}
