/*
date:	programmer:	mks:	change:
10/01/13	srw		20317	created civil war battle flags site and moved cpc's flags info
10/16/13	srw		20921	make links in main text bold (not links in nav)
*/

.nav {
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-top: 0px solid #000034;
	border-bottom: 0px solid #000034;
	width: 960px;
	padding: 0px;
	margin: 0px;
	background-color: #000034;
}

.nav ul {
	margin: 0px;
	padding: 12px;
	background-color: #000034;
	position: relative;
	display: inline-table;
}

.nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.nav ul li {
	display: inline;
	color: white;
	font-size: 13pt;
	padding: 10px 10px;
	margin: 0px 4px;
}

.nav ul li:hover, .nav ul li.selected {
	color: white;
	padding: 13px 10px;
	margin: 0;
	border: 4px solid white;
	background-color: #942F26;
	z-index: 1000;
	
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul ul {
	position: absolute;
	display: none;
	top: 100%;
	list-style: none;
	width: auto;
	visibility: hidden;
	background: none;
	z-index: 1000;
}

.nav ul ul li {
	display: block;
	float: none;
	position: relative;
	text-align: left;
	padding: 12px 10px;
	margin: 0;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-size: 12pt;
	z-index: 1000;
	color: white;
	background-color: #000034;
	width: auto;
	min-width: 100px;
	top: -10px;
	left: -27px;
}

.nav ul ul li.first {
	padding-top: 10px;
	border-top: 2px solid white;
}

.nav ul ul li.last {
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

.nav ul li:hover ul {
	display: inline;
	visibility: visible;
}

.nav ul li:hover > ul li {
	display: block;
	visibility: visible;
}

.nav ul ul li:hover, .nav ul ul li.selected {
	color: white;
	padding: 10px 10px;
	margin: 0;
	border: 2px solid white;
	background-color: #942F26;
	
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.nav a:link, .nav a:hover, .nav a:active, .nav a:visited {
	text-decoration: none;
	color: white;
	width: auto;
	font-weight: normal;
}


@media print {
	.nav {
		background-color: white;
		color: black;
		padding-top: 7px;
	}
	
	.nav a:link, .nav a:hover, .nav a:active, .nav a:visited {
		color: black;
		text-decoration: underline;
	}
	
	.nav ul {
		background-color: white;
		color: black;
	}
	
	.nav ul li {
		background-color: white;
		color: black;
	}
	
	.nav ul li:hover, .nav ul li.selected {
		background-color: white;
		color: black;
	}
	
	.nav ul li.selected {
		color: #942F26;
		font-size: larger;
		font-weight: bold;
		
		border: 4px solid #000034;
		
		border-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 10px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		-ms-border-radius: 10px;
		behavior: url(border-radius.htc);
	}
}
