/* CSS Document */
a.navExtra {
	margin: 1px 0;
	padding: 0;
	border: 0;
	background-color: #0000ff;
	height: 30px;
	font-size: 135%;
	color: #FF6633;
	text-decoration: none;}

input.email, select.email, textarea.email {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	background-color: #ff9900;
	border: 1px solid #000033;}
	
input.email {
	text-align: right;}

.navCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;}
	
.navCol li {
	border-bottom: 1px solid #0000ff;
	margin: 0;}
	
.navCol li li {
	border-bottom: 0;}
	
.navCol li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 3px solid #0000ff;
	border-right: 3px solid #0000ff;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.navCol li li a {
	display: block;
	padding: 5px 5px 5px 20px;
	border-left: 3px solid #0000ff;
	border-right: 3px solid #0000ff;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	font-size: 10px;
	text-transform: none;}

html>body .navCol li a {
	width: auto;}

.navCol li a:hover {
	border-left: 3px solid #FFCC00;
	border-right: 3px solid #FFCC00;
	background-color: #FF6600;}
	
	
h1.nav {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
	color: #FF9900;
	font-size: 135%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0000ff;
	border: 0;
	*margin-top: -5px;}
	
.navTop {
	height: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../library/img/nav_top.gif);
	background-position: center top;
	background-repeat: no-repeat;}
	
.navBottom {
	height: 10px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	background-image: url(../library/img/nav_bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;}

