﻿#horNav {
	padding: 3px 0; 
	margin: 0;
	left: 130px;
	top: 70px;
	width: 765px;
	height: 30px;
	background-color: #f4e5fc;
	border-bottom: 6px solid #6c0b3c;
	font: bold 12pt Arial, sans-serif;
	position: absolute;
	z-index:3;
}
#horNav li {
	list-style: none; 
	margin: 0;
	display: inline;
}
#horNav li a {
	padding: 3px 0.5em; 
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D8E0F0;
	text-decoration: none;
}
#horNav li a:link {
	color: #393B8D;
}
#horNav li a:visited {
	color: #667;
}
#horNav li a:hover {
	color: #FFF; 
	background: #9DB733;
	border-color: #227;
}


#horNav ul li a#current {
	background: #9DB733;
	color:white;
	border-bottom: 1px solid white;
}

a:link { font-family: Arial, Helvatica, Sans-Serif; 
         font-size: 12pt;
 }
a:visited { font-family: Arial, Helvatica, Sans-Serif;
            font-size: 12pt;
} 
a:hover { font-family: Arial, Helvatica, Sans-Serif;
           font-size: 12pt;
           background-color: transparent
}
a:active { font-family: Arial, Helvatica, Sans-Serif;
           font-size: 12pt;
}