

#navigation{
	width: 270px;
	font-weight:bold;
}
#navigation h3 { 
	font: normal 1.4em "Trebuchet MS", Helvetica, Arial; 
	margin: 0 0 20px;
	background-image: url(../images/right_head.png);
	background-repeat: no-repeat;
	background-position: 0 6px ;
	padding-left: 30px;
	padding-top: 10px;
	height:35px;
	color:#f5f5f5;
}


#navigation ul{
	list-style: none;
}
#navigation ul li{
	height: 30px;
	border-bottom: 1px dotted #ccc;
}
#navigation ul li a{
	text-indent: 20px;
	padding: 5px 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color:#dfdfdf;
	text-shadow:1px 1px #444444;
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: 5px 6px ;
}
#navigation ul li a:hover{
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: 15px 6px ;
	color: #808080;
	text-shadow:1px 1px #444444;
	border-bottom: 1px solid #ffffff;
}

#navigation img{
padding:0;
margin:0;
}