﻿
/* navigation */
.navigasi {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
	text-align :center;
	width: 99.7%;
	
}
.navigasi a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: inline-block;
	float: left ;
	font:  0.65em verdana;
	line-height: 30px;
	padding: 0 4px;
	text-decoration: none;
}
.navigasi a:hover 
{
	background-position: left bottom; 
	color: #114;
	
	}
	