.nav a:visited, .nav a:link{
	color: black;
	font-weight: bold;
	cursor: pointer;
}
.nav li {
	list-style-type: none;
	display: inline;
	font-size: large;
	padding: 0 .8em;
}
.nav {
	background: white;
	max-width: 750px;
	min-width: 600px;
	width: 600px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background: #ccc;
	color: blue;
	margin: 0px auto;
	margin-bottom: 1em;
}
html>body .nav {
	max-width: 750px;
	min-width: 600px;
	width: auto;
	padding: 0;
}
html>body .nav li{
	display: inline-block;
	*display: inline;
	/*target only IE 7 hack*/
}
#navHeader {
	color: black;
	font-size: x-large;
	border: 1px solid black;
	display: none;
}
#navHeader:hover {
	background-color: #900;
}





.navRight a:visited, .navRight a:link, .navRight a:hover {
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.navRight li {
	list-style-type: none;
	display: block;
	font-size: large;
	padding: 0 .2em;
	border: 1px solid black;
}.navRight li:hover {
	background: white;
}
.navRight {
	background: #ccc;
	color: blue;
	width: 9em;
	padding: 0;
}
html>body .navRight {
}

a:hover{
	text-decoration: none;
}