.navLinks {
position: absolute;
visibility: hidden;
margin-top: 2px;
text-indent: 3px;
border-bottom: 1px dotted #999999;
font: normal 8pt verdana, sans-serif;
padding: 2px 0;
line-height: 20px;
z-index: 100;
text-decoration: none;
color: #ffffee;
background-color: #666666;
width: 150px;
}

.navLinks a {
width: 150px;
text-align: left;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #999999;
padding: 2px 0;
line-height: 20px;
z-index: 100;
text-decoration: none;
color: #ffffee;
font: normal 8pt verdana, sans-serif;
}

.navLinks a:hover {
width: 150px;
text-align: left;
display: block;
text-indent: 3px;
border-bottom: 1px dotted black;
padding: 2px 0;
line-height: 20px;
z-index: 100;
text-decoration: none;
color: #ffffee;
font: normal 8pt  verdana, sans-serif;
border-bottom: 1px dotted #ffffee;
}

.navLinks a:visited {
width: 150px;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #999999;
padding: 2px 0;
line-height: 20px;
z-index: 100;
text-decoration: none;
color: #ffffee;
font: normal 8pt verdana, sans-serif;
}

			  
.navLinks2 a:hover {
			           border-bottom: 1px dotted gold;
		             }		
					 
.navLinks3 a:hover {
			           border-bottom: 1px dotted #ffffee;
		             }						 
	

.navItem {
font: normal 10pt verdana, sans-serif;
text-decoration: none;
color: #ffffee;
background-color: #666666;
border-bottom: 0px dotted #ffffee;
padding: 10px;
}


a.navItem {
font: normal 10pt verdana, sans-serif;
text-decoration: none;
color: #ffffee;
background-color: #666666;
border-bottom: 0px dotted #ffffee;
padding: 0px;
}

a.navItem:visited {
font: normal 10pt verdana, sans-serif;
text-decoration: none;
color: #ffffee;
background-color: #666666;
border-bottom: 0px dotted #ffffee;
padding: 0px;
}

a.navItem:hover  {
font: normal 10pt verdana, sans-serif;
text-decoration: none;
color: #ffffee;
background-color: #666666;
border-bottom: 1px dotted #ffffee;
padding: 0px;
}

.navItem2 {
color: gold;
}

a.navItem2 {
color: gold;
}

a.navItem2:visited {
color: gold;
}

a.navItem2:hover {
color: gold;
border-bottom-color: gold;
}





