
A.navi {
	width: 150px;
	background-color : #3063c8;
	background-position : left;
	text-align: right;
	border : medium outset #ffffff;
	border-width : 2px 2px 2px;
	clear : none;
	clip : auto;
	cursor : hand;
	float : none;
	font-family : Nazanin;
	font-size : smaller;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: #ffffff;
	height : 20px;
	ime-mode : auto;
	layout-grid : line;
	margin : 0px 5px 1px 1px;
	text-decoration : none;
	
}

A:HOVER.navi{
	width: 150px;
	color:"#00ff00";
	align: center;	
	border : medium outset #05971A;
	border-width : 2px 2px 2px;
}
A:ACTIVE.navi{
	width: 150px;
	color:"#ff0000";	
	align: center;
}

