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

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

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

.navigation li a {
	padding:0 15px;
	margin:0;
	/*margin:2px;*/
	color:#ffcc00; /* red */
	/*height:49px;
	line-height:49px;  top level height */
	text-transform:uppercase;
}

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

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

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


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

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


.navigation li ul li ul li{
	margin:0px;
	background-color:#a5d01e; /* navy box background */
	/*height:100px;
	line-height:100px;*/
	text-transform:none;
}

.navigation a:hover {
	color:#cc0000;
}
