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

#nav { 
	width:724px; 
	float:left; 
	margin-top:35px;
}

#nav li		{ margin:0; padding:0 7px; z-index:0; }

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

.GetWidth a, .GetWidth2 a {
	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:#666666; ; /* gold top level links #9C8B55 */
	text-transform:uppercase;
	/*height:49px;
	line-height:49px;  top level height */
	
}

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

.navigation li ul li{
	margin:0px;
	background-color:#ffffff; /*** LAST ADDED, GOT RID OF WHITE **/
	opacity:0.9;
	filter:alpha(opacity=90);
	border:0px;
	height:30px;
	line-height:30px;
}

.navigation li ul li a {
	color: #666666;; /* gold second level links */
	font-size:15px;
	border:0;
	text-transform:none;
}

.GetWidth2 a {
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	text-transform:none;
}


.navigation ul ul li a {
	/*color:white;*/
	padding:0 0 0 0; /* third level width b/w link & box (was set to 0 0 8 0 but was creating more space in IE6) */
	text-transform:none;
}

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


.navigation li ul li ul li{
	padding:0px 10px;
	background-color:#ffffff; /* navy box background */
	/*height:30px;
	line-height:30px;*/
	margin:0;
}

.navigation ul ul li ul li a {
	padding:0;
	margin:0;
}

.navigation a:hover {
	color:black;
}