﻿
.nav, .nav ul 
{
	padding: 1px;
	
	list-style: none;
	margin: 0 0 0 0;
	
	font-family:Arial;
	font-size:11px;
	color:	#A1958B;
	font-variant:small-caps;
	background-color:#000000; 
	font-weight:bold;
	white-space: nowrap;
	
}
.nav
{
	width: 100%;
	margin-left: 15px;
}
.nav_div
{
	color: Black;
	background-color: Black;
	background-image: url("../images/MenuDiv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 1px;
	height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

li.primary, 
li.primary a,
li.primary a:link,
 li.primary a:visited
{
	font-family:Arial;
	font-size:11px;
	color:	#A1958B;
	font-variant:small-caps;
	background-color:#000000; 
	font-weight:bolder;
	white-space: nowrap;
}
li.primary a:hover
{
	
	font-family:Arial;
	font-variant:small-caps;
	font-size:11px;
	color:#FFFFFF;
	cursor: pointer;
	font-weight:bolder;
	white-space: nowrap;
}

div.primary_content
{
	padding: 2px 5px 2px 5px;
	
	cursor: pointer;
}

ul.secondary_container
{
	border: solid 1px #000000;
	
	background-color:#F5F2F0; 
}

li.secondary a, li.secondary a:active, li.secondary a:visited,
li.secondary a:link, li.secondary a:hover
{
	width: 200px;
	
	font-family:Arial;
	font-size:11px;
	color:Black;
	cursor: pointer;
	background-color:#F5F2F0; 
	
	font-weight: normal;
	font-variant: normal;
}
li.secondary a:hover
{
	width: 200px;
	
	font-family:Arial;
	font-size:11px;
	color:#0066A5;
	cursor: pointer;
	
	background-color:#F5F2F0; 
}

div.secondary_content
{
	
	padding:5px;
	background-color:#F5F2F0;
	
	padding-left:15px;
	padding-left:15px;
}
a:hover .secondary_content
{
		color: #0066A5;
		background-color:#F5F2F0;
}
.nav a:active, .nav a:visited, .nav a:link, .nav li, 
.sfhover a:active, .sfhover a:link, .sfhover a:visited, .sfhover a:hover,
.nav li.sfhover a:active, .nav li.sfhover a:link, .nav li.sfhover a:visited, 
.nav li.sfhover a:hover
{
	
}


.nav a:active, .nav a:visited, .nav a:link
{
	color: white;
	text-decoration: none;
	
}

.nav ul li:hover a:active, .nav ul li:hover a:visited, .nav ul li:hover a:link,
.nav ul li.sfhover a:active, .nav ul li.sfhover a:visited, .nav ul li.sfhover a:link
{
	color: White;
}

.nav a:hover
{
	color: White;
	text-decoration: none;
}

.nav li:hover, .nav li.sfhover
{
	color: White;
}

.nav a
{
	display: block;
	
}

.nav li 
{
	float: left;
	
}

.nav li ul 
{
	position: absolute;
	width: 200px;
	left: -999em;
}

.nav li ul ul 
{ /* third-and-above-level lists */
	margin: -20px 0 0 200px;
}

.nav li:hover ul, .nav li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
}

.nav li:hover ul ul, .nav li.sfhover ul ul 
{
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul 
{
	left: auto;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul 
{
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul 
{
	left: auto;
}