td.navbar ol {
	width: 200px;
	text-align: center;
	list-style-type: none;
	padding: 5px;
	}
td.navbar li {
	padding: 13px 0px;
	background: url(../_images/btn_background.gif) no-repeat 0px 50%;
	font-size: 15px;
	}
a.nav:link {
	color: #083908; 
	text-decoration: none;
	}
a.nav:visited {
	color: #311266;
	text-decoration: none;
	}
a.nav:hover {
	color: #083908; 
	font-weight: bold; 
	text-decoration: underline overline;
	}
a.nav:active {
	color: #311266; 
	background-color: #ECD9FF;
	}