@charset "UTF-8";
/* CSS Document */

#nav { 
	height:50px; 
	width:965px; 
	padding-right:35px;
}

#nav_positioning { 
	margin:0px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:0px; 
}

#menu { 
	margin: 0px auto; 
	width:1000px; 
}

.lastElement { 
	border-right:3px solid #1C3A56; 
}

.navigation a, .GetWidth a, .GetWidth2 a {  /* we can define these together as long as there is no padding*/
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
}

/*.navigation li ul {
	background-color:#3C4B68; navy box background 
	height:30px;
	line-height:30px;
}*/

.navigation li a {
	padding:0 15px;
	/*margin:2px;*/
	color:#9C8B55 ; /* gold top level links #9C8B55 */
	/*height:49px;
	line-height:49px;  top level height */
	border-left:3px solid #1C3A56;
}

.navigation li {
	padding:0 0px; 
	margin:0px 0px; /* top & second level link padding */
	height:49px;
	line-height:49px;
}

.navigation li ul {

width: 285px;
background-color:#374C69;

}

.navigation li ul li{
	margin:0px;
	background-color:#374C69; /*** LAST ADDED, GOT RID OF WHITE **/
	border:0px;
	height:30px;
	line-height:30px;
	width: 100%;
}

.navigation li ul li a, .GetWidth2 a {
	color: #9C8B55; /* gold second level links */
	font-size:15px;
	border:0;
}


.navigation ul ul li a {
	/*color:white;*/
	padding:0 0 10px 8px; /* third level width b/w link & box */
}

.navigation ul ul li a:hover {
	color:white; /* gold third level links */
}


.navigation li ul li ul li{
	margin:0px;
	background-color:#374C69; /* navy box background */
	/*height:100px;
	line-height:100px;*/
}

.navigation a:hover {
	color:white;
}
