#newnavigation {
	width: 530px;}
	
#newnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 18px;
	
	 }

#newnavigation li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: #999999 url(../img/sankaku2.gif) left center no-repeat;
	 }
	
#newnavigation a {
	background: #ffffff url(../img/sankaku.gif) left center no-repeat;
	padding: 6px 0 2px 10px; 
	display: block;
	width: 120px !important;
	width: /**/: 130px;
	color: #333333;
	text-decoration: none;
	
	}
	
#newnavigation a:hover{
	color: #ffffff;
	background-image: none;
	background-color: transparent;
	}
		
	
