﻿A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: red;}


ul {
	padding: 0px;
	margin: 0px;
	width: 734px;
	height: 40px;
}
ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
	list-style-type: none;
	border-style: groove groove groove none;
	border-color: #808080;
	height: 27px;
}
.Not_Selected {
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	text-align: center;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	font-size: large;
}
.Selected {
	border-style: groove;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6699FF;
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #000080;
}
.left {
	width: 25px;
	border-color: #FFFFFF #808080 #000000 #FFFFFF;
	border-style: none groove groove none;
	list-style-type: none;
	height: 30px;
}
.right {
	width: 75px;
	border-color: #000000;
	border-style: none none groove none;
	height: 30px;
}
ul a:hover {
	background-color: 666666;
}