
a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 150px;
	/*height: 25px;
	background: #90bade;*/
	background-image: url(../images/buttom-active.jpg);
	background-repeat: no-repeat ;
	background-position: center;	
	border:none; /* 1px solid #000;*/
	margin-top: 1px;
	text-align: left;
	text-decoration: none;
	text-indent: 1em;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006666 ;
	font-weight: bold ;
	line-height: 25px;
	overflow: hidden;
}
a.nav:hover {
	color: #666600 ;
	/*background: #764;*/
	background-image: url(../images/buttom-hover.jpg);
	background-repeat: no-repeat ;
	background-position: center;	
}
a.nav:active {
	color: #fff;
	/*background: #c00;*/
	background-color: #663333 ;
	background-repeat: no-repeat ;
	background-position: center;	
}

a.nav2, a.nav2:link, a.nav2:visited {
	display: block;
	width: 145px;
	/*height: 25px;
	background: #90bade;*/
	background-image: url(../images/buttom-active.jpg);
	background-repeat: no-repeat ;
	background-position: center;	
	border: none // 1px solid #000;
	margin-top: 1px;
	text-align: left;
	text-decoration: none;
	text-indent: 1em;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006666 ;
	font-weight: bold ;
	line-height: 25px;
	overflow: hidden;
}
a.nav2:hover {
	color: #666600 ;
	/*background: #764;*/
	background-image: url(../images/buttom-hover.jpg);
	background-repeat: no-repeat ;
	background-position: center;	
}
a.nav2:active {
	color: #fff;
	/*background: #c00;*/
	background-color: #663333 ;
	background-repeat: no-repeat ;
	background-position: center;	
}