﻿a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: #B0CAFF;
	border: 1px solid #000;
	align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-variant: small-caps;
}
a.nav:hover {
	color: #FFFFFF;
	background: #2D6AAA;
}
	
	a.nav:active {color:#fff; background:#c00;} 
	

