a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 145px;
	/*height: 25px;
	background: #90bade;*/
	background-image: url('images/buttom-active.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border: 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: #333333;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
}
a.nav:hover {
	color: #FFCC00;
	/*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-active2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border: 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: #333333;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
}
a.nav2:hover {
	color: #B1FAFE ;
	/*background: #764;*/
	background-image: url('images/buttom-hover2.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;	
}
